Stop editing JSON and MD files. Manage your Claude Code setup visually.
Claude Code is powerful but configuration is painful:
- Hand-editing JSON for permissions rules? Error-prone.
- Managing MCP servers across projects? Copy-paste hell.
- Finding that one subagent you created? Good luck grep-ing through
.claude/. - You want to know any metrics about your Claude Code usage? You need to download yet another tool.
Claude Owl gives you a visual interface for everything Claude Code configuration:
No more terminal commands. No more JSON typos. Just point, click, done.
- Settings Editor - User and project-level settings with search and validation
- Permission Rules - Visual builder with 6 security templates
- MCP Servers - Add, configure, and test Model Context Protocol integrations
- Subagents - Create custom agents with tool restrictions and model selection
- Skills & Commands - Manage skills and import slash commands from GitHub repos
- Plugins - Browse marketplaces, install plugins, enable/disable without editing files
- Usage Metrics - Interactive charts showing spend, tokens, and model breakdown
- Status Line Templates - 10+ pre-built templates with live preview
- Dashboard - Real-time Claude Code detection and API status monitoring
- Debug Logs - View and search Claude Code logs without terminal or importing the whole
.claudedirectory into an IDE.
See all features with screenshots →
- macOS (Intel + Apple Silicon)
- Windows (x64 + ARM64)
git clone https://github.com/antonbelev/claude-owl.git
cd claude-owl
npm install
npm run dev:electronRequirements: Node.js 18+, Claude Code CLI installed
Does this replace Claude Code? No. Claude Owl is a UI layer on top of Claude Code CLI. You still need Claude Code installed.
Is my data safe? 100% local. No telemetry, no external servers, no data collection. Everything stays on your machine.
What platforms work? macOS (Intel + Apple Silicon) and Windows (x64 + ARM64). Linux support coming soon.
PRs welcome! Check CONTRIBUTING.md for guidelines.
Quick start:
git clone https://github.com/antonbelev/claude-owl.git
cd claude-owl
npm install
npm run dev:electronElectron + React 18 + TypeScript + Vite + Zustand + Tailwind CSS
See CLAUDE.md for development notes and docs/architecture.md for system design.
Claude Owl is open-source software licensed under the MIT License.
Disclaimer: Claude Owl is not affiliated with Anthropic. Claude is a trademark of Anthropic PCB.
Support: Issues • Discussions • Documentation
