GitBundle: A Rust-Powered Self-Hosted Code Hosting Platform
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
GitBundle is a modern, self-hosted code hosting and workflow automation platform built with Rust, emphasizing performance, security, and full control. It offers a streamlined workflow engine compatible with GitHub Actions syntax, making it ideal for teams requiring a reliable and fast self-hosted solution.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
GitBundle is a cutting-edge, self-hosted code hosting and workflow automation platform. Powered by Rust, it's engineered for high performance, robust security, and complete control over your code infrastructure. It features a streamlined workflow engine, an efficient Rust backend, and an architecture designed for teams prioritizing reliability, speed, and extensibility. GitBundle also provides broad compatibility with GitHub Actions workflow syntax, simplifying migration and integration.
Installation
GitBundle offers flexible deployment options, including direct execution and containerized setup.
Requirements:
gitgitleaks(for server)docker(for containerized server and runner)
Running GitBundle Server (Local):
cp .env.slim .env
gitbundle server
Running GitBundle Server in Container (Recommended):
docker pull ghcr.io/gitbundle/server:v3
# or
docker pull gitbundle/server:v3
Running the GitBundle Runner:
The GitBundle Runner executes workflows and reports logs to the server.
mkdir ~/.gitbundle-runner
cd ~/.gitbundle-runner
# Follow the UI instructions for registration
runner register --server-url <SERVER_URL> --token <TOKEN>
# Start the runner
runner start
For optimal stability and performance, it is recommended to deploy GitBundle Server and GitBundle Runner on separate machines to prevent resource contention.
Examples
GitBundle provides extensive compatibility with GitHub Actions workflow syntax, allowing for seamless integration of existing workflows.
Supported GitHub Actions Syntax Elements:
- Standard GitHub Actions YAML structure
- Jobs, steps,
runs-on,needs, and conditionals - Matrix expansion
- Expressions using GitHub’s expression language
- All official GitHub contexts and variables (e.g.,
github,env,job,steps,secrets)
Supported GitHub Event Types:
GitBundle supports a wide range of event types for triggering workflows, including:
branch_protection_rule(created, edited, deleted)branch(created, renamed, updated, deleted)tag(created, updated, deleted)pull_request(synchronize, opened, closed, merged, edited, reviewed, etc.)release(created, published, prereleased, etc.)repository(renamed, created, deleted, forked, etc.)workflow_call,workflow_dispatch,workflow_run
Why Use It
GitBundle stands out as an excellent choice for teams seeking a robust, self-hosted solution for code management and CI/CD. Its Rust core ensures high performance, memory safety, and reliability. The platform's compatibility with GitHub Actions syntax makes it easy to adopt, while its extensible design allows for custom pipelines and integrations. By offering full control over your infrastructure, GitBundle provides a secure and efficient environment tailored to enterprise needs.
Links
- GitHub Repository: https://github.com/gitbundle/gitbundle
- Live Demo: https://demo.gitbundle.com
- Issue Tracker: https://github.com/gitbundle/gitbundle/issues
Related repositories
Similar repositories that may be relevant next.

mcp-gateway: Unifying AI Tool Access with Reduced Context Overhead
August 15, 2026
mcp-gateway is a powerful Rust binary designed to streamline AI agent interaction with diverse tools. It consolidates unlimited MCP servers and REST APIs behind a single, compact endpoint, drastically reducing context token overhead and enabling efficient tool access.

goose: Your Native Open Source AI Agent for Code and Workflows
August 9, 2026
goose is an open source, extensible AI agent designed to run natively on your machine, offering capabilities beyond simple code suggestions. It supports installation, execution, editing, and testing with a wide range of Large Language Models. Built in Rust, goose provides a desktop app, CLI, and API, making it a versatile tool for various tasks from coding to data analysis.
Destructive Command Guard (dcg): Protecting AI Agents from Dangerous Commands
July 11, 2026
The Destructive Command Guard (dcg) is a high-performance hook designed to prevent AI coding agents from executing dangerous git and shell commands. Built in Rust, dcg intercepts and blocks catastrophic operations like `git reset --hard` or `rm -rf`, offering clear explanations and safer alternatives. It provides a crucial safety layer for developers working with tools like Claude Code, Codex CLI, and GitHub Copilot.

Zeroboot: Sub-millisecond VM Sandboxes for AI Agents
June 11, 2026
Zeroboot is an innovative open-source project that delivers sub-millisecond VM sandboxes, primarily designed for AI agents and other applications requiring extremely fast, isolated code execution environments. It leverages copy-on-write forking and Firecracker microVMs to achieve hardware-enforced isolation with minimal overhead. This approach enables rapid, secure code execution, ideal for high-performance AI applications.
Source repository
Open the original repository on GitHub.
14 counted GitHub visits