Discover and explore top open-source AI tools and projects—updated daily.
robinebersTrack AI coding subscription usage
New!
Top 47.4% on SourcePulse
OpenUsage addresses the challenge of managing escalating costs for AI coding subscriptions by providing a free, open-source menu bar application. It offers users a consolidated, at-a-glance view of their usage across services like Copilot, Claude, and Cursor, preventing unexpected overspending. The project targets developers and power users seeking better financial control over their AI tool stack.
How It Works
The application integrates into the macOS menu bar, displaying AI subscription usage through intuitive progress bars and labels. Its core architecture is plugin-based, allowing for the addition of new AI providers without full application updates. A unique aspect is that the entire codebase is AI-generated and AI-reviewed, utilizing tools like Cursor, Claude Code, and Codex CLI, demonstrating a novel approach to software development.
Quick Start & Requirements
git clone https://github.com/robinebers/openusage, cd openusage, bun install, bun tauri build. Development: bun install, bun tauri dev.Highlighted Details
Maintenance & Community
The project is actively maintained with a focus on community contributions. Users are encouraged to submit pull requests for bug fixes, add new provider plugins, or request features by opening issues. The plugin API is under active development to enable flexible loading.
Licensing & Compatibility
Licensed under the MIT License, permitting broad use, including commercial applications.
Limitations & Caveats
Native support for Windows and Linux is a high-priority item but is not yet available and requires community testers. The plugin API is still being developed, meaning plugins are currently bundled rather than dynamically loadable.
1 hour ago
Inactive
yetone