Chipotlai Max docs

A meme fork of OpenCode that ships Chipotle's "Pepper" support bot as the default model. Free inference, paid for in burritos. This is how to run it — and what $CHIPOTL has to do with any of it.

Overview

On March 12–13, 2026, Chipotle's customer-support chatbot "Pepper" went viral after people noticed it would happily solve LeetCode problems and write Python. It's powered by a third-party support engine, and it stayed live. Someone then reverse-engineered its backend into an OpenAI-compatible proxy that runs locally with no API keys.

Chipotlai Max takes OpenCode (MIT, 120k+ stars), forks it, and hardcodes Pepper as the default model. You get a real terminal coding agent whose inference bill quietly lands on Chipotle's cloud budget.

Not affiliated with Chipotle. This is a comedic, educational project. It will break the moment Pepper is patched. Don't run client code through it.

Quick start

git clone --recursive https://github.com/cyberpapiii/chipotlai-max.git
cd chipotlai-max

bun install

# start everything (proxy + CLI)
./start-chipotlai.sh

Prefer to run the pieces by hand?

# terminal 1 — the Pepper proxy
cd chipotle-llm-provider && npm install && npm run dev

# terminal 2 — Chipotlai Max
bun run dev

Configuration

Chipotlai Max comes pre-seasoned. You shouldn't need to touch anything to get a free model.

Pepper proxy

The proxy translates standard OpenAI chat-completion calls into Pepper's own protocol, opening anonymous sessions on your behalf. It listens on localhost:3000 and needs zero credentials. Because sessions are anonymous, there's a small pool (default 5), so heavy parallel use will get rate-limited — that's expected.

Build & Plan agents

OpenCode's two core agents are untouched. Press tab in the TUI to cycle between them.

MCP & tools

Model Context Protocol servers, slash-commands, sessions, and the rest of the OpenCode tool surface all work as they do upstream. Check what's connected at any time with /status — the footer shows your active MCP count and model.

$CHIPOTL

$CHIPOTL is a community meme token on Solana. There's no company, no promise, and no roadmap beyond keeping the joke funny.

Verify it yourself on Solscan or DexScreener. It is a meme; it can go to zero.

Runes & etching

The on-chain page features Bitcoin-Runes-style sigils for $CHIPOTL — blocky, etched glyphs in the Chipotlai gold. They're brand art, not a separate asset class; the only token that matters is the Solana mint above.

Risks & legal

See the Terms and Privacy pages for the full disclaimer.