📣 Important update — access is changing on 1 October 2026

Starting 1 October 2026 at noon (UK time), this mirror will require authentication to keep apt working.
A yearly subscription gives you uninterrupted access and directly supports keeping this project alive. Thank you! 🙏

🔑 Get Your Yearly Subscription

💬 Questions, issues or anything about this repo? Join our Discord community — the best place to get help and connect with other users.
Previously supported via Buy Me a Coffee? You are wonderful! Head over to our Discord and we will sort out a free lifetime subscription for you. 💜

⚙️ Install Latest Forgejo Runner on Debian

CI runner for Forgejo Actions

Latest Version — Continuously Updated
← Back to home

What is Forgejo Runner?

Forgejo Runner is the CI runner for Forgejo Actions. It is a lightweight daemon that connects to your Forgejo instance, picks up queued workflow jobs and executes them on your own infrastructure — using Docker, LXC or the host directly — giving you a fully self-hosted, GitHub Actions-compatible CI/CD pipeline.

🚀 Why Latest Versions Matter: The runner tracks Forgejo releases closely, adding support for new workflow features, better isolation and bug fixes. Keeping it current ensures compatibility with the latest Forgejo Actions capabilities.

⚡ Key Features of Forgejo Runner

🔁 Actions Compatible

Runs workflows using the same syntax and actions ecosystem as GitHub Actions.

🐳 Flexible Execution

Execute jobs in Docker containers, LXC, or directly on the host machine.

🔐 Self-hosted

Keep your CI/CD entirely on your own infrastructure with no third-party dependency.

⚖️ Scalable

Register multiple runners with labels to distribute and target workloads.

🎯 Why Forgejo Runner?

  • Own your CI: Run pipelines on hardware you control
  • Actions ecosystem: Reuse existing GitHub-style workflow definitions
  • Flexible isolation: Docker, LXC or host execution to fit your needs
  • Lightweight: A single Go binary that is simple to deploy

🆕 Highlights

📦 Installation from debian.griffo.io

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null apt update

Step 2: Install forgejo-runner

# Install latest forgejo-runner sudo apt install forgejo-runner # Verify installation forgejo-runner --version
# Install latest forgejo-runner apt install forgejo-runner # Verify installation forgejo-runner --version

🎯 Basic Usage Examples

# Show version forgejo-runner --version # Generate a default config file forgejo-runner generate-config > config.yaml # Register the runner with your Forgejo instance forgejo-runner register --instance https://forgejo.example.com --token # Start the runner daemon forgejo-runner daemon

🚀 Why Choose debian.griffo.io?

📊 Repository Comparison:
  • Official Debian: Often months behind, missing latest features
  • debian.griffo.io: Latest version within hours of release
  • Manual Installation: Manual downloads and PATH setup required
  • Our Repository: Pre-built, ready-to-use packages

📦 Package Build Repository

The Debian packages are automatically built and maintained in this GitHub repository:

🔗 Related Packages

Also available from debian.griffo.io:

🎯 Perfect for: Teams and individuals self-hosting Forgejo who want to run their own CI/CD pipelines with full control over the build environment and infrastructure.

💝 Support This Project

If this repository saves you time and effort, please consider supporting it!

⭐ Star on GitHub 🐦 Share on Twitter