Download
Get sudonotes
sudonotes v0.4.0 is ready for Windows and Linux. Every release is built from the public source on GitHub.
macOS is coming soon.
Verify before you install. The Windows installer is signed with Azure
Trusted Signing. Every release carries a
Or with apt (Ubuntu 22.04+ / Debian):
checksums.txt — compare the SHA-256
of what you downloaded against it on the
release page
.
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://sudonotes.com/apt/key.asc | sudo gpg --dearmor -o /etc/apt/keyrings/sudonotes.gpg
# The line below is one line:
echo "deb [signed-by=/etc/apt/keyrings/sudonotes.gpg] https://sudonotes.com/apt stable main" | sudo tee /etc/apt/sources.list.d/sudonotes.list
sudo apt update && sudo apt install sudonotes What you get
- Windows and Linux. One codebase, platform-native packages.
- No bundled browser. Tauri uses your system's webview; current download sizes are shown above.
- No account. First launch asks you where to keep your vault. That is it.