Skip to content

Commit 8b907a5

Browse files
mnm364claude
andcommitted
feat(registry): add tart
Tart is a macOS and Linux VM tool for Apple Silicon by Cirrus Labs, commonly used in CI environments. It uses Apple's Virtualization.framework for near-native performance. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 503195f commit 8b907a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

registry/tart.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
backends = ["aqua:cirruslabs/tart"]
2+
description = "macOS and Linux VMs on Apple Silicon to use in CI and other automations"
3+
os = ["macos"]
4+
test = { cmd = "tart --version", expected = "{{version}}" }

0 commit comments

Comments
 (0)