* README.md: document clipboard sharing * More information about launchd and examples |
||
|---|---|---|
| cmd | ||
| internal | ||
| .cirrus.yml | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
Guest agent for Tart VMs
A guest agent for Tart VMS is a lightweight background service that runs inside the virtual machine and enables enhanced communication between the host and guest and other useful features, such as automatic disk resizing.
Currently implemented features:
- Automatic disk resizing for macOS VMs with recovery partition removed (
--resize-disk)- needs to be invoked as a launchd global daemon
- example usage:
tart-guest-daemon.plist
- Clipboard sharing for macOS VMs using our in-house SPICE vdagent implementation (
--run-vdagent)- needs to be invoked as a launchd global agent
- example usage:
tart-guest-agent.plist