RustNet uses GitHub Actions to automatically build and upload packages to Ubuntu PPA.
Push a git tag to trigger automatic PPA release:
git tag v1.0.0
git push origin v1.0.0This automatically builds and uploads source packages for both supported Ubuntu series:
- Ubuntu 25.10 (Questing Quokka)
- Ubuntu 26.04 LTS (Resolute Raccoon)
Both series ship rustc-1.88 / cargo-1.88, which is the minimum required for the let-chains feature used by the project (see rust-version in Cargo.toml).
Add these secrets to your GitHub repository (Settings → Secrets and variables → Actions):
Your passphrase-free CI GPG private key:
cat ci-signing-key.asc
# Copy the entire output including BEGIN/END markersYour CI GPG key ID:
gpg --list-keys cadetg@gmail.com
# Copy the key ID (long hex string)sudo add-apt-repository ppa:domcyrus/rustnet
sudo apt update
sudo apt install rustnet- Source: rustnet-monitor
- Binary: rustnet
- Maintainer: Marco Cadetg cadetg@gmail.com
- PPA: https://launchpad.net/~domcyrus/+archive/ubuntu/rustnet
- Supported: Ubuntu 25.10 (Questing) and 26.04 LTS (Resolute)
- Architectures: amd64, arm64, armhf