Depricated! Use https://github.com/toolworks-dev/rusty-notes-webapp
A secure, (WIP) cross-platform note-taking application built with Rust. Features end-to-end encryption for cloud sync and a modern React frontend.
- 📝 Markdown editor with live preview
- 🔄 Secure cloud synchronization
- 🔐 End-to-end encryption
- 🌙 Dark/Light mode
- 💾 Automatic saving
- 🔍 Full-text search
- 📱 Cross-platform (Soon) (Mobile is planned)
- 💾 Import/Export functionality
- 🔒 Seed phrase-based encryption
- 🖥️ System tray support
- Mobile support
- Improved Sync
- Rich Text
- Attachments/Files
- Download the binary from the releases page.
- Run the binary.
- Rust (latest stable)
- Node.js
- npm
- Clone the repository
- Run
npm install
to install the dependencies. - Run
npm run tuari build
to build the client.
- Docker
- Docker Compose
- Clone the repository
- Run
docker compose up --build
inside the server directory to build and start the server.
Add your ip:port or if reverse proxying, your domain in sync server settings