Desktop Installation and Build
This page is automatically synced from
docs-en/desktop.md. Language: English | 中文
Desktop Installation and Build
Section titled “Desktop Installation and Build”The desktop app is built with Tauri. The package includes Web assets and starts the bundled bifrost CLI backend inside the app.
Installation
Section titled “Installation”Homebrew Cask on macOS
Section titled “Homebrew Cask on macOS”brew tap bifrost-proxy/bifrostbrew install --cask bifrost-desktopManual Installer
Section titled “Manual Installer”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.
Build from Source
Section titled “Build from Source”./install.sh./install.sh --cli-only./install.sh --desktop-only./install.sh --app-dir ~/ApplicationsManual build:
git clone https://github.com/bifrost-proxy/bifrost.gitcd bifrostpnpm installcd web && pnpm install && cd ..pnpm run desktop:buildBuild outputs are under desktop/src-tauri/target/release/bundle/.