Cherry Studio 安装

本章节将指导您如何在 Windows、macOS 和 Linux 系统上安装 Cherry Studio。


Windows 安装

方法一:使用 Scoop(推荐)

1. 安装 Scoop

Scoop 是 Windows 上的命令行安装工具,可以方便地安装和管理软件包。

打开 PowerShell(不需管理员权限),执行以下命令:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

安装后,可以通过运行 scoop help 来验证安装是否成功。 更多信息请参考 Scoop 的官方文档

2. 安装 Cherry Studio

scoop bucket add extras
scoop install extras/cherry-studio

方法二:下载安装包

  1. 访问 Cherry Studio Releases
  2. 下载 Windows 版本安装包(.exe
  3. 双击运行安装程序,按提示完成安装

macOS 安装

方法一:使用 Homebrew(推荐)

brew install --cask cherry-studio

方法二:下载安装包

  1. 访问 Cherry Studio Releases
  2. 下载 macOS 版本(Intel 选择 x64.dmg,Apple Silicon 选择 arm64.dmg
  3. 打开 .dmg 文件,将 Cherry Studio 拖入 Applications 文件夹

Linux 安装

方法一:AppImage

  1. 访问 Cherry Studio Releases
  2. 下载 Linux 版本(.AppImage
  3. 赋予执行权限并运行:
chmod +x Cherry-Studio-*.AppImage
./Cherry-Studio-*.AppImage

方法二:下载 .deb 包(Debian/Ubuntu)

# 下载 .deb 包
# 访问 https://github.com/CherryHQ/cherry-studio/releases 获取最新版本链接

# 安装
sudo dpkg -i cherry-studio_*.deb

# 如有依赖问题
sudo apt-get install -f

验证安装

安装完成后,启动 Cherry Studio 应用。如果能看到主界面,说明安装成功。

更新 Cherry Studio

# Scoop (Windows)
scoop update cherry-studio

# Homebrew (macOS)
brew upgrade --cask cherry-studio

也可以在应用内检查更新,Cherry Studio 支持自动更新提示。

下一步

安装完成后,请参考 配置 Cherry Studio 来连接 AwesomeAPI 服务。

results matching ""

    No results matching ""