This repository acts as the centralized distribution hub and hosting target for the local76 ecosystem. It is served publicly via GitHub Pages at https://local76.github.io/packages/ (or via local file schemes for testing).
We expose three primary distribution channels:
-
APT Repository (Debian / Ubuntu / Pop!_OS / COSMIC)
- Format: DEB (
.debpackages) - Directory: deb/
- Usage: Provides system-level package manager integration, automated updates, and dependency tracking.
- Format: DEB (
-
DNF Repository (Fedora / RHEL / CentOS)
- Format: RPM (
.rpmpackages) - Directory: rpm/
- Usage: Provides native integration with modern Fedora systems using the DNF/YUM repository layout.
- Format: RPM (
-
Direct Executable Downloads (Windows / Standalone)
- Format: EXE (
.exeexecutables) - Directory: windows/
- Usage: Raw executables and screensavers for manual download and execution on Windows.
- Format: EXE (
- /deb/ — Debian package pool and APT metadata indices (
Packages,Packages.gz,Release). - /rpm/ — Red Hat package metadata repository (
repodata/,.repoconfigs, and.rpmfiles). - /windows/ — Precompiled Windows executables (
.exe) and screensaver files (.scr). - index.html — Interactive package catalog frontend.