APT archive key
published- Fingerprint
- 1A30 F833 9972 CF43 7256 D14F 60D4 3870 3CF1 F577
- Public key
- sentinelos-archive-key.asc
- GitHub source
- ghx57d3v/sentinelos-apt-repo
The SentinelOS repository is now live over HTTPS at https://repo.sentinellinux.org. It distributes signed Debian-compatible metadata for apt, Sentinel Program Manager and the conversion script.
The repository root serves dists/, pool/, keys/, SHA256SUMS, CNAME and .nojekyll. It is static: no account, SaaS dashboard, backend API or telemetry channel is required.
Install the archive key into a dedicated keyring, add the SentinelOS source list and refresh apt.
curl -fsSL https://repo.sentinellinux.org/keys/sentinelos-archive-key.asc \
| gpg --dearmor \
| sudo tee /usr/share/keyrings/sentinelos-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/sentinelos-archive-keyring.gpg] https://repo.sentinellinux.org stable main" \
| sudo tee /etc/apt/sources.list.d/sentinelos.list
sudo apt updateBoth command-line installs and the Sentinel Program Manager read the same apt package cache and signed repository metadata.
apt-cache search ^sentinel | sort
sudo apt install sentinel-program-manager
sudo apt install sentinel-browser
sudo apt install sentinelos-public-converterThe repo app should add or import .deb packages, rebuild Packages.gz, generate Release, sign InRelease and Release.gpg, verify the repo and push to GitHub Pages only after checks pass.
Ghx57 Edition REPO app
→ local package staging
→ signed repo build
→ verification gate
→ git commit / push
→ repo.sentinellinux.org
→ apt / Sentinel Program Manager