https://github.com/antonbelev/claude-owl
Desktop app for managing all things Claude Code.
https://github.com/antonbelev/claude-owl
anthropic claude-code desktop-app
Last synced: 19 days ago
JSON representation
Desktop app for managing all things Claude Code.
- Host: GitHub
- URL: https://github.com/antonbelev/claude-owl
- Owner: antonbelev
- License: mit
- Created: 2025-11-07T17:05:04.000Z (3 months ago)
- Default Branch: develop
- Last Pushed: 2025-12-20T21:22:56.000Z (about 2 months ago)
- Last Synced: 2025-12-21T22:00:00.772Z (about 2 months ago)
- Topics: anthropic, claude-code, desktop-app
- Language: TypeScript
- Homepage: https://antonbelev.github.io/claude-owl/
- Size: 12.2 MB
- Stars: 20
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: docs/security.html
Awesome Lists containing this project
README
# Claude Owl 🦉
**Stop editing JSON and MD files. Manage your Claude Code setup visually.**
[](https://opensource.org/licenses/MIT)
[](https://nodejs.org/)
[](CONTRIBUTING.md)
[](#)
---
## The Problem
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.
## The Solution
Claude Owl gives you a visual interface for everything Claude Code configuration:

**No more terminal commands. No more JSON typos. Just point, click, done.**
## What You Can Do
### Core Features
- **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
### Power Features
- **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 `.claude` directory into an IDE.
[See all features with screenshots →](https://antonbelev.github.io/claude-owl/screenshots.html)
## Installation
### Download (Recommended)
**[📥 Download Latest Release](https://github.com/antonbelev/claude-owl/releases/latest)**
- macOS (Intel + Apple Silicon)
- Windows (x64 + ARM64)
[Full installation guide →](https://antonbelev.github.io/claude-owl/installation.html)
### Build from Source
```bash
git clone https://github.com/antonbelev/claude-owl.git
cd claude-owl
npm install
npm run dev:electron
```
**Requirements:** Node.js 18+, Claude Code CLI installed
## FAQ
**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.
## Contributing
PRs welcome! Check [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
Quick start:
```bash
git clone https://github.com/antonbelev/claude-owl.git
cd claude-owl
npm install
npm run dev:electron
```
## Tech Stack
Electron + React 18 + TypeScript + Vite + Zustand + Tailwind CSS
See [CLAUDE.md](CLAUDE.md) for development notes and [docs/architecture.md](docs/architecture.md) for system design.
## Star History
[](https://star-history.com/#antonbelev/claude-owl&Date)
## License
Claude Owl is open-source software licensed under the [MIT License](LICENSE).
---
**Disclaimer:** Claude Owl is not affiliated with Anthropic. Claude is a trademark of Anthropic PCB.
**Support:** [Issues](https://github.com/antonbelev/claude-owl/issues) • [Discussions](https://github.com/antonbelev/claude-owl/discussions) • [Documentation](https://antonbelev.github.io/claude-owl/)