macOS menu bar app that auto-opens meeting URLs from your calendar.
Website · Download · Buy Me a Coffee
No setup required - works with any calendar already configured in macOS (Google, iCloud, Outlook, etc.) via EventKit.
- Auto-opens meeting URLs before the meeting starts (configurable: 1-10 min)
- Supports Zoom, Google Meet, Microsoft Teams, Webex
- Shows today's and tomorrow's schedule in a compact window
- Countdown timer in the menu bar (configurable threshold)
- Calendar filter for multiple accounts
- Click event title to open in source calendar
- Click meeting badge to join directly
- Japanese / English auto-detection based on system locale
- Auto-update on startup
- Runs in menu bar only (no Dock icon)
- macOS 14.0+
- Calendar access permission
pnpm install
pnpm tauri dev # Dev server (note: calendar permission requires .app bundle)
pnpm tauri build --debug # Debug build with full functionalitypnpm --filter galopen-lp dev # Next.js dev server
pnpm --filter galopen-lp build # Production build- Tauri v2 (Rust backend)
- React + Vite + TypeScript (frontend)
- macOS EventKit via objc2-event-kit
- Landing page: Next.js 16 + Tailwind CSS v4 + next-intl
MIT