macosvm icon indicating copy to clipboard operation
macosvm copied to clipboard

Tool for running macOS guest virtual machines in macOS 12 host or higher on M1 arm64 Macs

Results 16 macosvm issues
Sort by recently updated
recently updated
newest added

Add tips to disable apple quarantine for downloaded binaries.

One thing I noticed while trying to make lots of VMs and copying VMs around is that the vm.json files end up having paths saved into it that are saved...

The virtualization framework supports having multiple automounted volumes with different readonly vs readwrite statuses, as can be seen described in Apple's documentation for [VZVirtioFileSystemDeviceConfiguration](https://developer.apple.com/documentation/virtualization/vzvirtiofilesystemdeviceconfiguration#4052497) But the current support for `--vol`...

I've been trying to use the `--mac ` parameter and I think it's misconfigured: ``` ~/Desktop/macosvm --version macosvm 0.2-1 Copyright (C) 2022 Simon Urbanek There is NO warranty. Licenses: GPLv2...

Add --mac to the list of multi_options so the mac address parameter is correctly skipped. Fixes #28

Do you take feature requests? If I knew Swift, I might contribute these myself, but I don't, yet. github.com/cirruslabs/tart/ is very much like this but has a much more polished...

Features added in macOS 14 (Sonoma) to the VZ framework that may be of interest and could be made use of: - new storage devices: - raw (hardware) disk support...

enhancement

First of all a very big "THANK YOU" for creating this wrapper to virtualization framework. In fact, this wrapper has good number of features (including changing of screen resolution, storage...

I've been running macosvm as a part of a DIY "github self-hosted runner" solution. It works quite well as long as the user running macosvm is logged in with a...

I would like to clone an existing VM with a different serial number. Is there any trick to achieve it? It looks like Apple's virtualization API does not support it....