How to install truelockmc/streambert. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
truelockmc/streambert Installation Guide
How to install truelockmc/streambert. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for truelockmc/streambert. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i truelockmc/streambertor
Install via npx
npx @hexmos/ipm i truelockmc/streambertPrerequisites
Node.js
runtimeVersion: >=22.12.0
TMDB API Read Access Token
api_keyVersion: N/A
vid-dl-cli-only
cli_toolVersion: latest
ffmpeg
runtimeVersion: N/A
libxcrypt-compat
packageVersion: N/A
http-parser
packageVersion: N/A
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux - .deb
wget -O streambert.deb https://github.com/truelockmc/streambert/releases/latest/download/streambert_*.deb
sudo dpkg -i streambert.debLinux - Arch Linux (.pacman)
wget -O streambert.pacman https://github.com/truelockmc/streambert/releases/latest/download/streambert-*.pacman
sudo pacman -U streambert.pacmanLinux - .AppImage
wget -O Streambert.AppImage https://github.com/truelockmc/streambert/releases/latest/download/Streambert-*.AppImage
chmod +x Streambert.AppImage
./Streambert.AppImageWindows
wget -O Streambert-Setup.exe https://github.com/truelockmc/streambert/releases/latest/download/Streambert.Setup.*.exe
Streambert-Setup.exeBuild from Source - Dependencies
git clone https://github.com/truelockmc/streambert.git
cd streambert
npm installBuild from Source - Build for Windows
npm run dist:winBuild from Source - Build for Linux
npm run dist:linuxBuild from Source - Build for Arch Linux
npm run dist:archBuild from Source - Build for AppImage
npm run dist:appimage