Most AI video tools generate clips. OpenMontage, an open-source project trending on GitHub, tries to run the whole production instead — research, script, assets, edit, and final render — by turning a coding agent like Claude Code or Cursor into a video studio.
## What OpenMontage actually does
You describe the video in plain language and the agent works through it as a pipeline. Web research comes first: it pulls from YouTube, Reddit, Hacker News, news, and academic sources into a cited brief before any script is written. Then it ships 12 production pipelines — explainers, talking heads, screen demos, trailers, animations, podcasts, localization — backed by 52 tools and 500+ agent skills covering generation, TTS, music, subtitles, and editing.
## The zero-key open path
The part that stands out is cost. OpenMontage has a no-API-key route: Piper for narration, Archive.org and NASA for real footage, and local rendering through FFmpeg and Remotion. It can assemble actual motion clips into a timeline, not just image-based slideshows. Requirements are modest — Python 3.10+, Node 18+, and FFmpeg inside an agent that can run code and read local files.

Leave a comment