Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azenla/virtual

Linux Virtual Machines on macOS
https://github.com/azenla/virtual

macos virtualization

Last synced: about 2 months ago
JSON representation

Linux Virtual Machines on macOS

Awesome Lists containing this project

README

        

# virtual

Boot Linux VMs in a single command on macOS using the new [Virtualization.framework](https://developer.apple.com/documentation/virtualization)

## Requirements

- macOS Big Sur
- Xcode 12 (for build)

## Install

```
$ brew install kendfinger/tools/virtual
```

## Usage

```bash
$ virtual -k ubuntu/vmlinuz -r ubuntu/initrd -d ubuntu/ubuntu.iso --network
Ubuntu 20.04 LTS ubuntu hvc0
ubuntu login:
```

## Credits

Huge credit to [Khaos Tian](https://github.com/KhaosT) who inspired this project by the creation of [SimpleVM](https://github.com/KhaosT/SimpleVM).