A secure cross-platform note-taking application. Features end-to-end encryption for cloud sync and a modern React frontend.
WebApp: https://trustynotes.app
Windows/Linux/Android Builds: https://github.com/toolworks-dev/trusty-notes/releases
Vim Mode documentation at: https://github.com/toolworks-dev/trusty-notes/blob/main/docs/vim.md
- 📝 Markdown editor with live preview
- 🔄 Secure cloud synchronization
- 🔐 End-to-end encryption + Post Quantum Encrpytion
- 🌙 Dark/Light mode
- 💾 Automatic saving
- 🔍 Full-text search
- 📱 Cross-platform
- 💾 Import/Export functionality
- 🔒 Seed phrase-based encryption
- Improved Sync
- Rich Text
- Browser Extension - No longer maintained
- Attachments/Files
- Desktop Application
- Mobile Application
- Post Quantum Encrpytion
- Docker
- Docker Compose
git clone https://github.com/toolworks-dev/trusty-notes
cd trusty-notes
docker compose up --build -d
- Docker
- Docker Compose
git clone https://github.com/toolworks-dev/trusty-notes
cd trusty-notes/server
vim .env
MONGO_USERNAME=
MONGO_PASSWORD=
docker compose up --build -d
- Bun (https://bun.sh)
bun install
cd desktop
bun install
cd ..
bun run dist:linux // for linux
bun run dist:windows // for windows
bun run dist:all // for both
Builds are in desktop/dist-electron
- Bun (https://bun.sh)
- Android Studio Tools (https://developer.android.com/studio)
- OpenJDK 21+ (https://openjdk.org/)
bun install
bun run build:android
Build is in android/app/build/ouputs/apk/release