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 scriptYou can download the nightly build here. Every push to main triggers a new build.
