A small personal apt repository tracking vendor .debs
that have no apt repo of their own. The index is regenerated daily
from the vendors' own release feeds; artifacts are served from the
vendor CDNs by redirect (hash-pinned in the signed index), except
°-marked packages, which are built here.
sudo curl -fsSL https://deb.s2.hk/key.asc -o /etc/apt/keyrings/deb-tracker.asc echo 'deb [signed-by=/etc/apt/keyrings/deb-tracker.asc] https://deb.s2.hk stable main' \ | sudo tee /etc/apt/sources.list.d/deb-tracker.list sudo apt update
Then e.g. sudo apt install orion-browser. (Keep the
.asc filename — apt detects armored keys by
extension. Some packages depend on universe, enabled by
default on desktop installs.)
| Package | Latest | Added | # | |
|---|---|---|---|---|
| bitwarden | 2026.8.0 | 2026-08-20 | 2 | Bitwarden desktop client (indexed from the vendor dispatcher + electron-updater manifest) |
| code | 1.137.0-1788902055 | 2026-09-09 | 11 | Visual Studio Code (indexed from Microsoft's own apt index by deb-tracker) |
| code-insiders | 1.138.0-1789320271 | 2026-09-13 | 49 | Visual Studio Code — Insiders daily channel (indexed from Microsoft's own apt index by deb |
| coder | 2.37.1-1 | 2026-09-08 | 23 | Coder — self-hosted cloud development environments (indexed from GitHub releases by deb-tr |
| coder-desktop | 0.0.1 | 2026-07-28 | 1 | Coder Desktop for Linux — Coder Connect tray client (indexed from GitHub releases by deb-t |
| docker-desktop | 4.90.0-238679 | 2026-09-07 | 9 | Docker Desktop for Linux (indexed from the vendor appcast by deb-tracker) |
| dropbox | 2026.05.06 | 2026-07-28 | 3 | Dropbox client installer — CLI and Nautilus extension (indexed from linux.dropbox.com by d |
| gh | 2.100.0 | 2026-09-03 | 14 | GitHub CLI (indexed from GitHub releases by deb-tracker) |
| glab | 1.117.0 | 2026-09-08 | 10 | GitLab CLI — glab (indexed from the GitLab releases API by deb-tracker) |
| google-earth-pro-stable | 7.3.7.1327-r0 | 2026-08-20 | 2 | Google Earth Pro (indexed from Google's own apt index by deb-tracker) |
| orion-browser ° | 0.4.3-10 | 2026-09-05 | 5 | Orion Browser by Kagi (vendor Flatpak repacked into a native deb by deb-tracker) |
| siyuan | 3.8.3 | 2026-09-07 | 8 | SiYuan — privacy-first personal knowledge management (indexed from GitHub releases by deb- |
| slack-desktop | 4.52.155 | 2026-09-04 | 3 | Slack Desktop (indexed from the vendor download page by deb-tracker) |
| synergy | 3.6.3 | 2026-07-26 | 1 | Synergy 3 — keyboard/mouse sharing (Ubuntu 24.04/noble build, mirrored) |
| tdappdesktop | 3.12.6 | 2026-09-11 | 1 | Tencent Docs desktop — 腾讯文档 (latest-only: the vendor serves no historical builds) |
| zoom | 7.1.5.4332 | 2026-07-28 | 1 | Zoom video conferencing client (indexed from the vendor dispatcher by deb-tracker) |
° orion-browser is repacked on this host from the vendor's official Flatpak bundle (Kagi ships no Linux deb): native deb, system libraries where Ubuntu 24.04 provides the required ABI, the remainder vendored from the pinned GNOME 49 runtime and verified by a symbol-closure check at build time.