Stream movies and TV shows from your terminal with MCP support
TL;DR:
- Linux/macOS:
bash install.sh - Windows:
PowerShell -ExecutionPolicy Bypass -File install.ps1 - Then run:
topster
Linux / macOS:
bash install.shWindows:
PowerShell -ExecutionPolicy Bypass -File install.ps1After installation, just use the topster command:
# Interactive TUI
topster
# Search
topster "the matrix"
# Trending
topster --trending
# Continue watching
topster --continue
# Download
topster "movie" --download ~/MoviesLinux / macOS:
bash uninstall.shWindows:
PowerShell -ExecutionPolicy Bypass -File uninstall.ps1- Bun (auto-installed)
- Media Player: mpv, VLC, or IINA (auto-detected)
- OS: Linux, macOS, Windows 10+
- 🎬 Stream movies & TV shows
- 🔍 Powerful search
- 📺 Android TV app (in dev)
- 🌐 Web interface
- 📜 Watch history
- ⌨️ Beautiful TUI
# Install deps
bun install
# Build
bun run build
# Test
bun test
# Type check
bun run typecheck
# Install globally (dev)
bun run install:globalMade with 🎬 by 4cecoder