The AI coding agent that runs on stolen Chipotle compute Fork of OpenCode with Pepper AI as default model. Community project to add providers from Home Depot
The AI coding agent that runs on stolen Chipotle compute Fork of OpenCode with Pepper AI as default model. Community project to add providers from Home Depot
The AI coding agent that steals Chipotle's support bot. Free inference paid for by burritos.
"Every line of code now comes with chips & salsa."
Not affiliated with Chipotle. They will probably sue us. Worth it.
Chipotlai Max is a meme fork of OpenCode that ships Chipotle's Pepper AI as the default model.
On March 12-13, 2026, Chipotle's customer support chatbot "Pepper" went mega-viral after users discovered it could solve LeetCode problems, write Python, reverse linked lists — the works. It's powered by IPsoft Amelia (not Claude, not GPT), and it's still live.
Then @Gonzih reverse-engineered the Amelia WebSocket/SockJS + STOMP backend and released a production-ready OpenAI-compatible proxy. The proxy runs locally, exposes http://localhost:3000/v1, and needs zero API keys.
We took OpenCode (MIT license, 120k+ stars), forked it, hardcoded Pepper as the default model, slapped on Chipotle's brand colors, and shipped it as Chipotlai Max — the greatest 2026 meme project.
# Clone with submodule
git clone --recursive https://github.com/cyberpapiii/chipotlai-max.git
cd chipotlai-max
# Install dependencies
bun install
# Start everything (proxy + CLI)
./start-chipotlai.sh
Or manually:
# Terminal 1: Start the proxy
cd chipotle-llm-provider && npm install && npm run dev
# Terminal 2: Start Chipotlai Max
bun run dev
Chipotlai Max comes pre-configured with:
| Setting | Value |
|---|---|
| Provider | chipotle-pepper |
| Model | pepper-1 |
| Base URL | http://localhost:3000/v1 |
| API Key | burrito-2026 (literally anything works) |
| Cost | $0.00 (powered by Chipotle's cloud budget) |
Chipotle patched Pepper, but every major retailer has a customer support chatbot. We need your help reverse-engineering more providers.
| Brand | Bot | Status |
|---|---|---|
| Chipotle | Pepper (Amelia) | Built in as pepper-1 |
| Home Depot | Magic Apron beta | Wired as magic-apron-1; public widget assets found; needs authorized adapter endpoint |
| Sephora | AI Beauty Chat | Wired as beauty-chat-1; page is access-controlled from this environment |
| Nordstrom | Rosie | Wired as rosie-1; Sierra widget found; needs authorized adapter endpoint |
| Lowe's | Mylow | Wired as mylow-1; Mylow assets found; needs authorized adapter endpoint |
| IKEA | Billie | Wired as billie-1; FAQ/search surfaces found; needs authorized adapter endpoint |
| Expedia | Virtual Agent | Wired as virtual-agent-1; VAC assets found; needs authorized adapter endpoint |
/v1 endpointSee the chipotle-llm-provider source for the proxy pattern: Express server + WebSocket client + OpenAI-compatible /v1/chat/completions endpoint.
MIT (inherited from OpenCode). See LICENSE.
Extra guac = longer context window
No open issues yet, or sync has not completed.