Skip to content

jsynowiec/ColimaUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colima UI

A native macOS menu bar application providing a companion UI to Colima, a container runtime on macOS.

Colima UI

Features

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

Requirements

  • macOS 26
  • Colima installed via Homebrew

Building from Source

This project uses XcodeGen to generate its Xcode project file. To build Colima UI from source:

  1. Install XcodeGen (if not already installed):

    brew install xcodegen
  2. Clone the repository:

    git clone https://github.com/jakub/ColimaUI.git
    cd ColimaUI
  3. Generate the Xcode project:

    xcodegen generate
  4. Open the project: Open the generated ColimaUI.xcodeproj in Xcode 16 or later.

  5. Build and Run:

    • Ensure the ColimaUI scheme is selected.
    • Choose My Mac as the run destination.
    • Press Cmd + R or go to Product > Run.

The application will appear in your menu bar once it starts.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A native macOS menu bar application providing a companion UI to Colima, a container runtime on macOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages