mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 17:09:44 +00:00
2a16fd862a2a32ba81c0b14310f3bfc64cae712e
SillyTavern-Launcher
Launcher scripts for SillyTavern and Extras.
Usage
Windows
- Install Git for Windows
- Open Windows Explorer (
Win+E) and make or choose a folder where you wanna install the launcher to - Open a Command Prompt inside that folder by clicking in the 'Address Bar' at the top, typing
cmd, and pressing Enter. - When you see a black box, insert the following command:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git - double click on
installer.batand choose what you wanna install - After installation double click on
launcher.bat
Linux
- Open your favorite terminal and install git
- Download Sillytavern Launcher with:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git - Navigate to the SillyTavern-Launcher with:
cd SillyTavern-Launcher - Start the install launcher with:
chmod +x install.sh && ./install.shand choose what you wanna install - After installation start the launcher with:
chmod +x launcher.sh && ./launcher.sh
Mac
- Open a terminal and install brew with:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Then install git with:
brew install git - Download Sillytavern Launcher with:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git - Navigate to the SillyTavern-Launcher with:
cd SillyTavern-Launcher - Start the install launcher with:
chmod +x install.sh && ./install.shand choose what you wanna install - After installation start the launcher with:
chmod +x launcher.sh && ./launcher.sh
Languages
Batchfile
68%
Shell
31.9%
JavaScript
0.1%