vmcli VS vftool

Compare vmcli vs vftool and see what are their differences.

vmcli

A set of utilities (vmcli + vmctl) for macOS Virtualization.framework (by gyf304)

vftool

A simple macOS Virtualisation.framework wrapper (by evansm7)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vmcli vftool
7 9
816 975
- -
2.8 0.0
22 days ago 6 days ago
Swift Objective-C
BSD 2-clause "Simplified" License 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.

vmcli

Posts with mentions or reviews of vmcli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.
  • Apple Virtualization Framework
    11 projects | news.ycombinator.com | 4 Jun 2023
    This is higher-level than the Hypervisor framework; this Virtualization framework providers an entire VM with virtio peripherals including a display.

    https://github.com/lima-vm/lima can use Virtualization framework for creating VMs, there is also https://github.com/gyf304/vmcli as a very simple CLI utility for running VMs, though it's not very actively maintained.

  • Is there anything like WSL2 in Mac?
    2 projects | /r/MacOS | 9 Jan 2023
    In that case, VMs are probably the best options. If performance is not the issue, you can look at UTM (https://docs.getutm.app/installation/macos/). Free from GitHub and $10 from App Store. Parallels is a good option as well. Or something simple as https://github.com/gyf304/vmcli from CLI.
  • Running Intel Binaries in Linux VMs with Rosetta
    3 projects | news.ycombinator.com | 6 Jun 2022
    Virtualization.framework is the hypervisor itself, you only need simple tool to launch it. You probably could just copy-paste provided code into eg. https://github.com/gyf304/vmcli. However macOS 13 beta seems to be only available for registered developers.
  • M1 For Development 1 month later
    1 project | /r/swift | 17 Mar 2021
    Use https://github.com/gyf304/vmcli and install docker on Ubuntu ARM. But I am not sure, probably qemu emulation is not going to be here, so you will have to run only ARM images. And for this option you can also install k8s.
  • Show HN: Vmctl/Vmcli – Easily Run Linux VMs on M1 Macs
    1 project | /r/patient_hackernews | 15 Jan 2021
    1 project | /r/hackernews | 15 Jan 2021
    4 projects | news.ycombinator.com | 14 Jan 2021

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

  • Apple M1 Chip
    1 project | /r/archlinuxarm | 4 Jan 2021
    Late to the party here, but I have an M1 MacBook Air--other commenters mentioned marcan's WIP linux port which if fully realized, I'd expect someone would come up with a way to boot arch on it. Today, Apple provides a couple different APIs for accelerated aarch64 virtualization, and I've gotten several distros working using this tool (which uses the Virtualization.Framework). It's FAST too--haven't run benchmarks or anything but compiling code seems as snappy as my i9-9900k desktop
  • Connection Refused M1 Docker Preview
    1 project | /r/docker | 4 Jan 2021
    I'm having the exact same problem. 192.168.64.0/24 seems to be the address space that macOS's virtualization framework uses. (At least, vftool spins up VMs using the same space.)
  • Linux As Vm On M1 Possible
    1 project | /r/MacOS | 1 Jan 2021
    Heres the best guide so far, includes image download links and such: https://github.com/evansm7/vftool/issues/2#issuecomment-735455161

What are some alternatives?

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

UTM - Virtual machines for iOS and macOS

macos-virtualbox-vm - Instructions and script to help you create a VirtualBox VM running macOS.

SimpleVM - Sample code for Virtualization framework

dark-mode - Control the macOS dark mode from the command-line

ACVM - GUI frontend for qemu for Apple Silicon based Macs

m1craft - Run Minecraft on Apple Silicon

macpine - Lightweight Linux VMs on MacOS

VirtualBuddy - Virtualize macOS 12 and later on Apple Silicon, VirtualBuddy is a virtual machine GUI for macOS M1, M2, M3

auto-unlocker - Unlocker for VMWare macOS

MonitorControl - 🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.

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