OpenMontage: The Free Open-Source Tool That Turns Claude Code Into a Video Studio

A YouTube video making the rounds right now tells you to cancel your Nano Banana subscription because a free GitHub project called OpenMontage does the exact same thing. That claim does not hold up. But the tool itself is real, it is genuinely useful, and it deserves a fair look on its own terms.

Here’s the thing. Nano Banana is Google’s nickname for its Gemini image generation models. It makes and edits still images. OpenMontage is something else entirely: an open-source framework that turns an AI coding assistant like Claude Code into a full video production pipeline, research, script, visuals, voiceover, music, edit, and render, all from one prompt. These two tools are not substitutes for each other. One makes pictures. The other makes finished videos. If you clicked over here hoping for a Nano Banana replacement, this is not it. If you are curious about a free way to produce real video with an AI agent doing the heavy lifting, keep reading.


What OpenMontage Actually Is

OpenMontage is an open-source repository built by developer Calesthio. It does not run as a standalone app. Instead, it hands your AI coding assistant, Claude Code, Cursor, GitHub Copilot, Windsurf, or Codex, a full production playbook: 12 pipeline templates, 52 production tools, and more than 500 markdown skill files that teach the agent how to research a topic, write a script, generate or source visuals, record narration, mix music, burn in subtitles, and render the final cut.

You describe what you want in plain English. The agent reads the pipeline manifest, works through each production stage, checks in with you at the creative decision points, and hands back a finished video file. There is no proprietary backend doing the thinking. Your coding assistant is the orchestrator.

The project has grown fast since it landed on GitHub. It crossed 20,000 stars inside its first week and briefly hit the number one spot on GitHub’s trending page. As of this writing it sits at roughly 36,900 stars and 4,400 forks, and both numbers are still climbing.


Why the Nano Banana Comparison Falls Apart

I get why the comparison is tempting. Both tools are cheap, both are AI powered, and both blew up on social media. But look at what each one actually produces. Nano Banana, officially Gemini 2.5 Flash Image and its newer siblings, takes a text prompt or an existing photo and returns a single edited or generated image. It lives inside the Gemini app, Google AI Studio, and the Gemini API, and it is genuinely excellent at that one job. We covered the latest Nano Banana release and its video-generation sibling Gemini Omni Flash in a separate post if you want the full picture there.

OpenMontage does not compete with that. It coordinates an entire production: research, writing, sourcing or generating dozens of visual assets, voice synthesis, music, editing, and rendering. Nano Banana is not even on its list of supported image providers. The two tools could actually work well together as pieces inside a bigger workflow, but calling one a replacement for the other misunderstands what each one does. My guess is the video script just wanted a hook that would get clicks, and “cancel your subscription” travels better than “here’s a new open-source video framework.” Fair enough. Just know what you are actually looking at.


What You Can Build With It

OpenMontage ships 12 named pipelines, each one a complete workflow for a different type of video: animated explainers, cinematic trailers, documentary montages, screen demos, talking head videos, podcast-to-clip repurposing, multi-language dubbing, and more. The one that surprised me most is the documentary montage pipeline. Instead of animating still images, it builds a searchable index from free archives like Archive.org, NASA, and Wikimedia Commons, then edits together real motion footage into an actual timeline. That is a genuine alternative to stock-footage editing, not a slideshow with a Ken Burns effect.

The project’s own demo reel backs this up with real numbers. A Pixar-style animated short about a lonely banana finding a friend, built with Kling v3 video clips and Google’s Chirp3-HD narration, cost $1.33 total. A 70-second history piece about the Library of Alexandria, built entirely from hand-crafted scenes with OpenAI narration and a free Pixabay music track, cost two cents. A product ad demo called “Void,” built around the concept of a neural interface using only a single OpenAI API key for images, narration, and word-level subtitles, came in at $0.69. That neural interface demo is very likely the exact video referenced in the original YouTube script, and it is a fair example of what the tool can do with minimal setup.


