miniguest VS multipass

Compare miniguest vs multipass and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
miniguest multipass
2 129
47 7,273
- 2.3%
0.0 9.9
about 1 year ago 5 days ago
C++ C++
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

miniguest

Posts with mentions or reviews of miniguest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-06.
  • How to properly setup git clang-format in a shell.nix
    2 projects | /r/NixOS | 6 Jun 2022
    I got a hook like that working recently, but it was with devshell.
  • How to switch to nix gradually on an existing server
    1 project | /r/Nix | 22 Feb 2022
    Not all containers are Docker. Docker containers are so-called application containers with no init daemon. NixOS modules rely on an init daemon (systemd) to start services, so if you're looking at NixOS, trying to contort it into an application container might not be the easiest way to go about this. There's also no official NixOS docker template. (There's a Nix package manager one but I don't think that's what you want, I don't think it has systemd) What I'm suggesting is more of a LXC-style operating system container that starts NixOS at stage 2. As for how to go about it, This article presents a straight-forward looking solution. Alternatively, you could have the guest share the host's nix-store with miniguest (shameless self-promotion)

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. ☹️

What are some alternatives?

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

qt-virt-manager - Qt Virtual machines manager

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

nix-index - Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]

colima - Container runtimes on macOS (and Linux) with minimal setup

nixbox - NixOS Vagrant boxes [maintainer=@ifurther]

wsl-environments

appvm - Nix-based app VMs

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

nixd - Nix language server, based on nix libraries [maintainer=@inclyc]

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

home-manager - Manage a user environment using Nix [maintainer=@rycee] [Moved to: https://github.com/nix-community/home-manager]

UTM - Virtual machines for iOS and macOS