ghp

  • Home
  • Getting Started
  • How It Works
  • Web UI
  • Development
Features
  • Token Scoping
  • Token Type Border Policy
  • Release Download Controls
  • OAuth Broker
Administration
  • Installation
  • Configuration
  • Vault Backend
  • GitHub App Setup
  • Deployment
  • Monitoring
  • Local TLS
CLI Reference
  • Overview
  • ghp serve
  • ghp migrate
  • ghp auth
  • ghp token
  • ghp apptoken

Installation

Previous Next

Requirements

  • Go 1.24+ (build from source)
  • PostgreSQL 14+ (production) or SQLite (development)

Build from Source

git clone https://github.com/goodtune/ghp.git
cd ghp
make build

This produces a statically linked ghp binary (CGO_ENABLED=0).

Verify

./ghp version
OAuth Broker Configuration
Menu
Home Getting Started How It Works Web UI Development
Features
Token Scoping Token Type Border Policy Release Download Controls OAuth Broker
Administration
Installation Configuration Vault Backend GitHub App Setup Deployment Monitoring Local TLS
CLI Reference
Overview ghp serve ghp migrate ghp auth ghp token ghp apptoken

On This Page

Requirements Build from Source Verify
shadcn theme provided by @asiffer