(no title)
belevme | 2 months ago
I just finished adding support for Windows in the latest version of Claude Owl (it also supports MacOS).
I've (mostly) vibe-coded this Electron App with the goal of making most of Claude Code. I found having to configure so many various settings from the terminal overwhelming and hard.
I've also recently added metrics showing you your daily usage, tokens generated, model usage and more.
The project is open source and completely free https://github.com/antonbelev/claude-owl
Full features list with screenshots you can find here https://antonbelev.github.io/claude-owl/screenshots.html.
The tool is still in Beta, so there will be warnings on Mac and Windows if you try installing the binaries since they are not signed, that's expected (see installation guide).
What you can do as a user is - fork the repo and run it locally with
`npm run dev:electron` in case you prefer not to download the binaries.
I'd love your feedback!
No comments yet.