This is the official Homebrew tap for quickemu.
brew tap quickemu-project/quickemu
brew install quickemu| Formula | Description |
|---|---|
quickemu |
Quickly create and run optimised Windows, macOS and Linux virtual machines |
This tap follows the standard Homebrew naming convention (homebrew-<name>) and works with nix-homebrew for declarative Homebrew management on NixOS/nix-darwin.
Add the tap to your flake inputs:
{
inputs = {
# ... your other inputs
homebrew-quickemu = {
url = "github:quickemu-project/homebrew-quickemu";
flake = false;
};
};
}Then configure it in your nix-homebrew settings:
nix-homebrew = {
taps = {
"quickemu-project/quickemu" = inputs.homebrew-quickemu;
};
};Quickemu uses a dynamic version scheme that automatically fetches the latest release. To update:
brew update
brew upgrade quickemuFor issues with the Formula itself, please open an issue in this repository.
For issues with quickemu, please report them to the main quickemu repository.
MIT