VEED releases OpenEdit, an open source video editor for coding agents
By Steven Van ·
The Apache-2.0 tool installs with one command and lets Claude Code, Codex or Gemini CLI caption and render video locally on Apple Silicon Macs.
VEED just made a move few subscription software companies would dare. On August 4, the team behind the popular browser editor VEED released OpenEdit, an open source agentic video editor that lives inside your coding agent instead of a browser tab. Install it with a single command, npx skills add veedstudio/open-edit, and agents like Claude Code, Codex, and Gemini CLI can transcribe your footage, design caption styles, and render finished MP4s on your own machine. VEED is pitching it as \"the video editor you own, not rent,\" and the launch tweet leaned into the open source ethos by offering to DM the source code to anyone who replied.
One command turns your coding agent into a video editor
OpenEdit is not an app you open. It is a pipeline your AI agent drives. You point your agent at a video and say something like \"add subtitles to this clip.\" The agent transcribes the audio, designs a caption style in HTML and CSS to match the footage, renders the result locally in about one to three minutes, and hands back a finished MP4 with a preview. From there you iterate in plain language: \"darken that yellow,\" \"move the text up,\" \"make it feel more like my brand.\" No timeline, no keyframes, no export queue.
Beyond captions, the pipeline can cut and reframe footage, layer motion graphics and charts, turn slides or web pages into video, and pull in outside video or image generation services when a job calls for them. VEED says v1 prioritizes captions, with motion graphics and branded styling functional but less polished for now.
What \"skills\" means, and why it matters
The install command uses npx skills add, which drops agent skill files into your environment. Skills are instruction files that teach a coding agent how to use a tool, the same pattern Anthropic popularized for Claude. OpenEdit ships skill files for Claude Code, Codex, and Gemini, and loads its guidance from an AGENTS.md file, so the same system works across platforms without vendor lock-in. In practice, that means the video editor becomes a capability your agent simply knows how to use, alongside whatever MCP servers and APIs you already have connected.
The license split: open editor, protected renderer
The fine print is worth understanding. The OpenEdit editor itself is Apache-2.0, fully open source. The rendering engine, which VEED calls VEED Engine, ships as closed source binaries under PolyForm Shield 1.0.0. That license lets you make and sell videos commercially without paying VEED anything, but it stops competitors from building a rival product on top of the renderer. If the closed renderer bothers you, composition is decoupled from rendering, so you can swap in Chrome-based rendering instead. VEED claims its custom HTML-to-video engine is up to 2.2x faster than Chrome-driven renderers in internal benchmarks.
Transcription is similarly flexible. The default uses VEED's transcription service, which requires a free veed.io account and uploads only the audio, not your video. Prefer to stay fully local? Swap in WhisperX or any custom provider, since all three output identical JSON with per-word timings.
What creators should know before installing
OpenEdit is in beta, and the current build runs only on Apple Silicon Macs on macOS 26, with Windows and Linux support planned. There is no subscription and no paywall. It also slots neatly next to VEED's existing MCP server, which handles text-to-video generation with the company's Fabric model: the MCP creates new footage, OpenEdit edits footage you already have.
The bigger story is the direction of travel. Caption burning is one of the most repetitive jobs in a creator's workflow, and VEED just handed it to agents that can style, render, and revise entirely from a chat prompt. If your workflow already runs through Claude Code or a similar agent, this is one of the first serious signs that video editing is becoming something you delegate rather than do.
Sources: @veedstudio announcement, OpenEdit on GitHub, VEED: Introducing OpenEdit
