PackageTrack
Sign in Get early access

github.com/abiosoft/colima

v0.10.3 abiosoft/colima

What this package is like to depend on

Last release 1 months ago

24 Jul 2026

Release timing varies

gaps range from 2 weeks to 3 months

Rarely documented

notes for 10 of 62 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

206 releases · first in 2021

21 releases in the last 12 months

see the full history below

Release timeline

206 releases · Sep 2021 to Jul 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 206
  1. v0.10.4-0.20260724141259-dd3ca83bada3 24 Jul 2026 pre-release

    Nothing published for this version

  2. v0.10.4-0.20260713100229-896f65456e9d 13 Jul 2026 pre-release

    Nothing published for this version

  3. v0.10.4-0.20260708201525-f97c299622fe 08 Jul 2026 pre-release

    Nothing published for this version

  4. v0.10.4-0.20260707134933-e56a6829a9fd 07 Jul 2026 pre-release

    Nothing published for this version

  5. v0.10.4-0.20260701175036-466d24744e49 01 Jul 2026 pre-release

    Nothing published for this version

  6. v0.10.4-0.20260624090008-be5e5fef7fa3 24 Jun 2026 pre-release

    Nothing published for this version

  7. v0.10.4-0.20260619062849-cdc449c55e5e 19 Jun 2026 pre-release

    Nothing published for this version

  8. v0.10.4-0.20260609132505-07599a71dbed 09 Jun 2026 pre-release

    Nothing published for this version

  9. v0.10.4-0.20260607172759-56f08c6159b5 07 Jun 2026 pre-release

    Nothing published for this version

  10. v0.10.3 04 Jun 2026
    Release notes

    Highlights

    This is an hotfix release to address a regression for Kubernetes runtime.

    Commits

    Full Changelog: v0.10.2...v0.10.3

    Open source →
  11. v0.10.2 03 Jun 2026
    Release notes

    Highlights

    This is an incremental stability release with bug fixes and features.

    Updates

    • New --downloader flag to retain curl for downloads. Supports curl or native (default).
    • Force stop with colima stop --force no longer attempts to stop the container runtime before stopping VM.
    • Support for user-provided containerd and buildkit config for the Containerd runtime.
    • Nested virtualization is now supported with krunkit vm type.
    • Soft delete (i.e. colima delete without --force) is now properly supported on Incus runtime, and container data would be auto-restored on recreation.
    • Cache directory can now be customized with the COLIMA_CACHE_HOME environment variable. The cache directory stores the downloaded assets used by Colima.
    • Network address is now supported for the krunkit vm type.
    • Runtime is now displayed in colima list for stopped instances.
    • Custom generated disk images can now be used by setting the --force-disk-image flag in addition to --disk-image flag. The image must be a debian based distro with systemd. Note that this is for power users and not officially supported.

    Runtime version bumps

    NOTE: container runtime versions can be updated manually by running the colima update command.

    • Docker version updated to v29.5.2
    • Nerdctl version updated to v2.3.1
    • Incus version updated to v7.1

    Commits

    New Contributors

    Full Changelog: v0.10.1...v0.10.2

    Open source →
  12. v0.10.2-0.20260601170909-49390fc57e70 01 Jun 2026 pre-release

    Nothing published for this version

  13. v0.10.2-0.20260518195349-2a4a171062ff 18 May 2026 pre-release

    Nothing published for this version

  14. v0.10.2-0.20260505224038-61d6f7548da0 05 May 2026 pre-release

    Nothing published for this version

  15. v0.10.1 21 Feb 2026
    Release notes

    Highlights

    This is an incremental release with support for Docker Model Runner and improvements to the AI functionality introduced in v0.10.0.

    Docker Model Runner

    Colima now supports Docker Model Runner as an AI model runner backend.
    Docker Model Runner is now the default due to its simpler requirements. However, Ramalama can still be used.

    # run a model (uses docker runner by default)
    colima model run gemma3
    
    # serve a model, chat interface available at localhost:8080
    colima model serve gemma3
    
    # explicitly specify the runner
    colima model run gemma3 --runner docker
    colima model run gemma3 --runner ramalama
    
    # set the runner at start time
    colima start --model-runner ramalama

    The runner can be configured via:

    • --runner flag on colima model commands
    • --model-runner flag at colima start
    • modelRunner in the configuration file

    Other Updates

    • The DOCKER_CONFIG environment variable is now respected.

    Commits

    New Contributors

    Full Changelog: v0.10.0...v0.10.1

    Open source →
  16. v0.10.0 10 Feb 2026
    Release notes

    Highlights

    This release introduces AI support and other updates.

    AI is here

    Colima now has AI support.

    By leveraging Krunkit and Ramalama, Colima is able to provide the ideal platform to run confined, isolated and secure gpu-powered AI workloads on Apple Silicon devices.

    # run a model
    colima model run gemma3
    
    # serve a model, chat interface would be availabe at localhost:8080
    colima model serve gemma3
    
    # for more
    colima model --help

    Other Updates

    • Addition of krunkit virtual machine type with gpu support. colima start --vm-type krunkit.
    • Incus instances are now reachable directly from the host if network address is enabled. colima start --network-address.
    • Containerd runtime (with nerdctl command) now inherits CONTAINERD_* and NERDCTL_* environment variables on the host.
    • Port forwarding can now be disabled by passing --port-forwarder=none to colima start.
    • Volume mounts can now be disabled by passing --mount=none to colima start.
    • Download mechanism has been reworked in native Go, eliminating dependency on curl and shasum on the host.
    • New after-boot and ready provision modes for provision scripts.

    Runtime version bumps

    NOTE: container runtime versions can be updated manually by running the colima update command.

    • Docker version updated to v29.2.0
    • Nerdctl version updated to v2.2.1
    • Incus version updated to v6.21
    • K3s version defaults to v1.35.0+k3s1.

    Commits

    New Contributors

    Full Changelog: v0.9.1...v0.10.0

    Open source →
  17. v0.9.2-0.20251110173431-75b660b7961f 10 Nov 2025 pre-release

    Nothing published for this version

  18. v0.9.2-0.20251027180844-e38eaa4c58a0 27 Oct 2025 pre-release

    Nothing published for this version

  19. v0.9.1 25 Sep 2025
    Release notes

    Highlights

    This is a hotfix release to address disk error issues for a subset of users.

    Check v0.9.0 release notes for the main release notes.

    Commits

    Full Changelog: v0.9.0...v0.9.1

    Open source →
  20. v0.9.0 24 Sep 2025
    Release notes

    Highlights

    This is a new release with several fixes and new features.

    New Features

    Bridged network

    This has been a long requested feature and it is finally here. A new --network-mode flag has been introduced.
    Valid options are shared and bridged with the default being shared.

    colima start --network-address --network-mode bridged
    

    ⚠️ Bridged should only be used if required and the local network is compatible. Shared networking is still the recommended option and remains the default.

    Persistent Disk

    This applies only to newly created instances.

    Colima now uses a separate virtual machine disk for container data as a means to guard against accidental loss of data.
    A deleted instance would not delete the container data disk, and a subsequent colima start would attempt to reinstate the data.

    Supported for Docker, Containerd and Incus runtimes. Kubernetes however is not yet support.

    To delete all data, the --data flag should be passed to colima delete.

    colima delete --data # delete instance and container data

    ⚠️ While it works reliably, there are no guarantees against loss of data. It should be used as a disaster recovery mechanism.

    Fixes

    • The previous behaviour with templates has been reinstated. i.e. Colima would load config from template file if present. It can still be disabled by passing --template=false to colima start.
    • DNS resolution for host.docker.internal has been improved and now works fine in Docker, Containerd and Kubernetes containers.
    • /tmp/colima has been removed as a default mount due to issues caused when Colima is being run by multiple users on macOS.
    • Port forwarder is now configurable between ssh and grpc with the --port-forwarder flag. Defaults to ssh.
    • Fix for 386 architecture emulation when Rosetta is enabled.
    • Introduction of --network-preferred-route flag to use the network address interface as the default route when network address is enabled. This resolves networking issue for some users.
    • The size of the default storage pool for Incus runtime is now synced on startup to align with the available disk space on the virtual machine.

    Runtime version bumps

    NOTE: container runtime versions can be updated manually by running the colima update command.

    • Docker version updated to v28.4.0
    • Nerdctl version updated to v2.1.4
    • Incus version updated to v6.16
    • K3s version defaults to v1.33.4+k3s1

    Commits

    New Contributors

    Full Changelog: v0.8.4...v0.9.0

    Open source →
  21. v0.8.5-0.20250915054518-94e18e98c341 15 Sep 2025 pre-release

    Nothing published for this version

  22. v0.8.5-0.20250807200804-8c9d72808b59 07 Aug 2025 pre-release

    Nothing published for this version

  23. v0.8.4 06 Aug 2025
    Release notes

    Highlights

    This is another hotfix release to address a regression that causes exec /bin/sh: exec format error when running a cross-architecture image. The issue is finally resolved.

    Other Updates

    • Disable implicit loading of config from template (when present). Now requires the --template flag.
    • Cross-architecture container execution can now be disabled by setting --binfmt=false flag.

    Commits

    Full Changelog: v0.8.3...v0.8.4

    Open source →
  24. v0.8.3 05 Aug 2025
    Release notes

    Highlights

    This is an hotfix release to address a regression that causes exec /bin/sh: exec format error when running a cross-architecture image.

    Fixes

    • Fix exec format error when running a cross-architecture image. Requires recreating instance if created with v0.8.2. Fixes #1367.
    • Set default volume mount type to virtiofs when VZ is in use.

    Other Updates

    • Use containerd image store for Docker
    • Mount containerd socket for Docker and Containerd runtimes
    • Mount buildkitd socket for Containerd runtime.
    • Add mounted socket path(s) to the output of colima status for all container runtimes.
    • Allow overriding default k3s flags with --k3s-arg flag.

    Commits

    New Contributors

    Full Changelog: v0.8.2...v0.8.3

    Open source →
  25. v0.8.3-0.20250803151514-eb4a76d49183 03 Aug 2025 pre-release

    Nothing published for this version

  26. v0.8.3-0.20250803122052-3a01f46ac2bf 03 Aug 2025 pre-release

    Nothing published for this version

  27. v0.8.3-0.20250802214407-7c671f5fb185 02 Aug 2025 pre-release

    Nothing published for this version

  28. v0.8.2 31 Jul 2025
    Release notes

    Highlights

    This is an incremental release with bug fixes.

    Fixes

    • Report errors that occur while reading configuration file. Fixes #1239.
    • Use native shasum binary for download assets verification. Fixes #1163.
    • Fix download errors when K3s version when empty in config.
    • Reset formatting after questions prompts in the terminal. Fixes #1319.

    Other Updates

    • UDP port forwarding is now supported. Resolves #1292, #1300.
    • Binfmt emulation is configurable via the --binfmt flag and binfmt config. Defaults to true when Rosetta is disabled.
    • Rename --cpu flag to --cpus for colima start, to align with Lima. --cpu still works but deprecated.
    • Current profile can now be set with COLIMA_PROFILE environment variable. Resolves #1308.

    Runtime version bumps

    NOTE: container runtime versions can be updated manually by running the colima update command.

    • Docker version updated to v28.3.3
    • Nerdctl version updated to v2.1.3
    • Incus version updated to v6.14
    • K3s version defaults to v1.33.3+k3s1

    Commits

    New Contributors

    Full Changelog: v0.8.1...v0.8.2

    Open source →
  29. v0.8.1 16 Dec 2024
    Release notes

    Highlights

    This is an incremental release with bug fixes.

    Fixes

    • Cleanup of network assets directory on startup. Fixes #1210, #1029, #1212, #1116.
    • Use of primary network adapter as default route when external network address is enabled. Fixes #1214.

    Other Updates

    • VZ is now the default virtual machine type on macOS 13 or newer. Qemu can still be used if specified.
    • Disk image can now be downloaded locally and specified with the --disk-image flag for colima start.

    Runtime version bumps

    Runtime version can be updated running the colima update command.

    • Docker version updated to 27.4.0
    • Nerdctl version updated to 2.0.2
    • Incus version updated to 6.8

    Commits

    New Contributors

    Full Changelog: v0.8.0...v0.8.1

    Open source →
  30. v0.8.1-0.20241204180217-d6b8e34c2193 04 Dec 2024 pre-release

    Nothing published for this version

  31. v0.8.1-0.20241123065434-ad5102e433be 23 Nov 2024 pre-release

    Nothing published for this version

  32. v0.8.1-0.20241109143655-38c20fc1ee04 09 Nov 2024 pre-release

    Nothing published for this version

  33. v0.8.0 07 Nov 2024

    Nothing published for this version

  34. v0.7.7-0.20241107152504-9c08cff339f0 07 Nov 2024 pre-release

    Nothing published for this version

  35. v0.7.7-0.20241106082411-0d1a6aeb8056 06 Nov 2024 pre-release

    Nothing published for this version

  36. v0.7.6 30 Oct 2024

    Nothing published for this version

  37. v0.7.6-0.20241030100905-3ab92f542105 30 Oct 2024 pre-release

    Nothing published for this version

  38. v0.7.6-0.20241009203039-17df1e417458 09 Oct 2024 pre-release

    Nothing published for this version

  39. v0.7.6-0.20241005115742-f19bc7909e45 05 Oct 2024 pre-release

    Nothing published for this version

  40. v0.7.6-0.20240912042815-a58166e288ac 12 Sep 2024 pre-release

    Nothing published for this version

  41. v0.7.6-0.20240904173933-49b238484743 04 Sep 2024 pre-release

    Nothing published for this version

  42. v0.7.5 26 Aug 2024

    Nothing published for this version

  43. v0.7.5-0.20240826074926-1588c066b9ab 26 Aug 2024 pre-release

    Nothing published for this version

  44. v0.7.4 25 Aug 2024

    Nothing published for this version

  45. v0.7.4-0.20240819062002-426ccdadbb21 19 Aug 2024 pre-release

    Nothing published for this version

  46. v0.7.4-0.20240816111039-4816fd1d82ff 16 Aug 2024 pre-release

    Nothing published for this version

  47. v0.7.3 13 Aug 2024

    Nothing published for this version

  48. v0.7.2 13 Aug 2024

    Nothing published for this version

  49. v0.7.2-0.20240810080301-ec7ca8ef717b 10 Aug 2024 pre-release

    Nothing published for this version

  50. v0.7.1 10 Aug 2024

    Nothing published for this version

  51. v0.7.1-0.20240731201418-f2712386ed00 31 Jul 2024 pre-release

    Nothing published for this version

  52. v0.7.0 30 Jul 2024

    Nothing published for this version

  53. v0.6.11-0.20240727094903-2f88cecd1fbc 27 Jul 2024 pre-release

    Nothing published for this version

  54. v0.6.11-0.20240721100135-3d8dd0e2347f 21 Jul 2024 pre-release

    Nothing published for this version

  55. v0.6.10 20 Jul 2024

    Nothing published for this version

  56. v0.6.10-0.20240707110539-fd807660495b 07 Jul 2024 pre-release

    Nothing published for this version

  57. v0.6.9 18 May 2024

    Nothing published for this version

  58. v0.6.9-0.20240518042623-c3a31ed05f5f 18 May 2024 pre-release

    Nothing published for this version

  59. v0.6.9-0.20240416060010-de7af47604e5 16 Apr 2024 pre-release

    Nothing published for this version

  60. v0.6.9-0.20240407125728-d20a53a71c38 07 Apr 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive