1. 官网下载安装包
在Cherry Studio官网获取Appimage安装包
2. 修改运行权限
下载结束后终端输入chmod 777 AppImage文件路径
修改Appimage文件权限为可执行文件。
3. 下载FUSE
直接运行./Cherry-Studio-1.0.6-x86_64.AppImage
,发现类似报错:Need to install FUSE
打开FUSE的Github界面:https://github.com/AppImage/AppImageKit/wiki/FUSE
发现针对24.04需要下载如下两个安装包:
sudo add-apt-repository universe
sudo apt install libfuse2t64
4. 非沙箱环境运行
下载FUSE后再次运行发现如下报错:
相关搜索“The SUID sandbox helper binary was found, but is not configured correctly.”后发现,最简单的方法是直接在非沙箱环境下运行:
./Cherry-Studio-1.0.6-x86_64.AppImage --no-sandbox
至此成功打开: