All the AI, on your Mac. Built by the creators of Conductor.
- Added profiles for favorite models in the chat window
- Dynamically fetch and select models from providers
- Prompt profiles: Choose your preferred chat persona
- Minimize model columns in multi-model chat with sidebar management and auto-minimize on empty responses
- Move model responses around in their row, changing the order they are displayed to you in
- Ability to customize default models (multi-model chat and ambient chat)
- Set app and project specific default prompt profiles
See CHANGELOG.md for the full release history and release-by-release changes for this fork.
Note: This app is not code-signed. On first launch, right-click the app and select "Open" to bypass Gatekeeper. Alternatively, remove the quarantine flag via Terminal:
xattr -d com.apple.quarantine Chorus.app
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 scriptTo build Chorus from source, please refer to the BUILD.md file.
You can download the nightly build here. Every push to main triggers a new build.
