GitHub - meltylabs/chorus: Chorus - AI chat app for Mac

1 min read Original article ↗

Chorus icon

All the AI, on your Mac. Built by the creators of Conductor.

Chorus screenshot

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:

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. Every push to main triggers a new build.