A minimal menubar app for tracking your Vercel and Railway deployments.
Download the latest release: Deployment_0.2.1_aarch64.dmg
- Download the
.dmgfile - Open it and drag
Deployment.appto your Applications folder - On first launch, right-click the app and select "Open" (required for unsigned apps)
- Lives in your menubar for quick access
- Multi-provider support: Track both Vercel and Railway deployments
- Multi-account: Add multiple accounts from each provider
- View recent deployments across all your projects
- See deployment status, branch, and commit info
- Tray status: Shows "Deploying..." in menubar during active builds
- Native notifications: Get notified when deployments succeed or fail
- Click to open deployment in browser (or dashboard for in-progress builds)
- Rename accounts for easier identification
- Click the menubar icon to open the panel
- Go to Settings to add accounts:
- Vercel: Create a token at vercel.com/account/tokens
- Railway: Create a token at railway.com/account/tokens
- Paste the token in the app
- Note: A password dialog will appear asking for keychain access - this is to securely store your tokens in macOS Keychain
- Your deployments will appear in the main panel
- Right-click the menubar icon for options (including Quit)
- Node.js 18+
- Rust
- Xcode Command Line Tools (macOS)
pnpm install
pnpm tauri devpnpm tauri buildBuild artifacts are located in src-tauri/target/release/bundle/.
- Tauri 2 - Native app framework
- React 19 - UI library
- TypeScript - Type safety
- Zustand - State management
MIT
