Next up, always visible. Until keeps your next Google Calendar event in the macOS menubar, with join links, meeting notes, reminders, and precise filters close at hand.
Website: https://combinatrix-ai.github.io/until/ · Privacy policy: https://combinatrix-ai.github.io/until/privacy.html
- Menubar countdown — the next event stays in the menubar all day with a live countdown, then shows the time remaining once the meeting starts.
- One-click join — click an event's meeting link, or option-click the menubar item to join the next meeting instantly (Meet, Zoom, Teams, Whereby, and friends).
- Native reminders — sleep-safe notifications before events, with snooze.
- Meeting notes — create a Google Doc per meeting from your own templates, organized in an app-managed Drive folder.
- Precise filters — a structured rule builder decides which events count (by calendar, title, attendees, response status, and more).
- Quick access — global hotkey, launch at login, event context menus.
- Localized — English and Japanese.
- Private by design — OAuth tokens live in the macOS Keychain, the Drive
scope is the non-sensitive
drive.filetier (the app only sees files it created), and there are no servers: your data goes straight from Google's APIs to your Mac.
Download the latest notarized build from
Releases, open the
.dmg, and drag Until.app into /Applications.
Requires macOS 13 or later.
Until is a plain SwiftPM package (Swift + SwiftUI/AppKit).
swift build # compile
swift run Until # run the bare executable
scripts/dev.sh # rebuild + relaunch as a real .app bundle (recommended)
scripts/package-app.sh # produce .build/debug/Until.appGoogle sign-in needs your own OAuth desktop client (one-time setup):
- In Google Cloud Console, create a project, enable the Google Calendar API (and the Drive/Docs APIs if you use meeting notes), and create an OAuth client ID of type Desktop app.
cp .env.example .envand fill inGOOGLE_OAUTH_CLIENT_ID/GOOGLE_OAUTH_CLIENT_SECRET. The packaging script bakes them into the app'sInfo.plist;.envis gitignored.
See AGENTS.md for the full development notes, including the
distributable (Developer ID + notarization) build via scripts/release.sh.

