Rift is a beautiful privacy‑first music player.
Enjoy your music without distractions, ads, or tracking.
Warning
Project is still in a raw early stage. Expect rough edges, incomplete features, and breaking changes.
- Clone repository:
git clone https://github.com/wdkqqq/rift.git
cd Rift- Install dependencies:
bun install
# or
pnpm install
# or
npm install- Run application
bun tauri dev
# or
pnpm tauri dev
# or
npm run tauri dev- Build application
bun tauri build
# or
pnpm tauri build
# or
npm run tauri buildWe are always welcome to contributions! See CONTRIBUTING.md for contributing guide.