Git Client for Vibe Coding
Gitton is a Git client designed for the AI coding era. Run Claude Code, Cursor CLI, and other AI assistants directly in the integrated terminal. Features AI-powered commit message generation, code review, and PR description generation. Extensible with JavaScript plugins.
Extend Gitton with JavaScript. Add sidebar panels, settings tabs, context menus, and more. Use any framework you like—React, Vue, Svelte.
npx create-gitton-pluginInstall and manage plugins from the command line.
npm install -g @gitton-dev/cli
gitton install <plugin-name>Gitton represents a paradigm shift in development tools for the AI era. With AI coding assistants like Claude Code, Cursor CLI, and Aider, developers spend less time in traditional editors and more time in terminals.
Terminal-First Approach - Rather than another code editor, Gitton integrates a terminal for AI instruction. Give instructions to AI in the terminal, review results and commit in a powerful Git client.
Advanced Git Features - AI-assisted development requires more sophisticated Git capabilities. Since AI generates large code blocks that may include unintended changes, you need granular version control.
GitHub-Exclusive Focus - Deep GitHub integration enables PR management, inline commenting, AI-generated PR descriptions, and automated code reviews—all within the app.
Strip unnecessary features while thoroughly refining essential ones. For the AI era, that means: powerful Git operations, terminal integration, and seamless GitHub workflows—without editor complexity.
- Intuitive Graph View - Visualize your project history with color-coded branch graphs
- Easy Operations - Cherry-pick, revert, and reset commits with a click
- Reflog Support - Complete operation history for easy recovery from mistakes
- Pull Requests - Create, review, and merge PRs without leaving the app
- AI-Generated PR Descriptions - Let AI write your PR descriptions from commit diffs
- AI Code Review - Get intelligent feedback on your changes
- Multi-Provider Support - OpenAI, Anthropic, Google, and Ollama
- Conventional Commit Messages - Auto-generate meaningful commit messages
- Security Analysis - AI-powered security scanning of your changes
- Multiple Worktrees - Work on different branches simultaneously
- Independent Sessions - Run separate AI tool sessions in each worktree
- AI Tool Ready - Claude Code, Cursor, GitHub Copilot - use any tool you like
- Full Shell Access - Execute any command within your repository
Extend Gitton's functionality with plugins:
- Add custom sidebar panels
- Add settings tabs
- Add context menu items
- Register Git hooks (pre-commit, post-push, etc.)
Extend Gitton with plugins. Add sidebar panels, settings tabs, context menus, and Git hooks.
See gitton-plugins for examples and documentation.
- Free Trial - 7 days
- Pro - $19.99 one-time purchase (no subscription)
MIT License
godai






