Your AI coding assistant just became a film studio
An open-source system that turns AI coding assistants into autonomous video studios, handling research, scripting, asset generation, and final render.
OpenMontage orchestrates research, scripting, asset generation, and editing through your existing AI coding assistant, turning clip-generators into end-to-end production pipelines.

What it does
OpenMontage is a pipeline-driven system that turns your AI coding assistant into an autonomous video production crew. You describe a video in plain language—say, a 60-second explainer about neural networks or a rain-soaked documentary montage—and the agent researches the topic, writes a script, sources or generates visuals, narrates, scores music, and renders a final cut. It is built to run inside Claude Code, Cursor, Copilot, or any agent that can read files and execute code.
The interesting bit
Most AI video generators animate stills and declare victory; OpenMontage can also assemble actual motion footage by pulling from free archives like Archive.org, NASA, and Wikimedia Commons, then editing clips into a timeline. It also reverse-engineers reference videos: paste a YouTube Short and the agent analyzes pacing, structure, and style to produce differentiated concepts with honest cost estimates before generating a single asset.
Key highlights
- Fully offline core path: Piper TTS, open archival footage, Remotion or HyperFrames rendering, and FFmpeg post-production require zero paid API keys
- Pipeline-driven workflow where the agent selects a production path, reads manifests, and invokes stage-specific skills rather than improvising
- Multi-point self-review before delivery, including
ffprobevalidation, audio level analysis, and subtitle checks - Optional GPU-local video generation via Wan, Hunyuan, and CogVideo models
- Provider selections scored across seven dimensions with an auditable decision log
Caveats
- The intended user interface is an AI agent reading the codebase; the README literally congratulates fellow agents who have “probably passed the Turing test,” and there is no human GUI
- The eye-catching demo budgets ($0.15–$1.33) rely on specific paid APIs or free tiers that may shift or vanish
Verdict
A compelling choice for developers who want reproducible, code-first video generation without surrendering to a SaaS black box. Skip it if you need a timeline GUI or WYSIWYG editor—this is a system meant to be operated by an agent, not clicked by a human.
Frequently asked
- What is calesthio/OpenMontage?
- An open-source system that turns AI coding assistants into autonomous video studios, handling research, scripting, asset generation, and final render.
- Is OpenMontage open source?
- Yes — calesthio/OpenMontage is open source, released under the AGPL-3.0 license.
- What language is OpenMontage written in?
- calesthio/OpenMontage is primarily written in Python.
- How popular is OpenMontage?
- calesthio/OpenMontage has 41.3k stars on GitHub and is currently accelerating.
- Where can I find OpenMontage?
- calesthio/OpenMontage is on GitHub at https://github.com/calesthio/OpenMontage.