v0.5.0 — cross-platform distribution
Cross-compiled MCP shim binaries for v0.5.0. The CC plugin launcher (bin/prixmaviz-mcp + bin/prixmaviz-mcp.cmd) downloads the matching artifact automatically on first use; subsequent calls hit the local cache.
What's new
- Plugin install drops from 61 MB to ~3 KB — only the launcher scripts are shipped; the binary downloads lazily on first diagram render.
- Linux (x64 + arm64), Windows (x64), and Intel-Mac users can now install — previously only Apple Silicon worked.
- Override the binary location with
PRIXMAVIZ_MCP_BIN=/path/to/local-buildfor self-built shims. - Override the cache location with
PRIXMAVIZ_BIN_CACHE=/some/dir(POSIX) — defaults to~/.cache/prixmaviz/bin/or%LOCALAPPDATA%\prixmaviz\bin\.
Install
```bash
claude plugins marketplace add https://github.com/MichaelDanCurtis/PrixmaViz#main:src-tauri/resources/plugin
claude plugins install prixmaviz@prixmaviz-local
```
The plugin uses https://prixmaviz.ailuxis.com by default. Set `PRIXMAVIZ_REMOTE_URL` in the cached `.mcp.json` to point at your own self-hosted instance.