Repository live

Public signed APT repository for SentinelOS packages.

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.

Endpointhttps://repo.sentinellinux.org
Suitestable
Componentmain
SigningInRelease + Release.gpg

Public repo files

live

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.

APT setup

Add the SentinelOS public repository.

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 update
Install examples

Install through apt or Sentinel Program Manager.

Both 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-converter
Maintainer flow

Ghx57 Edition REPO app target.

The 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
Status: the public APT repository is available over HTTPS. ISO downloads remain pending; SentinelOS is still published as a Debian conversion path plus package repository.