Install¶ Requirements¶ Python ≥ 3.10 MLX ≥ 0.31.0 Apple Silicon Mac (M1 / M2 / M3 / M4) From PyPI¶ pip install mlx-arsenal Or with uv: uv add mlx-arsenal From source¶ git clone https://github.com/dgrauet/mlx-arsenal cd mlx-arsenal pip install -e ".[dev]" Run the test suite to verify the install: pytest tests/ -v Building these docs locally¶ pip install -e ".[docs]" mkdocs serve Open http://127.0.0.1:8000.