tbh for your desktop
Builds for Windows 10/11, MacOS (ARM and x64), and Linux (AppImage, deb, rpm) can be downloaded via GitHub Releases
- Install
- Click (but not too much...)
git clone https://github.com/artifishvr/tbhdesktop.git
cd tbhdesktop
pnpm install
pnpm tauri dev # to build and run the app in development mode
pnpm tauri build # to build the app + installers for production
pnpm tauri ios build # to build the app for iOS
pnpm tauri android build # to build the app for Android (untested)