Skip to content

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices

License

Notifications You must be signed in to change notification settings

cirruslabs/orchard

Folders and files

NameName
Last commit message
Last commit date
Feb 19, 2025
Feb 6, 2025
Jun 11, 2024
Sep 3, 2024
Feb 19, 2025
Sep 5, 2024
Feb 12, 2025
Jul 3, 2024
Jan 31, 2023
Jan 30, 2025
Mar 1, 2023
Dec 5, 2024
Nov 20, 2024
Sep 3, 2024
Nov 20, 2024
Mar 20, 2023
Sep 3, 2024
Mar 14, 2023
Mar 14, 2023
Feb 19, 2025
Feb 19, 2025

Repository files navigation

Orchard

Orchard is an orchestration system for Tart. Create a cluster of bare-metal Apple Silicon machines and manage dozens of VMs with ease!

Usage

The fastest way to get started with Orchard is to use a local development mode:

brew install cirruslabs/cli/orchard
orchard dev

This will start Orchard Controller and a single Orchard Worker on your local machine.

You can interact with the newly created cluster using the orchard CLI or programmatically, through the built-in REST API server.

Please check out the official documentation for more information and/or feel free to use issues for the remaining questions.