Guest agent for Tart VMs
Go to file
Nikolay Edigaryev d31d276e73
README.md: document clipboard sharing (#5)
* README.md: document clipboard sharing

* More information about launchd and examples
2025-05-06 12:33:50 -04:00
cmd Automatic disk resizing for macOS VMs (#1) 2025-04-07 22:54:19 +04:00
internal Implement SPICE vdagent with clipboard sharing functionality (#3) 2025-04-29 18:21:28 +04:00
.cirrus.yml GoReleaser: separate Darwin (CGO_ENABLED=1) and Linux (CGO_ENABLED=0) (#4) 2025-04-29 21:09:15 +04:00
.golangci.yml Automatic disk resizing for macOS VMs (#1) 2025-04-07 22:54:19 +04:00
.goreleaser.yml GoReleaser: separate Darwin (CGO_ENABLED=1) and Linux (CGO_ENABLED=0) (#4) 2025-04-29 21:09:15 +04:00
LICENSE Add LICENSE and publish to our tap (#2) 2025-04-07 23:41:27 +04:00
README.md README.md: document clipboard sharing (#5) 2025-05-06 12:33:50 -04:00
go.mod Implement SPICE vdagent with clipboard sharing functionality (#3) 2025-04-29 18:21:28 +04:00
go.sum Implement SPICE vdagent with clipboard sharing functionality (#3) 2025-04-29 18:21:28 +04:00

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)
  • Clipboard sharing for macOS VMs using our in-house SPICE vdagent implementation (--run-vdagent)