Install Tuireel
Tuireel requires ffmpeg to be installed on your system for video encoding.
Install it with
brew install ffmpeg (macOS), apt install ffmpeg (Ubuntu), or download from ffmpeg.org.Create Your First Recording
Initialize a config
Run This creates a starter config with a simple example. You can optionally choose a preset (like
tuireel init to scaffold a .tuireel.jsonc config file:polished or demo) during init.Validate your config
Check your config for errors before recording:This validates the schema, checks step types, and reports any issues.
Record
Run the recording:Tuireel will spawn a PTY, execute each step, capture frames, and encode the final video.
Add Polish with Presets
Want instant polish? Add a preset to your config:polished preset applies the Catppuccin theme, enables cursor overlay, HUD, and sound effects — all in one line.
Available presets: polished, minimal, demo, silent.