APT-compatible package hosting powered by GitHub Releases. Publish .deb packages to GitHub and install them with apt.
curl -fsSL https://apt-gh.tyogantengsc.workers.dev/setup.sh | sudo bash
# Import the signing key curl -fsSL https://apt-gh.tyogantengsc.workers.dev/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/apt-gh.gpg # Add the repository echo "deb [signed-by=/usr/share/keyrings/apt-gh.gpg] https://apt-gh.tyogantengsc.workers.dev/ubuntu noble main" \ | sudo tee /etc/apt/sources.list.d/apt-gh.list # Update and install sudo apt update sudo apt install <package-name>