MA v0.1.0-alpha
Pre-release
Pre-release
·
22 commits
to main
since this release
MA v0.1.0-alpha is the first public alpha for a local-first coding agent CLI.
Highlights:
- OpenAI-compatible model providers with DeepSeek and LM Studio support.
/modelmodel switching with remembered defaults and provider/model profile IDs.- macOS Keychain-backed API key storage.
- Slash command suggestions in the TUI.
- Built-in MCP servers for exec, fs, fs-edit, grep, and web.
- Skills loading from
.ma/skills/. - Session restore,
/revert, task archive, and workspace diff display.
Benchmark snapshot:
- Qwen3-30B local model via LM Studio.
- 70 tasks: L0 x10, L1 x30, L2 x30.
- Pass rate: L0 100%, L1 98.7%, L2 95.3%.
- Details are documented in
docs/benchmark-results.md.
Portable downloads:
- macOS arm64:
ma-0.1.0-alpha.0-macos-arm64.tar.gz - Linux x64:
ma-0.1.0-alpha.0-linux-x64.tar.gz - Windows x64:
ma-0.1.0-alpha.0-windows-x64.zip
Install smoke test:
- Download the asset for your platform.
- Extract it.
- Run
./ma versionon macOS/Linux, orma.cmd versionon Windows. - Run
./ma init, then./ma.
This is an alpha release. The core TUI and model flow are ready for early users, but provider coverage, distribution polish, and security UX will continue to move fast.