Skip to content

chenhunghan/0ma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

541 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0ma icon

Fast, light, and fully open-source. Run Docker containers and Kubernetes on macOS in a ~15 MB desktop app — powered by Lima.

Screenshot 2026-03-31 at 20 59 46

Why 0ma?

  • ~15 MB — Not a 1 GB install. Built with Tauri and Rust.
  • Docker & Kubernetes — One-click setup for both. Same workflow, without the overhead.
  • Built-in Terminal — Multiple tabs and split panes.
  • Auto Environment Setup — One click sets DOCKER_HOST and KUBECONFIG in your shell. Your local docker and kubectl just work.
  • Visual Config Editor — Edit Lima YAML, or use visual controls for CPUs, memory, port forwards, mounts, and provisioning.

Installation

Homebrew (Recommended)

brew install chenhunghan/tap/0ma

Download

Download the latest release for macOS (Apple Silicon & Intel):

Download 0ma for macOS

  1. Download the .dmg file from the Releases page.
  2. Open the disk image and drag 0ma to your Applications folder.
  3. Remove the quarantine attribute (the binary is unsigned):
    xattr -cr /Applications/0ma.app
  4. Launch 0ma from your Applications directory.

Build from Source

Requirements:

  • Node.js (v18+)
  • Rust (latest stable)
  • limactl installed and available in PATH
git clone https://github.com/chenhunghan/0ma.git
cd 0ma
npm install
npm run tauri dev       # development
npm run tauri build     # production

License

Copyright 2025 Hung-Han Chen [email protected].

Licensed under the dual MIT and Apache-2.0 licenses.

About

A modern, desktop-based GUI for managing Lima instances and Kubernetes clusters on macOS.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Contributors