colima-gui
colima-gui copied to clipboard
A simple GUI for managing Colima on MacOS.
Colima GUI
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.
Features
- 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
Installation
Prerequisites
Steps
-
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
Usage
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.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
If you have any questions or issues, please open an issue in this repository.