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:
Install the soup metapackage (pulls in soup-daemon and soup)
or the nightly build if you feel adventorous:
Pre-built .deb packages¶
| Distro | Stable | Nightly | ||
|---|---|---|---|---|
| Ubuntu22 | amd64 | arm64 | amd64 | arm64 |
| Debian12 | amd64 | arm64 | amd64 | arm64 |
| Distro | Stable | Nightly |
|---|---|---|
| Fedora41 | nightly only | amd64 |