krunvm
lima
krunvm | lima | |
---|---|---|
11 | 115 | |
1,449 | 15,901 | |
0.8% | 2.5% | |
2.9 | 9.8 | |
7 days ago | 5 days ago | |
Rust | Go | |
Apache License 2.0 | Apache License 2.0 |
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.
krunvm
-
RunCVM: An open-source Docker runtime for launching container images in VMs
Lots of cool hybrid container/VM ideas are being developed!
Bootable Container Images are a standard for launching VMs from OCI images: https://containers.github.io/bootable/
crun-vm (https://github.com/containers/crun-vm) is similar to RunCVM in that it can launch container images (or VM disk images) in VMs. It's an OCI runtime so it fits into the podman, Docker, or Kubernetes model.
krunvm (https://github.com/containers/krunvm) is a standalone tool with a similar workflow where you can launch a VM from an OCI image. It predates Bootable Container Images, so I think it injects its own kernel.
-
Show HN: Isolated microVM-based self-hosted GitHub runners
This project creates self-hosted (ephemeral) GitHub runners based on krunvm [1]. krunvm creates microVMs, so the project enables fully isolated runners inside your infrastruture. MicroVMs boot fast, providing an experience close to running containers. The project starts VMs based on the multi-platform OCI images that it creates -- ubuntu [2](default) or fedora [3]. The default is to create far-less capable runners than the GitHub runners, but most settings are similar to when running at GitHub: same user ID, member of the `docker` group, password-less `sudo`, etc. Since krunvm runs on MacOS, this should also run on MacOS -- although I haven't been able to test it: reports and/or PRs are welcome.
[1]: https://github.com/containers/krunvm
- Ask HN: Best way to run Linux VMs on M1 Mac with fileSharing/shared networking?
- krunvm
- Krunvm – Create MicroVMs from OCI Images
-
How to create a kvm virtual machine without a gui?
An interesting alternative is krunvm. On my MacBook Pro M1 it takes less than a second to start a VM and get a Linux shell prompt with krunvm . When I boot up a Fedora CoreOS on the same computer it takes about 17 seconds. Note though that krunvm is for managing lightweight VMs created from OCI images.
- Execute Docker Containers as QEMU MicroVMs
- krunvm is a CLI-based utility for managing lightweight VMs created from OCI images
lima
-
Top 8 Docker Alternatives to Consider in 2025
Lima provides a lightweight alternative to Docker Desktop for macOS users, offering better resource efficiency and native Apple Silicon support.
-
Day 3: What is Docker and why should I care?
Docker is a company that maintains the Docker software and also offers a cloud service to run Docker containers in the cloud. They run DockerHub, which is a platform to store share and run Docker images. The actual standard for Docker containers is called OCI (Open Container Initiative). Because Docker is based on OCI there are many other tools that can interact with Docker containers, like Podman or Lima. If you want to go really deep, I really recommend reading the OCI specification! It's long but super interesting.
- Lima v1.0.0
-
Docker Desktop Alternative
I'm currently using colima, and none of the other alternatives that I have found support forwarding UDP ports, which I use a lot, so that's a bummer!
Thankfully, lima has landed a new port forwarder with UDP support! [0]. I'm hoping to be able to use it soon once it makes into a release.
[0]: https://github.com/lima-vm/lima/commit/13e9cbcabc6a0a05ec389...
- Podman Desktop 1.11: Light mode and new Kubernetes features
-
Linux virtual machines, with a focus on running containers
Lima can launch Ubuntu VMs easily: https://github.com/lima-vm/lima/blob/master/examples/ubuntu....
-
Colima k8s nix setup
You can run a virtual machine (e.g. lima) from inside a nix-shell, exactly as you would do with a regular shell.
-
Ask HN: Startup Devs -What's your biggest pain while managing cloud deployments?
for others similarly curious, here's an example of the thing: https://github.com/noop-inc/template-java-spring-boot/blob/m...
they seem to be using the excellent lima <https://github.com/lima-vm/lima#readme> for booting on macOS; I run colima for its containerd and k8s support but strongly recommend both projects $(brew install lima colima)
- macOS 14.4 causes JVM crashes
- Lima launches Linux virtual machines for macOS
What are some alternatives?
firecracker - Secure and fast microVMs for serverless computing.
colima - Container runtimes on macOS (and Linux) with minimal setup
libkrunfw - A dynamic library bundling the guest payload consumed by libkrun
multipass - Multipass orchestrates virtual Ubuntu instances
slim - Build and run tiny vms from Dockerfiles. Small and sleek.
podman - Podman: A tool for managing OCI containers and pods.
libkrun - A dynamic library providing Virtualization-based process isolation capabilities
Docker-OSX - Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
harvester - Open source hyperconverged infrastructure (HCI) software
UTM - Virtual machines for iOS and macOS
kwarantine - Kwarantine can run strongly isolated containers in a multi-tenant setting
minikube - Run Kubernetes locally