chad: a coding agent for your macbook pro
Claude can do anything, for anyone, anywhere. chad does one thing. 🗿 Coding under supervision.
chad is a coding agent that runs entirely on an Apple Silicon Mac via MLX. One 27B model and no API key. (Not affiliated with Anthropic.)
uvx chad-code # runs anywhere; the command is still `chad`
uvx chad-code prove # offline smoke test: 4 tiny fix-it tasks, verified, timed 🗿
The first run asks, then downloads the model once (~14 GB). The PyPI package is chad-code.
Real session, unedited.
Why chad
Plenty of harnesses run local models now, and pi is a fantastic default for the same reason llama.cpp is: it works with everything. chad is moving the opposite direction.
1 set of silicon. This project is focused on making the macbook pro you already have usable. Not a $10K GPU.
1 capable model. Qwen 3.8 27B. This isn't the frontier, but you probably aren't solving frontier problems. Focus on 1 model buys speed. You'll experience ~ 20 tokens/second generation in a real session instead of ~ 10 tokens/second for stock llama.cpp implementations. This speed comes from MLX, a couple of targeted custom kernels for this model, and a bundled dflash2 drafter. The weights are Unsloth's UD-Q3_K_XL GGUF, read natively in MLX. We shipped a smaller ternary build first and it was measurably worse; here's why we switched.
1 tightly-coupled agent loop. Instead of a standard /completions endpoint, the agent loop in chad owns the backend process. This comes with nice advantages that make the KV cache more stable and the coding experience measurably better (no long prefills!).
Why not
You do not have an Apple Silicon with 24 GB RAM. You want to pick your local model. You need a frontier model in a data center. The list goes on.
Documentation
- Installing & using chad covers install, extras and upgrades, the terminal UI, and the command-line flags.
- Throughput & performance has every number above, the stock-engine
comparison, the model, and how to reproduce them with
chad-bench. - Design is the argument: why the agent owns the engine, why there are five tools, and what 1.x got wrong.
- Architecture is the module map, the session file format and the tool-call wire format.
- Configuration reference documents project instructions, Agent Skills, MCP servers, plan mode, the slash commands, the context window, every environment variable, and the safety opt-outs.
- Troubleshooting maps symptoms to knobs for when a session rambles, loops, or slows.
- Contributing says what lands easily and what needs a conversation first.
Release files for chad-code 2.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| chad_code-2.3.0.tar.gz | 650.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| chad_code-2.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / chad_code-2.3.0.tar.gz
| Download URL | chad_code-2.3.0.tar.gz |
|---|---|
| Size | 650.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7a89140c93909efbf74015bf9ac368f1fd0d11b916f24779a9ff97e3fff69ab5
|
|
BLAKE2b-256 checksum How to use checksums |
09735e1fea243da1aa4fd4af24fd7c3b3412f390a002160dcb3ece4d4803b00a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / chad_code-2.3.0-py3-none-any.whl
| Download URL | chad_code-2.3.0-py3-none-any.whl |
|---|---|
| Size | 424.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bf5eab098976616fdacf299e850e2d18b9f00eac78ec4a5a82e70ea9f0c647c9
|
|
BLAKE2b-256 checksum How to use checksums |
958ab888d982f24cf1907e1bb852bff0d5d49389cdf8c02b3aba812f9caf26e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log