A next-generation IDE with built-in AI agents, deep Git integration, and GitHub support.
- Claude AI Agents — Get intelligent code analysis, assistance, and agentic workflows powered by Claude directly within the IDE
- Git Integration — First-class support for branches, commits, diffs, worktrees, and file change tracking across your local repos
- Built-in Terminal — Run commands without leaving the application
- Workspace Management — Organize repositories with worktree support
- GitHub Pull Requests — Browse, search, and review pull requests with full timeline and diff views
- GitHub Issues — View and manage issues across your repositories
- Multiple GitHub Accounts — Switch between accounts seamlessly
- Command Palette — Quickly navigate anywhere in the app with keyboard shortcuts
-
Clone the repository:
git clone https://github.com/gimenete/codeflow.git cd codeflow -
Install dependencies:
npm install
-
Start the application in development mode:
npm run dev
Or build and run the production version:
npm start
Build platform-specific packages:
npm run buildThis produces:
- macOS —
.dmg - Windows — NSIS installer
- Linux — AppImage
On first launch, Codeflow will prompt you to authenticate with GitHub. Your credentials are stored securely using your operating system's keychain.
Add local repositories to Codeflow to view branches, commits, and diffs. The app watches your repositories for changes and keeps the UI up to date.
Search and browse pull requests across your repositories. View the full timeline of events, file diffs, and comments. Save frequently used queries for quick access.
Ask Claude questions about your code, get help understanding diffs, or request analysis of pull request changes. Claude has context about the repository you're working in.
- Command Palette —
Cmd+K(macOS) /Ctrl+K(Windows/Linux)
This project is licensed under the MIT License. See the LICENSE file for details.