Homebrew formulae for stuffbucket projects.
One command installs everything:
curl -fsSL https://raw.githubusercontent.com/stuffbucket/homebrew-tap/main/install.sh | bashThis installs:
- Homebrew (if not already installed)
- Lima
- VS Code Lima Manager extension (from marketplace)
# Install Lima
brew tap stuffbucket/tap
brew install stuffbucket/tap/lima
# Install VS Code extension
code --install-extension stuffbucket-co.lima-managerOr install the extension in VS Code:
- Press
Cmd+Shift+X(Extensions) - Search for "Lima Manager"
- Click Install
Pre-built macOS .pkg installers are available in the pkgs/ directory:
- stuffbucket-homebrew-1.pkg - Installs Homebrew (install first)
- stuffbucket-lima-2.pkg - Installs Lima (requires Homebrew)
Then install the VS Code extension:
code --install-extension stuffbucket-co.lima-managerSee pkgs/README.md for details.
Linux virtual machines with GUI desktop support via VZ.
Repository: stuffbucket/lima
QEMU with SPICE protocol support and Apple Silicon optimizations.
Repository: QEMU Project (formula based on stuffbucket/homebrew-qemu-spice)
Virtual GPU renderer for QEMU (macOS port).
Repository: akihikodaki/virglrenderer (macOS branch)
OpenGL function pointer library with EGL support for macOS.
Repository: anholt/libepoxy
The Lima Manager VS Code extension is available on the marketplace:
Marketplace: stuffbucket-co.lima-manager Repository: stuffbucket/vscode-lima
Install with: code --install-extension stuffbucket-co.lima-manager
The extension auto-updates through VS Code.
MIT