#Linux/MacOS Install
#Manual Git install
For MacOS / Linux all of these will be done in a Terminal.
Install git and nodeJS (the method for doing this will vary depending on your OS)
Clone the repo
- for Release Branch:
git clone https://github.com/SillyTavern/SillyTavern -b release
- for Staging Branch:
git clone https://github.com/SillyTavern/SillyTavern -b staging
- for Release Branch:
cd SillyTavern
to navigate into the install folder.Run the
start.sh
script with one of these commands:
./start.sh
bash start.sh
#SillyTavern Launcher
#For Linux users
- 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.sh
and choose what you wanna install - After installation start the launcher with:
chmod +x launcher.sh && ./launcher.sh
#For Mac users
- 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.sh
and choose what you wanna install - After installation start the launcher with:
chmod +x launcher.sh && ./launcher.sh