A macOS GUI application for package manager Homebrew which is based on egui.
Feature | Impl version | Detail |
---|---|---|
Package Query | 0.1.0(init) | Filter by Formula/Cask Installable/Installed/Outdated Search by name |
Package Manage | 0.1.0(init) | Install/Uninstall/Upgrade pkg |
Progressive Load | 0.2.0 | Progressive loading package listthread |
- CI/CD auto distribute
- manage package behind proxy
- homebrew cli test and init
- progressive loading package list
- multi-pkg manage
- Download the latest version from release
- Unzip the file and open EGUI_Brew.app
There is no certification for egui_brew at the current time, so it's necessary to bypass it by opening with (command ⌘ + right click -> open)
- Move the app to the Application folder
- Open the app and enjoy it
- Clone the repo
- Install cargo-bundle by
cargo install cargo-bundle
- Run
cargo bundle --release
to build the app