SillyTavern 桌面应用程序 - 完整的 Electron 桌面端体验
- 🖥️ 原生桌面窗口体验
- 🔔 系统通知支持
- 💾 离线模式
- ⚙️ 开机自启动
- 📥 GitHub 自动更新
- 🎨 深色/浅色/跟随系统主题
下载 sillytavern-desktop-Setup-1.0.0.exe 并运行安装程序。
或者使用便携版 sillytavern-desktop-1.0.0-portable.exe,无需安装。
挂载 sillytavern-desktop-1.0.0.dmg 并将应用拖到应用程序文件夹。
# AppImage
chmod +x sillytavern-desktop-1.0.0.AppImage
./sillytavern-desktop-1.0.0.AppImage
# 或使用 deb
sudo dpkg -i sillytavern-desktop-1.0.0.debgit clone https://github.com/your-repo/sillytavern-desktop.git
cd sillytavern-desktop
npm install
npm start
# 构建
npm run build:win
npm run build:mac
npm run build:linux配置存储在平台特定的 AppData 目录。
应用会在启动时自动检查更新。
AGPL-3.0