multipass VS colima

Compare multipass vs colima and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
multipass colima
129 110
7,273 16,793
2.3% -
9.9 8.2
6 days ago 9 days ago
C++ Go
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

multipass

Posts with mentions or reviews of multipass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-25.
  • Setting up PHP 8.2 + Laravel 11 dev environment on Multipass
    1 project | dev.to | 22 Apr 2024
    Install Multipass from https://multipass.run
  • k8s-snap (Canonical Kubernetes) pour un déploiement simple et rapide d’un cluster k8s …
    3 projects | dev.to | 25 Feb 2024
    Multipass orchestrates virtual Ubuntu instances
  • Packer Workflows with Jenkins
    1 project | dev.to | 22 Feb 2024
    Multipass I love Multipass for quick Ubuntu instances spun up for testing or as a playground. Wish I would have known and used of it sooner.
  • VMs on macOS using Apple's native Virtualization.Framework
    2 projects | news.ycombinator.com | 19 Jan 2024
    If you just need Ubuntu then you can try "Multipass" from Canonical (https://multipass.run/). Works quite well on my M2 Air. I haven't tried using Linux GUI with it though as I need only terminal based VMs.
  • Multipass
    1 project | news.ycombinator.com | 16 Jan 2024
  • Simulate an Ubuntu-like VM inside macOS
    6 projects | news.ycombinator.com | 14 Jan 2024
    Multipass is pretty clutch for trivial VMs on MacOs for sure. I use it for a bunch of ssh jump boxes running vpns to different sites. The macOS build does not support custom images (lest not without [some truly insane hacks](https://github.com/canonical/multipass/issues/1260#issuecomm...) , which doesn’t really matter for what I use it for but it is kind of a bummer. If you need something with a little more grunt but don’t want to go full blown with writing your own QEMU tooling or fussing with something like UTM or Parallels, [quickemu](https://github.com/quickemu-project/quickemu) is a really nice qemu wrapper with sane defaults that can expose a whole lot of power if you need it.
  • Multipass orchestrates virtual Ubuntu instances
    1 project | news.ycombinator.com | 25 Jul 2023
  • VirtualBox 7.0.10 download links have disappeared
    1 project | news.ycombinator.com | 23 Jul 2023
    I would be cautious or even distrustful of using anything from Oracle. VirtualBox components come under three different licenses - GPLv2, personal use & evaluation license, and an enterprise license. Their VirtualBox license FAQ [1] gives them enough leeway to change future licenses at will. If an exploit is discovered in your old VirtualBox and they've changed the license, you're out of luck.

    We've moved our development to KVM and Virtual Machine Manager on Linux [3] and UTM on Mac [4]. There are other options to run your VM, such as Multipass [5] or VirtualBuddy [6].

    On a digressive topic - it was fun migrating our legacy application server stack from Oracle Java (old & poorly considered decision) to OpenJDK, thanks to their license [2].

    [1] https://www.virtualbox.org/wiki/Licensing_FAQ

    [2] https://www.oracle.com/java/technologies/javase/jdk-faqs.htm...

    [3] https://ubuntu.com/blog/kvm-hyphervisor

    [4] https://mac.getutm.app/

    [5] https://multipass.run/

    [6] https://github.com/insidegui/VirtualBuddy

  • Lima: A nice way to run Linux VMs on Mac
    18 projects | news.ycombinator.com | 10 Jul 2023
    How does it compare to https://multipass.run/?
  • Hands-on Kubernetes and maybe go for a certification
    2 projects | /r/kubernetes | 19 May 2023
    If you have a reasonably beefy computer, you can always try setting up Multipass and set up 2-3 nodes for a k8s cluster, it's how I'm doing my own certification training. I do have a k3s Raspberry Pi cluster, but with Pi prices being what they are still it'd almost be cheaper to do a cloud setup. ☹️

colima

Posts with mentions or reviews of colima. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-20.
  • Lcl.host: fast, easy HTTPS in your local dev environment
    7 projects | news.ycombinator.com | 20 Mar 2024
    If you don't need a GUI, the following combo works pretty well:

    - https://github.com/abiosoft/colima

    - https://github.com/peterldowns/localias

  • Damn Small Linux 2024
    10 projects | news.ycombinator.com | 1 Feb 2024
    You might look into CoLima as a way to get started.

    https://github.com/abiosoft/colima?tab=readme-ov-file

    Its user interface is Docker-like, using containers.

    For full desktop, I've only used the commercial app "Parallels", which can set up an Ubuntu desktop for you. Also Fedora and Alpine and Debian I believe.

    But

    > I don't really have any resources to share. I just know how to boot a vmlinuz with an initramfs using QEMU, and decided to download the Linux kernel source code and try compiling it.

    I highly recommend working through Linux from Scratch and possibly the Gentoo Handbook. It's a journey.

  • Howto: WASM runtimes in Docker / Colima
    5 projects | dev.to | 12 Jan 2024
    I could not find any guide how to add WASM container capability to Docker running on Colima. This guide provides a few Colima templates for exactly this, which adds WasmEdge, Wasmtime and Wasmer runtime types.
  • RamRamRamEveryoneSleepingOnDocker
    3 projects | /r/ProgrammerHumor | 7 Dec 2023
    Colima runs much faster on Macos: https://github.com/abiosoft/colima
  • Podman Desktop v1.5 with Compose onboarding and enhanced Kubernetes pod data
    11 projects | news.ycombinator.com | 3 Nov 2023
    After docker desktop became unusable, I jumped to colima and never looked back. I still use the docker runtime in it (the non-proprietary part) but it also supports containerd. On Mac it's just a "brew install colima" and then "colima start"

    I also install the compose and ecr credentials plug-ins (since I use ecr for my container registry.) It has the full functionality of docker desktop minus the UI, which I never used anyways.

    https://github.com/abiosoft/colima

  • K3s – Lightweight Kubernetes
    17 projects | news.ycombinator.com | 11 Oct 2023
    On my M1 Pro system, I have nothing but positive things to say about the experience of using Colima (https://github.com/abiosoft/colima). Quick to set up and fast to use.
  • abiosoft/colima
    1 project | /r/programming | 4 Sep 2023
  • UTM – Virtual Machines for iOS and macOS
    9 projects | news.ycombinator.com | 30 Aug 2023
    I'd say Lima and Colima should be enough for most use cases:

    https://lima-vm.io/

    https://github.com/abiosoft/colima

  • Lazydocker
    19 projects | news.ycombinator.com | 18 Jul 2023
    The bash/zsh equivalent wouldn't be too hard, but I use fish.

    [0] https://github.com/abiosoft/colima, https://hn.algolia.com/?q=https%3A%2F%2Fgithub.com%2Fabiosof...

    [1] https://orbstack.dev [3], https://hn.algolia.com/?q=https%3A%2F%2Forbstack.dev

    [2] https://github.com/abiosoft/colima#customizing-the-vm and https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#edi...

    [3] I’m on OrbStack now, but it isn’t so much better at how I use Docker than Colima is that I think that it’s an instant buy, especially with the planned subscription model. If I used anything other than the Docker integration, I might think it's better, but as of right now, no.

    I also have some issues with its insistence on asking for elevated permissions. I will never grant permission[4] to make a symlink to the "standard" Docker socket; context and `$DOCKER_HOST` work well enough. It should not ask if the permission hasn't been given once. I also worry about other "advanced" features that may need an elevated permissions helper[5].

    [4] https://github.com/orbstack/orbstack/issues/281#issuecomment...

    [5] https://github.com/orbstack/orbstack/issues/281#issuecomment... and following

  • FLaNK Stack Weekly for 17 July 2023
    13 projects | dev.to | 17 Jul 2023

What are some alternatives?

When comparing multipass and colima you can also consider the following projects:

lima - Linux virtual machines, with a focus on running containers

wsl-environments

Podman Desktop - Podman Desktop - A graphical tool for developing on containers and Kubernetes

podman-compose - a script to run docker-compose.yml using podman

minikube - Run Kubernetes locally

docker-images - Official source of container configurations, images, and examples for Oracle products and projects

rd - Container Management and Kubernetes on the Desktop

UTM - Virtual machines for iOS and macOS

podman - Podman: A tool for managing OCI containers and pods.

gluetun - VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.

orbstack - Fast, light, simple Docker containers & Linux machines for macOS