Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azenla/virtual
Linux Virtual Machines on macOS
https://github.com/azenla/virtual
macos virtualization
Last synced: 7 days ago
JSON representation
Linux Virtual Machines on macOS
- Host: GitHub
- URL: https://github.com/azenla/virtual
- Owner: azenla
- License: other
- Created: 2020-07-28T00:11:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T05:01:10.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T16:10:31.873Z (3 months ago)
- Topics: macos, virtualization
- Language: Swift
- Homepage:
- Size: 45.9 KB
- Stars: 263
- Watchers: 12
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).