Skip to content

Linux

Using the APT repo

Setup the repository:

echo "deb [signed-by=/etc/apt/keyrings/forgejo-{owner}.asc] https://forgejo.example.com/api/packages/{owner}/debian {distribution} {component}" | sudo tee -a /etc/apt/sources.list.d/forgejo.list

Update your dependencies:

sudo apt update

Install the soup metapackage (pulls in soup-daemon and soup)

sudo apt install soup

or the nightly build if you feel adventorous:

sudo apt install soup-nightly

Pre-built .deb packages

Distro Stable Nightly
Ubuntu22 amd64 arm64 amd64 arm64
Debian12 amd64 arm64 amd64 arm64
Distro Stable Nightly
Fedora41 nightly only amd64

Raw Linux Binary