Keep every Mac app up to date.
Latest lives in your menu bar and quietly checks for updates across Homebrew, Sparkle, and the Mac App Store — then lets you update with one click.
- Menu bar native — lives in your tray, out of your way
- Multiple sources — checks Homebrew Casks, Sparkle feeds, and the Mac App Store
- One-click updates — download and install without leaving the app
- Auto-check — configurable intervals from 30 minutes to daily
- Lightweight — built with Tauri, minimal resource usage
curl -fsSL https://raw.githubusercontent.com/eladbash/latest/main/install.sh | shOr download the latest .dmg from Releases.
Prerequisites: Rust, Node.js (v18+), Tauri CLI
git clone https://github.com/eladbash/latest.git
cd latest
npm install
npm run buildThe built app will be in src-tauri/target/release/bundle/macos/.
To run in development mode:
npm run devConfigure check intervals, notifications, and ignore specific apps from the settings panel.
Made by eladbash
If you find Latest useful, consider sponsoring the project.
MIT

