A CLI-first git forge.

cli forge git self-hosted

https://gitbay.org

Commit 01ba0f0bd8

01ba0f0bd8eb1b28482146fd3ab4328f24c52393

parent: f89140d141

Verified · cmc

cmc <hello@cleberg.net> · 2026-08-24T20:36:32Z

docs: brew tap needs the explicit gitbay.org URL; mark #26 in roadmap

Closes #26
docs/roadmap.org +3 −1
@@ -64,7 +64,9 @@ step.
6464 Goal: someone who is not the author runs an instance and moves their
6565 work to it.
6666
67- [[https://gitbay.org/krz/gitbay/issues/26][#26]] release engineering: versioned builds, go-install vanity
67 [[https://gitbay.org/krz/gitbay/issues/26][#26]] release engineering — done 2026-08-24 except artifact
68 hosting, which waits on #8 (go-install vanity live, release.sh,
69 CHANGELOG, Homebrew formula in krz/homebrew-tap)
6870 imports, Homebrew/deb — the adoption gate for everything below
6971 - [[https://gitbay.org/krz/gitbay/issues/27][#27]] repository maintenance (admin gc/stats, scheduled repack)
7072 - [[https://gitbay.org/krz/gitbay/issues/8][#8]] releases (notes + assets; also hosts gitbay's own binaries)
docs/users.org +2
@@ -9,6 +9,8 @@ convenience (instance profiles, repo inference, =$EDITOR=), nothing more.
99
1010 #+begin_src sh
1111 go install gitbay.org/gitbay/cmd/gitbay@latest # any platform with Go
12
13brew tap krz/tap https://gitbay.org/krz/homebrew-tap.git
1214 brew install krz/tap/gitbay # Homebrew (macOS/Linux)
1315 #+end_src
1416