Conversation
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>
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Contributor
Greptile SummaryThis PR adds a new registry entry for Tart, the macOS/Apple-Silicon VM tool from Cirrus Labs, backed by the aqua package manager.
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["mise install tart@<version>"] --> B["Resolve backend\naqua:cirruslabs/tart"]
B --> C{"os == macos?"}
C -- "Yes" --> D["Aqua downloads\ncirruslabs/tart release"]
C -- "No" --> E["Skip / error\n(os constraint)"]
D --> F["Install tart binary"]
F --> G["Run test:\ntart --version"]
G --> H{"Output matches\n{{version}}?"}
H -- "Yes" --> I["Install verified ✓"]
H -- "No" --> J["Test failure"]
Reviews (2): Last reviewed commit: "feat(registry): add tart" | Re-trigger Greptile |
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
jdx
pushed a commit
that referenced
this pull request
Mar 24, 2026
### 🚀 Features - **(github)** add github_tokens.toml, git credential fill, and `mise github token` command by @jdx in [#8742](#8742) - **(registry)** add tart by @mnm364 in [#8727](#8727) ### 🐛 Bug Fixes - **(python)** respect precompiled flavor when excluding freethreaded builds by @risu729 in [#8745](#8745) - **(shim)** revert shims directory check that caused hangs on macOS by @jdx in [e1b8ca4](e1b8ca4) ### 📚 Documentation - **(python)** swap docs for python.precompiled_arch and python.precompiled_os by @risu729 in [#8744](#8744) ### 🧪 Testing - **(test_tool)** redirect stderr to stdout and strip ansi codes by @risu729 in [#8738](#8738) ### New Contributors - @rtharston made their first contribution in [#8731](#8731)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Tart to the mise registry via the aqua backend.
Tart provides macOS and Linux VMs on Apple Silicon using Apple's Virtualization.framework, commonly used in CI environments.
Tested with version 2.31.0:
🤖 Generated with Claude Code