Skip to content

SwishHQ/burrito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burrito

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

Download

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.dmg

Then drag Burrito.app into your Applications folder.

Requires macOS 15.6 or later.

Contributing

Contributions are welcome! Here's how to get started:

  1. Fork the repository.
  2. Clone your fork:
    git clone https://github.com/<your-username>/Burrito.git
  3. Open Burrito.xcodeproj in Xcode (15+).
  4. Create a new branch for your change:
    git checkout -b my-feature
  5. Make your changes and verify the build succeeds (⌘B).
  6. Commit with a clear message and push your branch:
    git push origin my-feature
  7. Open a Pull Request against main.

Guidelines

  • Keep PRs focused — one feature or fix per PR.
  • Match the existing code style (SwiftUI, no storyboards).
  • Test on macOS 15.6+ before submitting.

License

MIT License

Built with 💚 by Swish Design

About

MacOS tool to tightly compress your images like a burrito

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors