Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirruslabs/orchard
Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
https://github.com/cirruslabs/orchard
macos orchestration virtualization
Last synced: about 19 hours ago
JSON representation
Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
- Host: GitHub
- URL: https://github.com/cirruslabs/orchard
- Owner: cirruslabs
- License: other
- Created: 2023-01-05T16:15:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T07:19:56.000Z (6 days ago)
- Last Synced: 2024-11-08T08:24:12.231Z (6 days ago)
- Topics: macos, orchestration, virtualization
- Language: Go
- Homepage:
- Size: 819 KB
- Stars: 197
- Watchers: 10
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orchard
Orchard is an orchestration system for [Tart](https://github.com/cirruslabs/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:
```shell
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](https://tart.run/orchard/quick-start/) for more information and/or feel free to use [issues](https://github.com/cirruslabs/orchard/issues) for the remaining questions.