Download
Get Knoten
Free to download. Runs entirely on your machine.
Beta release — still under active development
Linux · x64 & ARM64
Download AppImage
Runs on any distribution · x64
- .debDebian, Ubuntu, Mint, Pop!_OS
- .rpmRed Hat, Fedora, SUSE
- .pacmanArch Linux, Manjaro
- AppImageAny distribution — no install
- .tar.xzPlain tarball, any distribution
Beta release
Knoten is a beta release and is still under active development. Linux has no download gatekeeper, so nothing should block you — but the packages are unsigned, so your package manager may ask you to confirm.
Prefer apt, so upgrades come automatically?
Add the Knoten repository once and apt upgrade keeps you current:
curl -fsSL https://github.com/knotenapp/knoten-releases/releases/download/apt-repo/knoten-archive-keyring.asc \
| sudo gpg --dearmor -o /usr/share/keyrings/knoten.gpg
echo "deb [signed-by=/usr/share/keyrings/knoten.gpg] https://github.com/knotenapp/knoten-releases/releases/download/apt-repo/ ./" \
| sudo tee /etc/apt/sources.list.d/knoten.list
sudo apt update && sudo apt install knoten-desktop