docs: install Tart tools from OpenAI tap

This commit is contained in:
Fedor Korotkov 2026-07-07 13:42:24 -04:00
parent 2c090ea4b2
commit c121336dc0
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ Many companies are using Tart in their internal setups. Here are just a few of t
Try running a Tart VM on your Apple Silicon device running macOS 13.0 (Ventura) or later (will download a 25 GB image):
```bash
brew install cirruslabs/cli/tart
brew install openai/tools/tart
tart clone ghcr.io/cirruslabs/macos-tahoe-base:latest tahoe-base
tart run tahoe-base
```

View File

@ -31,7 +31,7 @@ In this deployment method, we'll create a new job definition file for the launch
To begin, first install Orchard:
```shell
brew install cirruslabs/cli/orchard
brew install openai/tools/orchard
```
Ensure that the following command:

View File

@ -9,7 +9,7 @@ or [through the API](integration-guide.md).
The easiest way to start is to run Orchard in local development mode:
```shell
brew install cirruslabs/cli/orchard
brew install openai/tools/orchard
orchard dev
```

View File

@ -3,7 +3,7 @@
The easiest way to install Orchard CLI is through the [Homebrew](https://brew.sh/):
```shell
brew install cirruslabs/cli/orchard
brew install openai/tools/orchard
```
Binaries and packages for other architectures can be found in [GitHub Releases](https://github.com/openai/orchard/releases).

View File

@ -8,7 +8,7 @@ description: Install Tart and run your first virtual machine on Apple Silicon in
Try running a Tart VM on your Apple Silicon device running macOS 13.0 (Ventura) or later (will download a 25 GB image):
```bash
brew install cirruslabs/cli/tart
brew install openai/tools/tart
tart clone ghcr.io/cirruslabs/macos-tahoe-base:latest tahoe-base
tart run tahoe-base
```