tart icon indicating copy to clipboard operation
tart copied to clipboard

macOS and Linux VMs on Apple Silicon to use in CI and other automations

Results 46 tart issues
Sort by recently updated
recently updated
newest added
trafficstars

Trying out `tart run sonoma-base` and can't see a way to configure the Trackpad in the system preferences in the VM. The Trackpad option does not appear in the system...

question

On the MacBook Pro, the screen has a physical resolution of 3456 x 2234 but when you go to the System preferences, it says 1800x1169. This resolution is half the...

question
not possible atm

It would be easier to understand disk usage if the disk and VM size exposed by commands like `tart list` and `tart get` were formatted with [appropriate byte modifier](https://developer.apple.com/documentation/foundation/bytecountformatter). Current:...

enhancement
good first issue

Hello everyone! 👋 I'm using tart with basic settings and I'm able to use the microphone but not the webcam, is there any workaround or any setting to change to...

not possible atm

An attempt to separate code into two targets - **tart** commands - **TartEngine** my goal is to make tart logic available as a **Tart** library. This is the first attempt...

Currently neither screen mirroring nor airplay seem to work/allow connecting from tart macOS sessions to airplay receivers on the network. Is this something that could be enabled or is it...

## Motivation Larger organizations running tart often also run their own OCI registry, where VM images are being managed. Different departments within the organization may have limited access to each...

After installing moneterey `tart clone ghcr.io/cirruslabs/macos-monterey-base:latest monterey-base` and running `tart run monterey-base` I get a black window and no errors / logs

needs user input

In reference: #978 - Add socket devices: [Sockets](https://developer.apple.com/documentation/virtualization/sockets) - Add console creation thru a unix or file descriptor. Replace #978 - Add integration test for sockets and console - Add...

While working on [!1022](https://github.com/cirruslabs/tart/pull/1022) I saw that the compiler currently issues a warning about the `ISO8601DateFormatter` used when decoding the `TokenResponse`, as the `ISO8601DateFormatter` does not conform to `Sendable`. ```swift...