macOS ◆ xterm-256color ◆ zsh 526 views

I’ve been working on a simple CLI utility to manage xhyve VMs on OS X 10.10 and above: https://github.com/0x414A/xhyve-manager

There is an existing xhyvectl written in Go, but I was adamant in making this utility in C.

Was finally able to read a basic config and such and use that to start up a machine in /usr/local/Library/xhyve/machines.

Still a long way to go!