入门指南
安装说明
NiceClaw 各平台详细安装步骤。
安装说明
系统要求
| 平台 | 最低版本 | 推荐配置 |
|---|---|---|
| Windows | Windows 10 64-bit | Windows 11, 8GB RAM |
| macOS | macOS 12 Monterey | macOS 14+, M 系列芯片 |
| Linux | Ubuntu 20.04 / Debian 11 | Ubuntu 22.04 LTS |
Windows
安装向导(推荐)
- 下载
NiceClaw-Setup-x64.exe - 双击运行,UAC 弹窗点击「是」
- 按向导完成安装(默认路径
C:\Program Files\NiceClaw) - 桌面出现快捷方式后安装完成
静默安装
NiceClaw-Setup-x64.exe /S卸载
控制面板 → 程序和功能 → NiceClaw → 卸载
macOS
DMG 安装(推荐)
- 下载
NiceClaw-x64.dmg(Intel)或NiceClaw-arm64.dmg(Apple Silicon) - 双击打开 DMG,将 NiceClaw 拖入
/Applications - 从启动台或 Spotlight 搜索 NiceClaw 打开
首次打开提示「无法验证开发者」时:系统设置 → 隐私与安全性 → 滚动找到 NiceClaw → 点击「仍然打开」。
Homebrew
brew install --cask niceclawLinux
AppImage(推荐,免安装)
# 下载
wget https://claw.nicerouter.com/download/NiceClaw-x64.AppImage
# 添加执行权限
chmod +x NiceClaw-x64.AppImage
# 运行
./NiceClaw-x64.AppImageDebian / Ubuntu (.deb)
sudo dpkg -i NiceClaw-x64.deb
sudo apt-get install -f # 修复依赖(如有)桌面快捷方式
# AppImage 集成到应用菜单
./NiceClaw-x64.AppImage --install数据存储位置
NiceClaw 所有数据默认存储在本地,不上传云端:
| 平台 | 路径 |
|---|---|
| Windows | %APPDATA%\NiceClaw |
| macOS | ~/Library/Application Support/NiceClaw |
| Linux | ~/.config/NiceClaw |