Tiaivy GitHub avatar

tibo-we-love-you

Tiaivy

A lightweight desktop utility for macOS and Windows that silently alerts you whenever Tibo confirms a ChatGPT or Codex allowance reset on X.

Stars

4

7-day growth

No data

Forks

0

Open issues

0

License

No data

Last updated

2026-07-30

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It uses a clever set of detection rules to filter only genuine reset posts, and employs a shared Cloudflare Worker architecture that caches results so multiple users don't multiply API costs.

Who it is for

  • Frequent ChatGPT/Codex users who follow Tibo's allowance reset updates
  • macOS and Windows desktop users who prefer a menu bar or system tray tool
  • Developers interested in a practical example of serverless worker + desktop app integration

Use cases

  • Receiving an instant, non-intrusive notification when a ChatGPT weekly limit is confirmed reset
  • Avoiding constant manual checking of Tibo's X feed for reset announcements
  • Monitoring reset status while working on other tasks without browser distractions

Strengths

  • Rigorous post filtering – requires original post from @thsottiaux mentioning ChatGPT or Codex with allowance context and clear reset confirmation
  • Shared caching via Cloudflare Worker – polls X API only once per 10 minutes regardless of number of app users
  • Open source and transparent – server code provided in Server/, API key stays server-side

Considerations

  • Only monitors a single X account (@thsottiaux) and only for ChatGPT/Codex resets
  • Ad-hoc signed on macOS and not code-signed on Windows, requiring extra user steps to trust the app
  • Requires a constant internet connection and polling interval may introduce a short delay

README quick start

Tibo, We Love You

A tiny macOS menu bar app that lets you know when Tibo posts a ChatGPT or Codex limit reset.

Unofficial fan-made utility. Not affiliated with Tibo, X, or OpenAI.

Download

macOS

  1. Download and unzip TiboWeLoveYou-macOS.zip.
  2. Move TiboWeLoveYou.app to Applications.
  3. On first launch, right-click the app and choose Open.

The app is ad-hoc signed but not Apple-notarized, so macOS may ask you to confirm it in System Settings → Privacy & Security.

Windows

  1. Download and unzip TiboWeLoveYou-Windows-x64.zip.
  2. Run TiboWeLoveYou.exe; it will live in the system tray.

The Windows build is not code-signed yet. If Microsoft Defender SmartScreen appears, choose More info → Run anyway.

What it does

  • Lives quietly in the macOS menu bar or Windows system tray.
  • Watches a shared central feed for new posts from @thsottiaux.
  • Alerts only when a post clearly confirms a completed ChatGPT or Codex allowance reset.
  • Shows a compact, silent red-button animation in the top-right corner.
  • Gives Check now a lightweight status card with the last confirmed reset.
  • Keeps the alert visible until you close it or open the original post on X.
  • Never ships the TwitterAPI.io key inside either desktop app.

Check now, but cuter

When there is nothing new, Check now shows Tibo's last confirmed reset time and how long ago it happened. Only a newly detected reset gets the animated red-button alert.

Shared API architecture

The central Cloudflare Worker checks @thsottiaux at most once every 10 minutes, for a maximum of 144 upstream TwitterAPI.io requests per day. Every installed app reads the same cached result, so adding more users does not multiply TwitterAPI.io usage.

Each desktop app polls the shared feed once per minute. The TwitterAPI.io key stays in Cloudflare and is never shipped inside the app. Server code and deployment instructions are in Server/.

Reset detection rules

A post must satisfy every rule below before an alert is published:

  1. It comes from `

Description

A tiny macOS menu bar and Windows tray app for Tibo's ChatGPT and Codex reset posts.

Related repositories

Similar projects matched by category, topics, and programming language.

Blaizzy
Featured
Blaizzy GitHub avatar

nativ

Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.

AI & Machine LearningAI Vision & Audio
985
simonw
Featured
simonw GitHub avatar

speech-analyzer-cli

A macOS command-line tool that uses Apple's on-device speech APIs to transcribe prerecorded audio into plain text, JSON, JSONL, SRT, or WebVTT.

Developer ToolsCLI & Terminal
20
makecindy
Featured
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI & Machine LearningLarge Language Models
958