UTM VS vftool

Compare UTM vs vftool and see what are their differences.

vftool

A simple macOS Virtualisation.framework wrapper (by evansm7)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
UTM vftool
242 9
24,029 973
2.6% -
9.5 0.0
2 days ago 21 days ago
Swift Objective-C
Apache License 2.0 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.

UTM

Posts with mentions or reviews of UTM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-30.

vftool

Posts with mentions or reviews of vftool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Lima: A nice way to run Linux VMs on Mac
    18 projects | news.ycombinator.com | 10 Jul 2023
    As an alternative, here's a really minimalist command-line wrapper to run VMs in the macOS Virtualization.framework: https://github.com/evansm7/vftool
  • Apple Virtualization Framework
    11 projects | news.ycombinator.com | 4 Jun 2023
    Does vftool use https://developer.apple.com/documentation/virtualization or https://developer.apple.com/documentation/hypervisor ?

    https://github.com/evansm7/vftool appears to indicate the former, but I thought the later was required for rosetta so interested to try this.

  • Ask HN: What is your development workflow on the MacBook M1?
    8 projects | news.ycombinator.com | 20 Sep 2022
    The battery life on the MacBook M1 is pretty amazing but not having Virtualbox has been a pain and we are exploring options for our new team. I have mostly worked for companies with actual teams dedicated to providing build tools.

    Past attempts to Dockerize all the infrastructure dependencies (e.g. we run our own database and DNS servers) and tying all of that with the build scripts was deemed more effort than its worth so that never quite got going. Maybe its different scratch?

    I have tried a bunch of these projects so while interesting I'm not sure about building workflows around them:

    https://mac.getutm.app/

    https://github.com/KhaosT/SimpleVM

    https://github.com/danielrfry/toyvm

    https://github.com/evansm7/vftool

    https://multipass.run/install

    https://github.com/features/codespaces

    https://medium.com/@paulrobu/how-to-run-ubuntu-22-04-vms-on-apple-m1-arm-based-systems-for-free-c8283fb38309

    I know architecture differences will cause pain, hell here we are already. I think everyone will benefit from crowd sourcing experiences and hopefully we can save each other chunks of life thrown away.

    ==

        What tool do you use to {edit code, build artifacts, run unit tests, deploy artifacts, run e2e tests}
  • How do you like developing on an M1 Mac so far?
    3 projects | news.ycombinator.com | 16 Jan 2021
    VMs work. Qemu is working with patches. You have to build it though. None of the releases seems to be patched yet. There is an early preview of Parallels. Both Linux and Windows on Arm are working. Docker has an early release as well. There are few prebuilt projects on Github too:

    https://github.com/evansm7/vftool

  • Show HN: Vmctl/Vmcli – Easily Run Linux VMs on M1 Macs
    4 projects | news.ycombinator.com | 14 Jan 2021
    I needed to add a persistent network configuration (which I didn't really figure out -- I was okay with starting an interface manually. I also had to re-generate the SSH host keys for some reason.

    In order to do these, I loaded the image in initramfs (basically started the VM w/o specifying root=/dev/vda as the command line argument). Then I mounted /dev/vda and chroot'd to it. Then I could change the root password to something that I knew, and setup the keys / config.

    I also was able to use the Ubuntu kernel/initrd to load a Debian 10 image as well. The default Debian 10 cloud image doesn't include the necessary kernel modules (virtio_console might be the only one necessary to add).

    I've spent a few days testing out this and the linked vftool (https://github.com/evansm7/vftool) to try to get a Debian VM. It's not an easy thing, but it did eventually work. I ended up corrupting the disk image though, so that wasn't fun.

    In order to do this on my Mac w/o needing a Linux machine, I installed ext4fuse so that I could mount raw disk images and mount partitions. I followed instructions from this GH issue, which was a great help.

    https://github.com/evansm7/vftool/issues/2

    4 projects | news.ycombinator.com | 14 Jan 2021
    I recently got myself a M1 Mac and I want to run Linux on it. By reading the docker M1 tech preview release (https://www.docker.com/blog/download-and-try-the-tech-previe...), I was made aware of the existence of Virtualization.framework on recent macOS releases.

    Virtualization.framework provides 99% of the building blocks for running a Linux VM on a Mac, but there’s no off-the-shelf CLI for running a VM.

    Inspired by https://github.com/evansm7/vftool, I wrote another CLI (vmcli) with some more features (better termios handling / escape sequence detection) in Swift, and build a script (vmctl) to daemon-ize vmcli and help manage VMs. I also made a script for provisioning a Ubuntu VM, so you can run a Ubuntu VM from scratch in minutes.

What are some alternatives?

When comparing UTM and vftool you can also consider the following projects:

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

macos-virtualbox - Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS

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

ish - Linux shell for iOS

Code-Server - VS Code in the browser

terraform-provider-libvirt - Terraform provider to provision infrastructure with Linux's KVM using libvirt

PojavLauncher - A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for Android platform.

iOS-OTA-Downgrader - A multi-purpose script to save blobs, restore, and jailbreak supported legacy iOS devices [Moved to: https://github.com/LukeZGD/Legacy-iOS-Kit]

multipass - Multipass orchestrates virtual Ubuntu instances

Pojav launcher - A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for iOS/iPadOS platform.

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

WSL - Issues found on WSL