{ "id": "claurst", "name": "Claurst", "version": "0.1.4", "description": "Open-source, multi-provider terminal coding agent built in Rust. Multi-provider routing (Anthropic, OpenAI, Google, Groq, Ollama, OpenAI-compatible, …), full MCP support, plugin system, Rustle companion, chat forking, memory consolidation. No telemetry.", "repository": "https://github.com/kuberwastaken/claurst", "website": "https://claurst.kuber.studio", "authors": [ "Kuber Mehta" ], "license": "GPL-3.0", "distribution": { "binary": { "darwin-aarch64": { "archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.4/claurst-macos-aarch64.tar.gz", "cmd": "./claurst", "args": ["acp"] }, "darwin-x86_64": { "archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.4/claurst-macos-x86_64.tar.gz", "cmd": "./claurst", "args": ["acp"] }, "linux-aarch64": { "archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.4/claurst-linux-aarch64.tar.gz", "cmd": "./claurst", "args": ["acp"] }, "linux-x86_64": { "archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.4/claurst-linux-x86_64.tar.gz", "cmd": "./claurst", "args": ["acp"] }, "windows-x86_64": { "archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.4/claurst-windows-x86_64.zip", "cmd": "./claurst.exe", "args": ["acp"] } } } }