A lightweight macOS menu bar app for optimizing images. Drag and drop files onto the popover to compress them as PNG or WebP, no extra steps.
demo.mp4
Option 1 — Grab the latest .dmg from GitHub Releases.
Option 2 — Install via the command line:
curl -L -o Burrito.dmg \
https://github.com/SwishHQ/burrito/releases/latest/download/Burrito.dmg
open Burrito.dmgThen drag Burrito.app into your Applications folder.
Requires macOS 15.6 or later.
Contributions are welcome! Here's how to get started:
- Fork the repository.
- Clone your fork:
git clone https://github.com/<your-username>/Burrito.git
- Open
Burrito.xcodeprojin Xcode (15+). - Create a new branch for your change:
git checkout -b my-feature
- Make your changes and verify the build succeeds (⌘B).
- Commit with a clear message and push your branch:
git push origin my-feature
- Open a Pull Request against
main.
- Keep PRs focused — one feature or fix per PR.
- Match the existing code style (SwiftUI, no storyboards).
- Test on macOS 15.6+ before submitting.
MIT License
Built with 💚 by Swish Design
