🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode & 20+ CLIs via BYOK.
Local macOS AI chat app for Apple Silicon
Klee is a signed macOS app for chatting with local language models on Apple Silicon using MLX. It handles model download, streaming chat, vision-capable models, and built-in tools for files, web search, and shell commands.
Builders who want an offline chat app on Apple Silicon Macs.
You can chat with local models without sending your prompts or files to a cloud service.
What it does
Local inference
Runs models directly on your Mac so conversations stay on device.
Model download in app
Lets you pick a supported model and download it from the app, with resume support.
Built-in tools
Supports file read, file write, file list, file delete, web search, web fetch, and shell execution.
Vision support
Lets you attach images when using supported vision models.
Streaming responses
Shows tokens as they are generated.
Inline thinking
Displays the model's reasoning in a collapsible card.
How to get it
- 1Requires Xcode 16+ and macOS 15.0+.
git clone https://github.com/signerlabs/Klee.git cd Klee open Klee.xcodeproj
README
Klee
A native macOS AI agent that runs entirely on your Mac. No cloud, no account, no subscription.
Klee uses MLX to run large language models directly on Apple Silicon, so your conversations never leave your device.
Features
- 100% local inference -- your data stays on your Mac
- No account or API key required -- download and start chatting
- One-click model download -- pick a model, Klee handles the rest
- Native tool calling -- the AI can read/write files, search the web, and run shell commands
- Vision support -- attach images to your messages with supported VLM models
- Web search -- search the web via Jina AI (free API key, configurable in sidebar)
- Streaming responses -- tokens appear as they're generated
- Inline thinking -- see the model's reasoning process in a collapsible card
- Platform modules -- extend the AI with native Swift integrations (coming soon)
- Lightweight -- ~75MB native SwiftUI app, no Electron, no Docker, no background services
System Requirements
| Requirement | Minimum |
|---|---|
| macOS | 15.0 (Sequoia) or later |
| Chip | Apple Silicon (M1 or later) |
| RAM | 16 GB (see model table below) |
More RAM unlocks larger, more capable models:
| RAM | Recommended Models |
|---|---|
| 16 GB | Qwen 3.5 9B, Qwen 3 8B, Gemma 3 12B, DeepSeek R1 8B |
| 32 GB | Qwen 3.5 27B, Qwen 3.5 35B (MoE) |
| 64 GB | Gemma 3 27B, DeepSeek R1 32B |
| 96 GB+ | Qwen 3.5 122B (MoE) |
Install
Klee is distributed directly as a signed macOS app (Developer ID), not through the App Store.
- Download the latest
.dmgfrom Releases - Drag Klee into your Applications folder
- Open Klee -- if macOS shows a Gatekeeper warning, go to System Settings > Privacy & Security and click "Open Anyway"
Usage
- Open Klee -- the app detects your system RAM and shows compatible models
- Download a model -- tap the download button next to any recommended model. Downloads resume automatically if interrupted
- Start chatting -- select the downloaded model and type your message
The AI can help you with file operations, web lookups, and shell commands -- just ask naturally.
Web Search Setup (Optional)
To enable web search:
- Get a free API key at jina.ai (no credit card needed)
- Click the sidebar toggle button (top-right)
- Enable Web Search and paste your API key
- Ask Klee to search for anything
Models are cached in ~/.klee/models/ and persist across app restarts.
Supported Models
All models are 4-bit quantized variants from the mlx-community on HuggingFace.
| Model | Size | Min RAM | Vision | HuggingFace ID |
|---|---|---|---|---|
| Qwen 3.5 9B | ~6 GB | 16 GB | Yes | mlx-community/Qwen3.5-9B-4bit |
| Qwen 3 8B | ~4.3 GB | 16 GB | mlx-community/Qwen3-8B-4bit | |
| Gemma 3 12B | ~8 GB | 16 GB | mlx-community/gemma-3-12b-it-qat-4bit | |
| DeepSeek R1 8B | ~4.6 GB | 16 GB | mlx-community/DeepSeek-R1-0528-Qwen3-8B-4bit | |
| Qwen 3.5 27B | ~16 GB | 32 GB | Yes | mlx-community/Qwen3.5-27B-4bit |
| Qwen 3.5 35B (MoE) | ~20 GB | 32 GB | Yes | mlx-community/Qwen3.5-35B-A3B-4bit |
| Gemma 3 27B | ~17 GB | 64 GB | mlx-community/gemma-3-27b-it-qat-4bit | |
| DeepSeek R1 32B | ~18 GB | 64 GB | mlx-community/DeepSeek-R1-Distill-Qwen-32B-4bit | |
| Qwen 3.5 122B (MoE) | ~70 GB | 96 GB | Yes | mlx-community/Qwen3.5-122B-A10B-4bit |
Built-in Tools
Klee uses native tool calling (mlx-swift-lm ToolCall API) -- no MCP, no Node.js, no external processes.
| Tool | Description |
|---|---|
file_write | Create or overwrite files |
file_read | Read file contents |
file_list | List directory contents |
file_delete | Delete files |
web_search | Search the web (requires Jina API key) |
web_fetch | Fetch and extract webpage content |
shell_exec | Execute shell commands (30s timeout) |
Build from Source
Requires Xcode 16+ and macOS 15.0+.
git clone https://github.com/signerlabs/Klee.git
cd Klee
open Klee.xcodeproj
Select the Klee scheme, then build and run (Cmd+R). SPM dependency (mlx-swift-lm) will resolve automatically on first build.
Acknowledgements
Klee was built with components and architecture from ShipSwift.
License
MIT
Files in the repo
- .claude
- Klee
- Klee.xcodeproj
- .gitignore
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More other
"Vibe-Trading: Your Personal Trading Agent"
OpenHuman is an open source personal AI for Mac, Windows and Linux — local-first memory, agent orchestration, and deep research.

Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
AIPOCH Open-Science is an open-source, local-first, model-agnostic AI research workbench for macOS, Windows, and Linux, with scientific agents, Python/R notebooks, data connectors, and reproducible provenance.