Skip to content

pgtruesdell/2xClaude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2xClaude

A tiny macOS menu bar app that tells you when Claude's double usage promotion is active — so you know exactly when to go wild.

Menu bar screenshot

What is this?

From March 13–28, 2026, Anthropic is running a promotion where Claude usage counts double during off-peak hours. The catch? You have to remember when off-peak actually is, and do timezone math in your head.

2xClaude sits in your menu bar as a little robot and does the math for you:

  • Green robot = double usage is active, go go go
  • Black robot = standard usage, chill

Click the icon to see a countdown to the next window, when the current one ends, and a quick reference for the schedule.

The Schedule

All times are Eastern Time (ET), but the app automatically converts to your local timezone.

When Usage
Weekdays before 8 AM ET 2x
Weekdays 8 AM – 2 PM ET 1x (peak hours)
Weekdays after 2 PM ET 2x
Weekends 1x

Install

git clone https://github.com/pgtruesdell/2xClaude.git
cd 2xClaude
./install.sh

This builds the app and drops it into ~/Applications/2xClaude.app. Launch it from there, or add it to your login items so it starts automatically.

Requirements: macOS 13+ and Xcode Command Line Tools (xcode-select --install).

How it works

The entire app is ~235 lines of Swift. No dependencies. No network requests. No API keys. It just looks at the clock, does some date math against Eastern Time, and draws a robot.

The icon updates every 30 seconds. The menu rebuilds fresh every time you click it.

After March 28

The robot will go back to black permanently and the menu will say the promotion has ended. Feel free to uninstall it at that point — it served its purpose.

Uninstall

Delete 2xClaude.app from your ~/Applications folder.

Author

Made by Paul Truesdell, IIpgt.sh / @pgtruesdell

License

MIT

About

A tiny macOS menu bar app that shows when Claude's 2x off-peak usage promotion is active (March 13–28, 2026).

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors