开始设置
如何从源码构建 OpenHuman——工具链、捆绑的 Tauri CLI,以及本地桌面构建。
前提条件
brew install node@24 pnpm rustup-init cmake
rustup toolchain install 1.93.0 --profile minimal
rustup component add rustfmt clippy --toolchain 1.93.0从源码构建(本地编译)
安装最新稳定版(macOS/Linux x64)
Arch Linux 软件包配方
Windows(最新稳定版)
ARM Linux 构建(aarch64)
前提条件
构建
运行 ARM 二进制文件
选项 1 - 直接调用
选项 2 - 包装脚本(推荐)
DEB 软件包安装
GTK 初始化修复
故障排查
macOS: pnpm dev:app 以“CEF cache is held by another OpenHuman instance”退出
陈旧的 openhuman 核心端口上的 RPC 进程
最后更新于