Getting Set Up
How to build OpenHuman from source - toolchain, vendored Tauri CLI, and local desktop builds.
Prerequisites
brew install node@24 pnpm rustup-init cmake
rustup toolchain install 1.93.0 --profile minimal
rustup component add rustfmt clippy --toolchain 1.93.0Build from source (local compile)
Install latest stable release (macOS/Linux x64)
Arch Linux package recipe
Windows (latest stable)
ARM Linux Build (aarch64)
Prerequisites
Build
Running the ARM binary
Option 1 - Direct invocation
Option 2 - Wrapper script (recommended)
DEB package install
GTK initialization fix
Troubleshooting
macOS: pnpm dev:app exits with "CEF cache is held by another OpenHuman instance"
pnpm dev:app exits with "CEF cache is held by another OpenHuman instance"Stale openhuman RPC process on the core port
openhuman RPC process on the core portLast updated