macOS menu bar + gbrain
gaim
One aim from your gbrain.
A tiny local app asks gbrain what deserves the next 90 minutes, shows the evidence, and writes the session to Markdown.
How it works
Pick one thing. Do it.
- 1
gaim asks gbrain for the next aim.
- 2
It shows the reason, evidence slugs, and a short plan.
- 3
It writes the session to Markdown.
Local-first
No account. No dashboard.
gaim calls the local gbrain CLI and writes to /Users/stas/Dropbox/gbrain/reports/gaim/. The product lives in the menu bar and in Markdown.
Product taste
Small is the product.
The app has one decision button: Pick another aim. Explanation opens in a native scrollable modal. Session history stays in files.
Run locally
Build from the app folder.
cd ~/Playground/gaim-codex
npm install
CARGO_HOME="$PWD/.cargo-home" CARGO_TARGET_DIR="$PWD/src-tauri/target" npm run dev