Download

Get sudonotes

sudonotes v0.4.0 is ready for Windows and Linux. Every release is built from the public source on GitHub.

Windows

Download installer sudonotes_0.4.0_x64-setup.exe · 4.6 MB
or get from store
Or with winget:
winget install sudonotes

Linux

Download installer sudonotes_0.4.0_amd64.AppImage · 82 MB
or get from store
Or with snap:
sudo snap install sudonotes

macOS is coming soon.

Verify before you install. The Windows installer is signed with Azure Trusted Signing. Every release carries a checksums.txt — compare the SHA-256 of what you downloaded against it on the release page .
Or with apt (Ubuntu 22.04+ / Debian):
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