Installation
Install ProGit on Linux, macOS, or Windows. Get started →
ProGit is a local-first, terminal-native project management suite that lives alongside your Git repositories. It combines:
All without leaving your terminal.
Installation
Install ProGit on Linux, macOS, or Windows. Get started →
Quick Start
Go from zero to managing your first project in 5 minutes. Quick start →
Configuration
Customize ProGit for your workflow. Configure →
Keybindings
Master the vim-style TUI navigation. Reference →
Virtual Branches
Work on multiple features without switching git branches. Learn more →
CLI Reference
Complete command-line reference for all ProGit commands. Reference →
Your data lives on your machine first. No network latency, full offline capability, and complete data ownership. Learn about local-first →
Work on multiple features simultaneously without the friction of git branch switching. ProGit tracks file-level changes across “virtual” branches. Learn about virtual branches →
Extend ProGit with LuaJIT plugins. Safe, sandboxed, and fast. Plugin development →
# Navigate to a git repocd ~/my-project
# Launch ProGit TUI (creates .project/ on first run)prog
# Or run sync from the CLIprog sync push # push local issues to forgeprog sync pull # pull from forgeprog plugin list # see installed plugins