logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/streambert
or

Install via npx

npx @hexmos/ipm i truelockmc/streambert

Prerequisites

Node.js

runtime

Version: >=22.12.0

TMDB API Read Access Token

api_key

Version: N/A

vid-dl-cli-only

cli_tool

Version: latest

ffmpeg

runtime

Version: N/A

libxcrypt-compat

package

Version: N/A

http-parser

package

Version: 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.deb

Linux - Arch Linux (.pacman)

wget -O streambert.pacman https://github.com/truelockmc/streambert/releases/latest/download/streambert-*.pacman

sudo pacman -U streambert.pacman

Linux - .AppImage

wget -O Streambert.AppImage https://github.com/truelockmc/streambert/releases/latest/download/Streambert-*.AppImage

chmod +x Streambert.AppImage

./Streambert.AppImage

Windows

wget -O Streambert-Setup.exe https://github.com/truelockmc/streambert/releases/latest/download/Streambert.Setup.*.exe

Streambert-Setup.exe

Build from Source - Dependencies

git clone https://github.com/truelockmc/streambert.git

cd streambert

npm install

Build from Source - Build for Windows

npm run dist:win

Build from Source - Build for Linux

npm run dist:linux

Build from Source - Build for Arch Linux

npm run dist:arch

Build from Source - Build for AppImage

npm run dist:appimage