Documentation
Learn how to use Branqo, the AI-powered Git client for Windows, macOS, and Linux.
Branqo Documentation
Welcome to the Branqo documentation. Branqo is a cross-platform Git management GUI that combines a visual interface with AI-powered workflows.
Quick Links
- Getting Started — Install Branqo and make your first commit
- Guides — Step-by-step tutorials for common workflows
- Keyboard Shortcuts — Master the keyboard shortcuts
- FAQ — Frequently asked questions
Key Features
Free Tier (No Account Required)
- All core Git operations (clone, commit, push, pull, merge, rebase, stash, cherry-pick)
- Visual commit graph with interactive rebase
- Hunk and line-level staging
- 3-pane merge conflict editor
- Branch lineage tracking
- Multi-provider support (GitHub, GitLab, Gitea, plain URLs)
- 10 built-in themes
- 30 languages
Premium Tier ($4.99/month)
- AI commit message generation
- AI code review
- AI conflict resolution
- AI merge/PR descriptions
- Secret Scanner (redacts sensitive data before AI processing)
- AI Request Log
- SSH key management
- Usage dashboard
Architecture
Branqo is built with:
- Tauri v2 — Rust backend with a web frontend, resulting in a ~15MB bundle
- React 19 — TypeScript-first UI with shadcn/ui components
- git2 (libgit2) — Native Git engine for fast operations
- Branqo Cloud — Proxy for AI features (your code is never stored)