System requirements
webreel requires Node.js version 18 or higher.Install webreel
Install webreel using your preferred package manager:For global installation, use
npm install -g webreel to access the webreel command from anywhere.Automatic dependency installation
webreel requires Chrome and ffmpeg to record videos. Both are automatically downloaded on first use to~/.webreel if not already installed.
The first time you run
webreel record, it will download:- Chrome: Headless browser for automation (approximately 150MB)
- ffmpeg: Video encoding library (approximately 50MB)
Manual installation (optional)
If you want to pre-install Chrome and ffmpeg without running a recording, use:Verify installation
Check that webreel is installed correctly:Next steps
Now that webreel is installed, you’re ready to record your first video:Quickstart
Follow the quickstart guide to record your first video
CLI commands
Learn about all available webreel commands