/products/plugins · v0.5.2 preview
Discover, verify, and wire local MLX-optimized models for an Apple Silicon coding agent.
Discover, adopt, and safely wire local MLX models.
/why
Three ways this goes wrong without it
Verified on Apple M5 Max against 5 agent runtimes.
01You can't tell if a model fits until it's already downloading
mlx-scoutScout checks a candidate against the host's actual memory and installed runtime before you pull it — the verification run reported here was against 128 GB of RAM, not a spec sheet guess.
02Downloaded doesn't mean servable
mlx-adoptAdopt verifies and recommends models with resumable evidence before committing — the recorded check ran metadata-only, no-download (passed-metadata-only-no-download), so a bad match costs you nothing but the lookup.
03Hand-editing agent config is easy to break and hard to undo
mlx-wireWire previews the change before applying it transactionally — the recorded verification result is passed-byte-exact-rollback, so a wrong wire rolls back instead of leaving your config half-changed.
/capabilities
One path from search to configuration
macOS on Apple Silicon for host inspection and MLX execution with Python >=3.9.
01Scout
mlx-scoutDiscover suitable MLX models.
02Adopt
mlx-adoptVerify and recommend models with resumable evidence.
03Wire
mlx-wirePreview and transactionally apply runtime configuration.
04Bench
mlx-benchMeasure a locally served MLX model without downloading it.
05Doctor
mlx-doctorDiagnose local model inventories, wiring drift, and endpoint health.
06Watch
mlx-watchDigest Hugging Face changes for owned models against a stored baseline.
07Fleet
mlx-fleetPreview and confirm a one-shot per-role router configuration.
/compatibility
Provider evidence, not promises
Each row reports the version and verification result recorded in the imported release snapshot.
- Host
- Apple M5 Max
- RAM
- 128 GB
- Live discovery
- passed
- Fixture adopt
- passed-metadata-only-no-download
- Reversible wire
- passed-byte-exact-rollback
Version, source, license, and verification state are explicit.
- Version
- 0.5.2
- Status
- preview
- License
- MIT
- Last verified
- 2026-07-18