GitForge v0.1.0 π
A beautiful, powerful Git client for terminal and browser.
Features
- π¨ TUI - 3-panel Bubble Tea interface with commit graph, sidebar, diff viewer
- β‘ Full CLI - status, log, commit, diff, branch, remote, stash, tag, config, plugin, doctor
- π§ Git Operations - Complete wrapper around git CLI (no libgit2 dependencies)
- π Plugin System - WASM + Go plugin architecture ready
- π€ AI Ready - Integrated with aio-stack for local AI (llama.cpp via WASM)
- π¦ Cross-Platform - Linux, macOS, Windows, Termux (Android), FreeBSD, OpenBSD
- π Single Binary - No runtime dependencies
Installation
# Universal installer
curl -fsSL https://gitforge.dev/install.sh | bash
# Or download directly
# Linux arm64
wget https://github.com/phantom1785322-hub/gitforge/releases/download/v0.1.0/gitforge_linux_arm64.tar.gzQuick Start
gitforge tui # Launch terminal UI
gitforge web # Launch web UI (placeholder)
gitforge status # Show repo status
gitforge log # Show commit history
gitforge doctor # Run system diagnosticsBuilt With
- Go 1.23
- Bubble Tea (TUI)
- Lip Gloss (styling)
- Cobra (CLI)
- aio-stack (shared library for platform, AI, plugins, optimizer)