Install on Linux

We're currently working through CI issues that prevent us from shipping a reliable pre-built binary for Linux. In the meantime, building from source is straightforward and takes just a few minutes.

Prerequisites

Build from source

# Clone the repo
git clone https://github.com/jamiepine/voicebox.git
cd voicebox
# Install all dependencies (Python venv, JS deps, etc.)
just setup
# Build the app
just build

The built app will be in tauri/src-tauri/target/release/bundle/

Or run in dev mode

# Start the dev server with hot reload
just dev