beet-code

Mesutcydev/beet-code
★ 0 stars Swift AI/LLM Updated today
Beet Code — a native, Apple Silicon-only macOS coding agent: MLX local models, BYOK remote engines, encrypted sessions, hooks, MCP, and an OpenAI-compatible local API server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "beet-code": {
      "command": "npx",
      "args": [
        "-y",
        "Mesutcydev/beet-code"
      ]
    }
  }
}

README Excerpt

A lightweight, native, **Apple Silicon-only macOS coding agent**. BeetCode runs MLX models in-process through Metal, downloads them directly from Hugging Face with pause/resume, and gives a local coding agent safe, reviewable tools. > Phase 1 deliberately focuses on one polished path: MLX + MLX-quantized safetensors + core coding tools. GGUF/llama.cpp and MCP are planned follow-ups, not half-implemented dependencies.