One-shot commands and the interactive TUI, side by side.

frg pulls list, frg issues list, frg pipelines list|jobs|log, frg releases list, frg repos list, frg status, and more. Table output on a terminal, or --json / --jsonl for scripts.
frg tui browses pull/merge requests, issues and CI pipelines → jobs → job logs in one terminal UI, with opt-in live refresh that tails a running pipeline.
The repository and forge (GitHub, GitLab, Gitea, Forgejo) are detected from your git remote — no per-repo config needed to get started.
Comment, review, merge and create — not just read-only. CI pipelines are supported on GitLab; Gitea pipeline listing is supported too.
brew tap supaflyster/tap https://gitlab.com/supaflyster/homebrew-tap.git
brew install --cask frgmacOS and Linux. Upgrades via brew update && brew upgrade --cask frg.
go build -o frg .Requires Go 1.27+. Pure Go build (CGO_ENABLED=0); binaries also available for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64 from the releases page.