Chorus is built using Tauri, React, TypeScript, and Rust. To build the application yourself, follow these steps.
-
Clone the repository and navigate to the directory.
-
Initialize Git LFS:
git lfs install --force git lfs pull
-
Install dependencies:
pnpm install
To build the production app for your platform, run:
pnpm tauri buildThis will generate the application bundle (e.g., .app for macOS) in src-tauri/target/release/bundle/.