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 →
# Initialize projectprogit init
# Create an issueprogit issue create "Fix memory leak in parser"
# Start a sprintprogit sprint create "Sprint 12" --weeks=2
# Launch TUIprogit tui