How to Set It Up (Step by Step)

You will need a little comfort with the command line for this one. It is not a one-click install, but it is not far off either.

  1. Install the prerequisites. You need Python 3.10 or newer, FFmpeg, Node.js 18 or newer, and an AI coding assistant. Claude Code is the easiest starting point if you already use Claude.
  2. Clone the repository. Open a terminal and run: git clone https://github.com/calesthio/OpenMontage.git
  3. Move into the folder and run setup. Type cd OpenMontage then make setup. This installs the Python dependencies, the Remotion rendering engine, and the free Piper text-to-speech voice. If your machine does not have make, the project’s README lists the manual pip and npm commands for macOS, Linux, and Windows.
  4. Open the folder in your AI coding assistant. Point Claude Code, Cursor, or whichever assistant you picked at the OpenMontage folder.
  5. Optional: add API keys. Open the .env file and drop in keys for any premium providers you want, FLUX or Veo for better visuals, ElevenLabs for premium narration, Suno for full songs. Every key is optional. Skip this step entirely if you want to stay on the free path.
  6. Describe the video you want. Type something like “Make a 60-second documentary montage about city life in the rain, real footage only, no narration, elegiac tone, with music.” The agent takes it from there.
  7. Approve each stage as it comes up. The system pauses for your sign-off on the script, the visual plan, and the generated assets before it renders anything. A local dashboard called Backlot shows you the whole production filling in live, so you are not just staring at a chat window wondering what is happening.
  8. Grab your finished video. Once rendering completes and the tool’s own quality checks pass, your file lands in the project’s renders folder, ready to upload wherever you need it.

What It Actually Costs

PathWhat You GetTypical Cost Per Video
Zero API keysFree Piper narration, real archival and stock footage or Remotion-animated stills, FFmpeg editing and subtitles$0
One or two keysAI-generated images, premium narration, auto-sourced music, word-level captions$0.15 to $0.69
Full setupPremium video generation (Veo, Kling, Runway), premium voice, and licensed music$1.00 to $3.00

There is also a built-in budget guard. The default spending cap is $10 total per project, and anything above $0.50 in a single action pauses for your approval before it spends a cent. You can raise or lower both numbers.


The Honest Limitations

This is not a polished consumer product, and the project does not pretend otherwise.

  • It is licensed under AGPL-3.0, not MIT. If you plan to modify it and offer it as a hosted service to other users over a network, that license typically requires you to release your modified source code too. Running it locally for your own videos is a different situation, but read the actual license before building a business on top of it.
  • You need to be comfortable with a terminal. Cloning a repo, managing a Python environment, and running npm install are basic developer tasks, but they are not for everyone.
  • The free path has a real quality ceiling. Documentary montages and simple explainers look genuinely good with zero API keys. Cinematic animation and character consistency improve a lot once you add paid video generation providers.
  • It is young software. The repository is weeks old, not years old. Expect open issues, evolving documentation, and occasional rough edges as the maintainer works through a growing pull request queue.
  • Nano Banana specifically is not one of its image providers. If the Gemini image family is what drew you here, this tool will not give you that model inside its pipeline.

The Bottom Line

Skip the “cancel your subscription” framing. OpenMontage is not a Nano Banana killer, and it never needed to be one to be worth your time. What it actually is: a genuinely ambitious, free, open-source way to hand an entire video production, from research to final render, to an AI coding assistant you might already be paying for anyway. The zero-cost path alone is worth an afternoon of tinkering, and the cost examples in its own demo reel suggest a finished 60-second video for well under a dollar once you add a single API key.

If you are already comfortable running Claude Code for other tasks, this is one of the more interesting things you can point it at right now. If terminals make you nervous, it might be worth waiting for the ecosystem to mature a little before jumping in.

If you know someone who fell for the “cancel your subscription” video, send them this instead. They will get the free tool without the confused mental model.


Sources and further reading

Leave a comment

Website Built by WordPress.com.

Up ↑