# Colima v0.10.1 - Product: Colima (https://whatsnew.fyi/product/colima) - Vendor: Abiola Ibrahim - Date: 2026-02-22 - Version: v0.10.1 - Original notes: https://github.com/abiosoft/colima/releases/tag/v0.10.1 - Permalink: https://whatsnew.fyi/product/colima/releases/v0.10.1 - Labels: Platforms: macOS, Linux What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Support for Docker Model Runner as an AI model runner backend - **changed** — Docker Model Runner is now the default AI model runner backend - **changed** — The DOCKER_CONFIG environment variable is now respected - **changed** — AI model runners refactored for improved functionality - **fixed** — Model serving now chooses alternate available ports for API and webui when default ports are in use ##### Highlights This is an incremental release with support for [Docker Model Runner](https://docs.docker.com/model-runner/) and improvements to the AI functionality introduced in [v0.10.0](https://github.com/abiosoft/colima/releases/tag/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. ```sh #### 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 * chore: propose fix a typo by @jeis4wpi in https://github.com/abiosoft/colima/pull/1506 * docs: add install instructions for krunkit by @alanpmullane in https://github.com/abiosoft/colima/pull/1511 * docker: respect DOCKER_CONFIG by @utkarshgupta137 in https://github.com/abiosoft/colima/pull/1512 * ai: add docker model runner. by @abiosoft in https://github.com/abiosoft/colima/pull/1513 * ai: choose alternate available ports for serving API/webui by @abiosoft in https://github.com/abiosoft/colima/pull/1515 * ai: refactor model runners by @abiosoft in https://github.com/abiosoft/colima/pull/1516 * core: update disk images by @abiosoft in https://github.com/abiosoft/colima/pull/1517 ##### New Contributors * @jeis4wpi made their first contribution in https://github.com/abiosoft/colima/pull/1506 * @alanpmullane made their first contribution in https://github.com/abiosoft/colima/pull/1511 * @utkarshgupta137 made their first contribution in https://github.com/abiosoft/colima/pull/1512 **Full Changelog**: https://github.com/abiosoft/colima/compare/v0.10.0...v0.10.1