Skip to main content
AI Tool Radar
OSI-openMedia, design and video

OpenChatCut

0xsline

Open-source video editor that keeps a real, editable timeline while conversational AI agents make the cuts.

2.0k stars(as of 2026-09-23)View on GitHubHomepage

What is OpenChatCut?

A desktop video editor (Electron, React 19, TypeScript, Vite) that pairs a multitrack timeline with AI agents you talk to - the agent edits real tracks, clips, transitions and captions rather than generating a one-shot, unchangeable video. It supports transcript-driven editing, AI-generated images/video/speech/music, and exposes an MCP server so external coding agents (Codex, Claude Code) can drive the project directly.

OpenChatCut at a glance
FactValue
Maintainer0xsline
GitHub stars1,979 (as of 2026-09-23)
Forks289
LicenseAGPL-3.0
License typeOSI-open
CategoryMedia, design and video
StatusRising
Edition2026-09
Last verified2026-09-23

OpenChatCut in depth

AI video tools mostly force a choice between two bad options: a traditional editor where you do everything by hand, clip by clip, or a one-shot AI generator that hands you a finished video you cannot actually edit, only regenerate from scratch with a different prompt. OpenChatCut tries to refuse that choice. It puts a conversational AI agent inside a real multitrack video editor, so the agent works the same tracks, clips, transitions and captions a human editor would, instead of producing an opaque rendered file that stops being a project the moment it exists.

Under the hood it is a desktop app (Electron, React 19, TypeScript, Vite) built on Remotion and FFmpeg for rendering, with word-level transcript-driven editing, linked captions, and AI generation for images, video, speech, music and sound effects pulled in through the Vercel AI SDK across multiple providers. Motion graphics templates and WebGL effects sit alongside the timeline, and an MCP server exposes the whole project to external coding agents like Codex or Claude Code, so an agent can drive edits the same way the built-in conversational one does. Exports cover MP4, audio, captions and FCPXML for handoff to other tools.

It fits creators and small teams who want AI to speed up editing - transcript cleanup, rough cuts, caption generation - without losing the ability to go in and manually fix a specific frame, transition or line of dialogue afterward. Because projects and media stay local by default and desktop installers exist for macOS, Windows and Linux, it also suits people who want a self-hosted alternative to cloud-only AI video editors, and the MCP support makes it a natural fit if you already automate other parts of your workflow through coding agents.

AGPL-3.0 is the important caveat here: it is a strong copyleft license, so if you build a hosted service on top of OpenChatCut and offer it to users over a network, you are generally required to release your modifications as source too - worth checking with a lawyer before building a commercial product on it. The AI generation features are not self-contained either; image, speech, music and video generation all call out to external provider APIs (OpenAI, Anthropic, Gemini, Fal.ai and others), so you need your own keys and accept those providers' costs and terms. No independent or even self-reported performance benchmarks are published; its advantages are architectural claims, not measured ones.

The verdict: OpenChatCut is a compelling pick if the core problem you have with AI video tools is that they throw away editability, and you want an agent-assisted editor where every AI-driven change lands as a real, inspectable timeline edit rather than a black-box render. It is under active development with a steady release and installer cadence, so treat it as usable today rather than experimental. Just budget for external AI API costs since nothing is bundled, and read the AGPL-3.0 terms carefully before wrapping it in a commercial, hosted offering.

Pros & Cons

Pros

  • Keeps an editable project (real timeline, clips, transitions) instead of an immutable rendered video - a real architectural difference from one-shot AI video tools
  • Finished desktop app with signed installers for macOS, Windows and Linux, not just a script
  • MCP server lets coding agents (Codex, Claude Code) drive edits programmatically, on top of its own conversational agent

Cons

  • AGPL-3.0: strong copyleft, meaning a hosted/SaaS fork must generally release its source too - check this before building a commercial service on top
  • AI generation features (images, speech, music) depend on external provider API keys (OpenAI, Anthropic, Gemini, Fal.ai) - not a fully self-contained local pipeline
  • No performance or quality benchmarks published - claims are architectural, not measured

License

AGPL-3.0 (OSI-open)

When it is interesting

Teams that want AI-assisted video editing but need the result to stay a fully editable project, not a rendered dead end.

When it is too early

Anyone building a hosted product on top, given the AGPL-3.0 copyleft terms.

This repo featured in the 2026-09 edition of the Open-Source AI Radar.