Guest agent for Tart VMs
Go to file
Andrew Malchuk 424ed9d430
Build universal binary instead of architecture dependent
Also added missing .gitignore, added some flags for removing DWARF debugging information, symbol table and all file system paths from the resulting executable.
2025-05-12 21:39:13 +04:00
.github Added code owners (#8) 2025-05-12 17:31:59 +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
.gitignore Build universal binary instead of architecture dependent 2025-05-12 21:39:13 +04:00
.golangci.yml Automatic disk resizing for macOS VMs (#1) 2025-04-07 22:54:19 +04:00
.goreleaser.yml Build universal binary instead of architecture dependent 2025-05-12 21:39:13 +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)