Download

Get sudonotes

Installers are being prepared. sudonotes 's release pipeline — Windows signing with Azure Trusted Signing and Linux packages — is running its first build. Until it lands, the honest path is to build from source. It takes two commands and about a minute.

Build it yourself

You need Node.js, Rust, and the Tauri system dependencies for your platform.

git clone https://github.com/mory-dev/sudonotes.git
cd sudonotes/app && npm install && npm run tauri build

The installer lands in app/src-tauri/target/release/bundle/. To run it in development instead, use npm run tauri dev.