Install FUTO Notes on Linux

FUTO Notes is available from the FUTO apt and rpm repositories at pkg.futoinfra.com.

Debian / Ubuntu (apt)

curl -fsSL https://pkg.futoinfra.com/futo-archive-key.gpg | sudo tee /usr/share/keyrings/futo-archive.gpg >/dev/null
echo 'deb [signed-by=/usr/share/keyrings/futo-archive.gpg] https://pkg.futoinfra.com/futo-notes stable main' | sudo tee /etc/apt/sources.list.d/futo-notes.list
sudo apt update && sudo apt install futo-notes

Fedora / RHEL (dnf)

sudo curl -fsSL https://pkg.futoinfra.com/futo-notes/rpm/futo-notes.repo -o /etc/yum.repos.d/futo-notes.repo
sudo dnf install futo-notes