How to install browser-use/video-use. 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.
browser-use/video-use Installation Guide
How to install browser-use/video-use. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for browser-use/video-use. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i browser-use/video-useor
Install via npx
npx @hexmos/ipm i browser-use/video-usePrerequisites
ffmpeg
packageVersion: required
yt-dlp
packageVersion: optional
ElevenLabs API Key
api_keyManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Manual Install
git clone https://github.com/browser-use/video-use ~/Developer/video-use
ln -sfn ~/Developer/video-use ~/.claude/skills/video-use
cd ~/Developer/video-use
uv sync
brew install ffmpeg
brew install yt-dlp
cp .env.example .env
$EDITOR .env