Colima GUI is a desktop application for managing Colima, a tool that provides container runtimes on macOS with minimal setup. This application offers a graphical user interface for starting, stopping, restarting, and managing Colima instances.
- Start, stop, and restart Colima instances
- Check the status of Colima
- Delete and prune Colima instances
- List Colima instances
- Edit Colima configuration
- View Colima version
-
Clone the repository:
git clone https://github.com/your-username/colima-gui.git cd colima-gui
-
Install dependencies:
npm install
-
Run the application in development mode:
npm run tauri dev
-
Build the application for production:
npm run tauri build
Once the application is running, you can use the provided buttons to manage your Colima instances. The terminal output will display the results of the commands executed.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or issues, please open an issue in this repository.