Skip to content

sidharthmirch/chorus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chorus icon

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

Chorus screenshot

Fork changes

  • 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

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

Building Chorus

To build Chorus from source, please refer to the BUILD.md file.

Nightly Build

You can download the nightly build here. Every push to main triggers a new build.

About

Chorus fork

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 88.1%
  • Rust 9.3%
  • Shell 1.1%
  • Other 1.5%