Releases: phantom1785322-hub/gitforge
Releases · phantom1785322-hub/gitforge
Release list
GitForge v0.1.0 - Initial Release
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)