APT archive
One signed archive at https://deb.metaneutrons.cc serves every Debian package below. The primary key is certify-only and stays offline; releases are signed with a domain subkey.
Install the keyring
Fetch the public key, dearmour it into the keyring directory, and check the fingerprint before you trust it.
sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://deb.metaneutrons.cc/metaneutrons-archive-keyring.asc \
| sudo gpg --dearmor -o /usr/share/keyrings/metaneutrons-archive-keyring.pgp
gpg --show-keys --with-fingerprint /usr/share/keyrings/metaneutrons-archive-keyring.pgpThe primary key must show this fingerprint:
1B7B 7941 7383 648B BFBE 282E 01AB 8296 EF0F CD76
Releases are signed with the domain subkey:
A0C2 1782 FC50 7CCB D666 F3ED 2420 72FE C8BE 54A4
Add the source
echo "deb [signed-by=/usr/share/keyrings/metaneutrons-archive-keyring.pgp] https://deb.metaneutrons.cc rolling main" \
| sudo tee /etc/apt/sources.list.d/metaneutrons.list
sudo apt updateAvailable packages
Four projects publish into this archive today.
sudo apt install aros-tools bups devserial png2lvgl ugos-cliWhat the archive currently serves
- Origin
- metaneutrons
- Suite
- rolling
- Components
- main
- Architectures
- amd64, arm64
- Acquire-By-Hash
- yes
- Last signed
- 2026-09-05
- Metadata valid until
- 2027-03-04
This page is generated from the archive's live InRelease and its domain manifest at every build. If the archive changes suite, components or keys, this page changes with it or the build fails.
Other ways to install
Most projects also ship through Homebrew, the AUR,crates.io or npm. Theproject cards on the front page name the exact package for each one.