Skip to content

Desktop Installation and Build

This page is automatically synced from docs-en/desktop.md. Language: English | 中文

The desktop app is built with Tauri. The package includes Web assets and starts the bundled bifrost CLI backend inside the app.

Terminal window
brew tap bifrost-proxy/bifrost
brew install --cask bifrost-desktop

Download desktop installers from GitHub Releases. Planned artifacts include macOS .dmg packages for Intel and Apple Silicon, and Windows .msi installers for x64 and ARM64.

After installation, launch Bifrost.app on macOS or Bifrost from the Windows Start menu. The desktop app checks and installs the CA certificate asynchronously on first startup. The default data directory is ~/.bifrost; set BIFROST_DATA_DIR before startup to override config, cert, log, and runtime paths.

Terminal window
./install.sh
./install.sh --cli-only
./install.sh --desktop-only
./install.sh --app-dir ~/Applications

Manual build:

Terminal window
git clone https://github.com/bifrost-proxy/bifrost.git
cd bifrost
pnpm install
cd web && pnpm install && cd ..
pnpm run desktop:build

Build outputs are under desktop/src-tauri/target/release/bundle/.