← back to projects
Code Bench icon

Code Bench

Local-first, git-native, MCP-extensible AI agentic coding tool. Your codebase, your machine, your models.

status
beta
part of
benchlabs
stack
Flutter · Dart
links
github ↗   live site ↗

Code Bench is a local-first AI coding tool that treats Git as a first-class citizen. Branches, diffs, and commits are part of how the agent works, not something bolted on afterward, so every change it makes stays reviewable and reversible the same way any other commit would be.

Extend it with MCP servers to connect to whatever tools and data sources your project depends on, rather than being boxed into a fixed set of integrations. The agent runtime handles multi-step tasks across your codebase while everything stays on your machine.

Part of the Benchlabs suite of open source developer tools.

// tags
oss desktop ai
// related posts
Why I Went Local-First for an AI Coding Tool