All the AI, on your Mac. Built by the creators of Conductor.
You will need:
- NodeJS installed and on your path
- Rust and Cargo installed and on your path (verify with
rustc --version,cargo --version) imagemagick(optional)git-lfs(brew install git-lfs)pnpm(brew install pnpm)
Once you have those set up, please run:
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 scriptVite will run on a random even-numbered port between 1422 and 1522, inclusive. HMR will run on the next port. If there's a collision, change the instance name (makes sure to rerun the setup script).