A native macOS menu bar application providing a companion UI to Colima, a container runtime on macOS.
- Quick Glance: Visual indicator for Colima status (running/stopped).
- Controls: Stop, start, and restart Colima directly from the menu bar.
- Status details: View the current configuration of Colima (CPUs, Memory, Disk, Runtime, Architecture).
- Settings: Edit Colima VM settings through native UI controls (sliders, dropdowns, toggles) and apply changes instantly.
- macOS 26
- Colima installed via Homebrew
This project uses XcodeGen to generate its Xcode project file. To build Colima UI from source:
-
Install XcodeGen (if not already installed):
brew install xcodegen
-
Clone the repository:
git clone https://github.com/jakub/ColimaUI.git cd ColimaUI -
Generate the Xcode project:
xcodegen generate
-
Open the project: Open the generated
ColimaUI.xcodeprojin Xcode 16 or later. -
Build and Run:
- Ensure the ColimaUI scheme is selected.
- Choose My Mac as the run destination.
- Press
Cmd + Ror go to Product > Run.
The application will appear in your menu bar once it starts.
This project is licensed under the MIT License - see the LICENSE file for details.
