Skip to content

安装指南

Reeve 提供 Windows / macOS / Linux 三平台原生安装包。

系统要求

平台最低版本说明
WindowsWindows 10 (1809+)x64 / arm64 都支持
macOSmacOS 12 MontereyIntel + Apple Silicon 通用包
LinuxUbuntu 22.04 / Fedora 38 等需 WebKitGTK 4.1

硬件最低要求:4 GB 内存、500 MB 磁盘。

Windows 安装

  1. 下载页下载 Reeve_x.y.z_x64-setup.msi
  2. 双击 → 按提示完成安装
  3. 安装位置默认 C:\Program Files\Reeve\
  4. 数据目录在 %APPDATA%\com.agilefr.reeve\

关于"未知发布者"警告

Reeve 暂未加 EV 代码签名,首次运行可能弹 SmartScreen 警告。点"更多信息 → 仍要运行"即可。我们正在筹备 EV 证书,后续版本会自动签名。

静默安装(企业批量部署)

powershell
msiexec /i Reeve_x.y.z_x64-setup.msi /qn

macOS 安装

  1. 下载 Reeve_x.y.z_universal.dmg
  2. 双击挂载 → 把 Reeve.app 拖到 Applications
  3. 首次启动可能提示"无法打开(已损坏)",原因是 Gatekeeper:
    bash
    xattr -dr com.apple.quarantine /Applications/Reeve.app
  4. 数据目录在 ~/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.deb

Fedora / 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.reeve

macOS

bash
rm -rf /Applications/Reeve.app
rm -rf ~/Library/Application\ Support/com.agilefr.reeve

Linux

bash
sudo apt remove reeve     # 或 sudo dnf remove reeve
rm -rf ~/.local/share/com.agilefr.reeve

升级

Reeve 内置自动更新(详见自动更新):

  • 启动时检测新版本
  • 提示用户下载、点确认后自动安装
  • 安装前清理上一版 sidecar 进程,避免残留

也可以手动从下载页拿新版安装包覆盖安装。配置与凭据库会保留。

下一步

受控的远程运维助手 — 让 AI 安全地帮你管服务器