jondot/picocode

52 stars · Last commit 2026-01-30

a minimal, Rust-based coding agent focused at CI workflows and small codemods, similar to Claude Code

README preview

<div align="center">
  <img src="picocode.gif" width="600"/>
  <br/>
  <br/>
  <h1>⚡️ picocode</h1>
  <p><b>The tiny coding agent that speaks every LLM.</b></p>
  <br/>
</div>

**picocode** is a minimal, high-performance Rust-based coding agent. It's a small, robust tool designed for developers who want a lightweight assistant that is easy to reason about, safe to use, and highly hackable.

## 🚀 Quick Start

Get up and running in seconds:

```bash
# 1. Install
curl -sSfL https://raw.githubusercontent.com/jondot/picocode/main/install.sh | sh

# 2. Set your API Key (pick your provider)

View full repository on GitHub →