深色模式
安装指南
Reeve 提供 Windows / macOS / Linux 三平台原生安装包。
系统要求
| 平台 | 最低版本 | 说明 |
|---|---|---|
| Windows | Windows 10 (1809+) | x64 / arm64 都支持 |
| macOS | macOS 12 Monterey | Intel + Apple Silicon 通用包 |
| Linux | Ubuntu 22.04 / Fedora 38 等 | 需 WebKitGTK 4.1 |
硬件最低要求:4 GB 内存、500 MB 磁盘。
Windows 安装
- 从下载页下载
Reeve_x.y.z_x64-setup.msi - 双击 → 按提示完成安装
- 安装位置默认
C:\Program Files\Reeve\ - 数据目录在
%APPDATA%\com.agilefr.reeve\
关于"未知发布者"警告
Reeve 暂未加 EV 代码签名,首次运行可能弹 SmartScreen 警告。点"更多信息 → 仍要运行"即可。我们正在筹备 EV 证书,后续版本会自动签名。
静默安装(企业批量部署)
powershell
msiexec /i Reeve_x.y.z_x64-setup.msi /qnmacOS 安装
- 下载
Reeve_x.y.z_universal.dmg - 双击挂载 → 把
Reeve.app拖到Applications - 首次启动可能提示"无法打开(已损坏)",原因是 Gatekeeper:bash
xattr -dr com.apple.quarantine /Applications/Reeve.app - 数据目录在
~/Library/Application Support/com.agilefr.reeve/
Linux 安装
AppImage(通用)
bash
chmod +x Reeve-x.y.z.AppImage
./Reeve-x.y.z.AppImage数据目录在 ~/.local/share/com.agilefr.reeve/。
Debian / Ubuntu
bash
sudo apt install ./reeve_x.y.z_amd64.debFedora / RHEL
bash
sudo dnf install ./reeve-x.y.z.x86_64.rpm依赖
Linux 上需要 WebKitGTK 4.1 和 libsoup 3:
bash
# Ubuntu / Debian
sudo apt install libwebkit2gtk-4.1-0 libsoup-3.0-0
# Fedora
sudo dnf install webkit2gtk4.1 libsoup3数据目录位置
Reeve 把数据存在 OS 标准位置:
| 平台 | 路径 |
|---|---|
| Windows | %APPDATA%\com.agilefr.reeve\ |
| macOS | ~/Library/Application Support/com.agilefr.reeve/ |
| Linux | ~/.local/share/com.agilefr.reeve/ |
目录内容:
com.agilefr.reeve/
├── reeve.db 凭据 + 服务器 + 审计 主数据库
├── mcp-rpc.json MCP 本地 HTTP 端口与 Token
├── redaction.yaml 用户级出口脱敏规则
├── policy.json AI 策略全局配置
└── logs/ 应用日志卸载
Windows
控制面板 → 程序与功能 → 找到 Reeve → 卸载。
可选清理数据目录:
powershell
Remove-Item -Recurse -Force $env:APPDATA\com.agilefr.reevemacOS
bash
rm -rf /Applications/Reeve.app
rm -rf ~/Library/Application\ Support/com.agilefr.reeveLinux
bash
sudo apt remove reeve # 或 sudo dnf remove reeve
rm -rf ~/.local/share/com.agilefr.reeve升级
Reeve 内置自动更新(详见自动更新):
- 启动时检测新版本
- 提示用户下载、点确认后自动安装
- 安装前清理上一版 sidecar 进程,避免残留
也可以手动从下载页拿新版安装包覆盖安装。配置与凭据库会保留。