Skip to content

kyletaylored/colima-gui

Repository files navigation

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

  1. Clone the repository:

    git clone https://github.com/your-username/colima-gui.git
    cd colima-gui
  2. Install dependencies:

    npm install
  3. Run the application in development mode:

    npm run tauri dev
  4. 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.

Recommended IDE Setup