
was tired of note-taking apps that were either too bloated or tried to lock my data in their cloud. I wanted something built with a clean architecture that treats my local folders as "Facets" (vaults).
So I built Amethyst. It’s 100% open-source (AGPL-3.0) and focused on speed.
What’s under the hood in v0.5.0:
- Command Registry: A centralized hub that handles all keyboard shortcuts and UI actions.
- Scientific Ready: Native LaTeX math rendering in the preview.
- Local-First: Real-time filesystem watching (Chokidar) so your notes are always in sync with your local drive.
- Recursive Tree: Drag & drop support to organize notes and notebooks.
- Linux Support: Added official Arch Linux (pacman) support alongside AppImage, DEB, and RPM.
I'm currently working on a high-performance refactor for synchronized scrolling and a global command palette.
GitHub Repo:https://github.com/abdallah-moh1/amethyst
I’d love for you guys to check out the code or the "Welcome Note" in the app and let me know what you think!