diff --git a/README.md b/README.md index 049a87b..bd43625 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Claude.ai does not expose a public usage API, so this scrapes `https://claude.ai | Component | Linux | macOS | Windows | |-----------|-------|-------|---------| -| `scraper.ts` (CLI) | ✅ Full | ⚠️ Works without Xvfb (browser visible) | ⚠️ Works without Xvfb (browser visible) | -| `tray.py` (system tray) | ✅ Full | ❌ Not supported | ❌ Not supported | +| `scraper.ts` (CLI) | Full | Works without Xvfb (browser visible) | Works without Xvfb (browser visible) | +| `tray.py` (system tray) | Full | Not supported | Not supported | The tray indicator depends on GTK3 + AyatanaAppIndicator3, which is Linux-only. Porting it to Windows or macOS would require swapping in something like [`pystray`](https://github.com/moses-palmer/pystray) (cross-platform tray) or [`rumps`](https://github.com/jaredks/rumps) (macOS).