Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted Git repository host

Create repos, manage access, review PRs, track issues. Not GitLab (heavy), not Gitea (complex). Minimal, fast, one binary. For teams that can't use GitHub but don't want to run GitLab.

Install Githost Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Githost is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

A regulated company runs Githost inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

Why self-host your Git repository host

When regulators or clients ask where your repositories data is stored, the best answer is a specific server you own in a specific jurisdiction you chose. Githost makes that answer straightforward because the data never leaves your infrastructure.

Endpoints
Architecture

Install Githost with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating repositories. The SQLite database lives in a single file under the data directory. To migrate to a new server, copy the binary and the data directory. That is the entire migration procedure.

GitLab at $19/user/mo.

Self-hosted Git repository host. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool githost
Run
PORT=9710 ./githost
Open
http://localhost:9710

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 repos, 3 users
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$1.99
per month
  • Unlimited repos and users, PR reviews, issues, CI webhooks, access control
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export GITHOST_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./githost

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev