Promptly is a lightweight, high-performance macOS menu bar utility designed to track and manage AI service rate limits. Built for developers and power users, it provides a persistent dashboard to monitor active cooldowns across multiple AI platforms (e.g., ChatGPT, Claude, Gemini) and triggers local notifications the moment your tokens are replenished.
- Head over to the Releases page.
- Download the latest
.zipfile from the Assets section. - Unzip and move
Promptly.appto your/Applicationsfolder.
Important
Since the app is not notarized, macOS will block it on the first launch. To allow it:
- Open System Settings > Privacy & Security.
- Scroll down to the Security section.
- You will see a message stating "Promptly was blocked...". Click Open Anyway.
- Clone this repository:
git clone https://github.com/JNR306/Promptly.git- Initialize the local configuration:
cp Config/Local.example.xcconfig Config/Local.xcconfig- Open
Config/Local.xcconfigand configure yourTEAM_IDandBASE_BUNDLE_ID:
TEAM_ID = ABCD123456
BASE_BUNDLE_ID = com.your.organization
- Open
Promptly.xcodeprojin Xcode and executeCmd + Rto build.

