Skip to content

GitForge v0.1.0 - Initial Release

Latest

Choose a tag to compare

@phantom1785322-hub phantom1785322-hub released this 27 Jul 12:35

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.gz

Quick 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 diagnostics

Built With

  • Go 1.23
  • Bubble Tea (TUI)
  • Lip Gloss (styling)
  • Cobra (CLI)
  • aio-stack (shared library for platform, AI, plugins, optimizer)