Metadata-Version: 2.4
Name: mlx-code
Version: 0.0.2a6
Summary: Local Claude Code for Mac
Home-page: https://github.com/JosefAlbers/mlx-code
Author: J Joe
Author-email: albersj66@gmail.com
License: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mlx-lm>=0.19.0
Requires-Dist: PyYAML
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# mlx-code: Local Coding Agent

[![Link](https://raw.githubusercontent.com/JosefAlbers/mlx-code/main/assets/mlx-code.gif)](https://youtu.be/Rba-uTsYuXg)

### Quick Start

Install via pip and launch the standalone agent immediately:

```bash
pip install mlx-code
mlxcode # Runs standalone mode by default
```

### Options

You can customize the model, server, and behavior using command-line flags:

```bash
mlxcode [options] [-- harness options]
```

- **Standalone (Default):** Uses the built-in `pie` agent (python port of [pi](https://github.com/badlogic/pi-mono))
- **Harness Mode:** Use `--harness <command>` to proxy an external agent (e.g., `claude`).

### Credits

- `main`: Built on [MLX](https://github.com/ml-explore/mlx) and [MLX LM](https://github.com/ml-explore/mlx-lm) by Apple.
- `pie`: Adapted from [pi](https://github.com/badlogic/pi-mono) by Mario Zechner (MIT License).

### Licence

Apache License 2.0 — see LICENSE for details.


