A beautiful, open-source desktop UI for managing Claude Code configurations, settings, and features.
Status: 🚀 Beta - Actively developed, currently supports macOS and Windows.
Claude Owl is a desktop application for managing Claude Code configurations through an intuitive visual interface. Instead of manually editing JSON and YAML configuration files in your text editor or through the Claude Code CLI.
For a complete list of features, see SCREENSHOTS.md and CHANGELOG.md.
Celebrate your year of AI-powered development! Claude Owl now includes a festive Year in Review feature that showcases your 2025 coding journey with Claude Code:
- 📊 Beautiful Stats: Token usage, costs, sessions, and activity patterns
- 🏆 Achievement Badges: Earn badges for milestones and coding habits
- 🎯 Model Insights: See your favorite Claude models and usage breakdown
- 📈 Activity Analytics: Peak coding months, longest streaks, and daily patterns
- 🎁 Social Sharing: Share your year with customizable stats for Twitter/X
Available now through January 1, 2026!
- Node.js >= 18.0.0
- npm >= 9.0.0
- Claude Code CLI (installation guide)
- macOS or Windows
Claude Owl is currently in Beta and available for development/testing:
# Clone the repository
git clone https://github.com/antonbelev/claude-owl.git
cd claude-owl
# Install dependencies
npm install
# Run in development mode
npm run dev:electronPre-built installers are available for macOS and Windows:
- macOS:
.dmgfiles for Intel and Apple Silicon - Windows:
.exeinstaller for x64 and ARM64
For detailed installation instructions, see our Installation Guide.
npm run build
npm run package- Architecture Overview - System design and technical details
- Contributing Guide - How to contribute
- Code of Conduct - Community guidelines
- Development Notes - Development commands and project structure
- CHANGELOG.md - List of changes and updates
- Desktop Framework: Electron
- Frontend: React 18 + TypeScript
- Build Tool: Vite
- State Management: Zustand
- Styling: Tailwind CSS + shadcn/ui
- Testing: Vitest + React Testing Library
We welcome contributions! See CONTRIBUTING.md for guidelines.
To get started:
# Fork and clone the repository
git clone https://github.com/antonbelev/claude-owl.git
cd claude-owl
# Install dependencies
npm install
# Start development server
npm run dev:electronNo, Claude Owl is a UI companion for Claude Code. It manages configurations visually but still uses the Claude Code CLI under the hood.
Yes! Claude Owl is completely local-first. All configurations and data stay on your machine. No data is sent to external servers, and no telemetry is collected.
- macOS (Intel & Apple Silicon) - ✅ Fully supported
- Windows (x64 & ARM64) - ✅ Fully supported
See CONTRIBUTING.md for contribution guidelines.
Claude Owl is open-source software licensed under the MIT License.
Claude Owl is an independent community project and is not affiliated with, endorsed by, or sponsored by Anthropic. Claude is a trademark of Anthropic, Inc. This project uses Claude through the publicly available Claude Code CLI and is not an official Anthropic product.

