Skip to content

Vallhalen/CodexBarW11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

CodexBar Windows

Windows system tray application for monitoring Claude AI usage limits. Built with Tauri + React + TypeScript.

Features

  • System tray icon with popup window
  • Real-time Claude subscription usage monitoring:
    • Session limits (5-hour window)
    • Weekly limits (all models)
    • Weekly Sonnet limits
    • Extra usage spending
  • Auto-refresh usage data

Requirements

  • Windows 10/11
  • Claude CLI authenticated (npm install -g @anthropic-ai/claude-code && claude)

Development

cd codexbar-windows
npm install
npm run tauri dev

Build

npm run tauri build

How it works

The app reads OAuth credentials from ~/.claude/.credentials.json (created by Claude CLI) and fetches usage data from Anthropic's OAuth API endpoint.

Based on

Inspired by CodexBar for macOS.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors