Skip to main content

Colima

@whitemars/colimav2026.07.24.1· 1d agoMODELS
01README

Lifecycle management for a Colima VM (macOS container runtime, https://github.com/abiosoft/colima) via the local colima CLI: start and provision, stop, restart, delete, sync VM status, and exec commands inside the VM. One model instance targets one Colima profile.

02Models1
@whitemars/colimav2026.07.24.1colima/colima.ts

Global Arguments

ArgumentTypeDescription
profilestringColima profile this instance manages (colima -p). Default: default.
cpus?numberNumber of CPUs to provision on start (colima --cpu).
memory?numberMemory in GiB to provision on start (colima --memory).
disk?numberDisk size in GiB to provision on start (colima --disk).
arch?enumVM architecture (colima --arch).
runtime?enumContainer runtime (colima --runtime).
vmType?enumVirtual machine type (colima --vm-type).
fn start()
Start (and provision) the Colima VM for this profile, then record its status.
fn stop(force: boolean)
Stop the Colima VM for this profile, then record its status.
ArgumentTypeDescription
forcebooleanStop without graceful shutdown (colima stop --force).
fn restart(force: boolean)
Restart the Colima VM for this profile, then record its status.
ArgumentTypeDescription
forcebooleanDuring restart, stop without graceful shutdown (colima restart --force).
fn delete()
Delete and tear down the Colima VM for this profile (destructive).
fn sync()
Refresh stored VM state from `colima list` / `colima status`.
fn exec(command: string)
Run a shell command inside the Colima VM (colima ssh -- sh -c <command>).
ArgumentTypeDescription
commandstringShell command to run inside the VM, e.g. 'docker ps' or 'uname -a'.

Resources

status(infinite)— Current state of the Colima VM for this profile.
exec(infinite)— Result of the last command run inside the VM via colima ssh.
03Stats
A
100 / 100
Downloads
0
Archive size
15.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms
05Labels