Nikolay Edigaryev
Nikolay Edigaryev
Related upstream issues: * https://github.com/Guts/mkdocs-rss-plugin/issues/192
Since Tart is using Apple's [Virtualization.Framework](https://developer.apple.com/documentation/virtualization) under the hood, we're limited to the devices already implemented by that framework. As a result, support for Windows can only happen when either...
> But, it is possible! It is possible with [Hypervisor.Framework](https://developer.apple.com/documentation/hypervisor) (which QEMU uses on Darwin), yes. However, using Hypervisor.Framework in Tart means we have to implement all the Virtual I/O...
This was previously raised in https://github.com/cirruslabs/tart/issues/822. **tl;dr:** `tart clone` works similarly to [`cp(1)`](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/cp.html). Would adding an command-line flag like `cp(1)`'s `-i` work for you? This way you can set `alias...
> I want to detect whether a VM is running with a window or without for [ClodPod](https://github.com/webcoyote/clodpod), a VM sandbox for AI agents Have you considered storing this state in...
1. Does the `tart run sequoia-base` emit any output/error message when it fails to run a VM? 2. Are you running `tart` as `root` by a chance? 3. Are you...
> > 1. Does the `tart run sequoia-base` emit any output/error message when it fails to run a VM? > > No How do you tell that the VM is...
> I don't as no messages appear on the terminal and the only information that I have is coming from the `tart.log` file shared This means that the VM is...
@chancila 1. Is there a Tart icon in macOS dock after you run `tart run`? If so, can you try clicking on it? 2. Which arguments do you pass to...
>This seems to break in https://github.com/cirruslabs/tart/releases/download/2.19.2/tart-arm64.tar.gz Related to https://github.com/cirruslabs/tart/issues/1069.