Skip to content

AI-et-al/claude-owl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Owl 🦉

A beautiful, open-source desktop UI for managing Claude Code configurations, settings, and features.

License: MIT Node Version PRs Welcome Beta

Status: 🚀 Beta - Actively developed, currently supports macOS and Windows.


What is Claude Owl?

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.

Current Features (Beta)

For a complete list of features, see SCREENSHOTS.md and CHANGELOG.md.

Claude Owl Dashboard

🎄 2025 Year in Review

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

Year in Review 2025

Available now through January 1, 2026!

Installation

Prerequisites

Install from Source

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:electron

Download Pre-built Binaries

Pre-built installers are available for macOS and Windows:

📥 Download Latest Release

  • macOS: .dmg files for Intel and Apple Silicon
  • Windows: .exe installer for x64 and ARM64

For detailed installation instructions, see our Installation Guide.

Build from Source

npm run build
npm run package

Documentation

Tech Stack

  • Desktop Framework: Electron
  • Frontend: React 18 + TypeScript
  • Build Tool: Vite
  • State Management: Zustand
  • Styling: Tailwind CSS + shadcn/ui
  • Testing: Vitest + React Testing Library

Contributing

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:electron

FAQ

Does Claude Owl replace Claude Code?

No, Claude Owl is a UI companion for Claude Code. It manages configurations visually but still uses the Claude Code CLI under the hood.

Is my data safe?

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.

What platforms are currently supported?

  • macOS (Intel & Apple Silicon) - ✅ Fully supported
  • Windows (x64 & ARM64) - ✅ Fully supported

How can I contribute?

See CONTRIBUTING.md for contribution guidelines.

License

Claude Owl is open-source software licensed under the MIT License.

Support

Disclaimer

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.


About

claude-owl-janus

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • CSS 3.3%
  • Shell 1.1%
  • Other 0.1%