All the AI, on your Mac. Built by the creators of Conductor.
# Getting Started
You will need:
1. NodeJS installed and on your path
2. Rust and Cargo installed and on your path (verify with `rustc --version`, `cargo --version`)
3. `imagemagick` (optional)
4. `git-lfs` (`brew install git-lfs`)
5. `pnpm` (`brew install pnpm`)
Once you have those set up, please run:
```bash
git lfs install --force
git lfs pull
pnpm run setup # This is also our Conductor setup script
pnpm run dev # This is also our Conductor run script
```
# Nightly Build
You can download the [nightly build here](https://cdn.crabnebula.app/download/chorus/chorus/latest/platform/dmg-aarch64?channel=qa). Every push to main triggers a new build.