Open-Source Pireel Lets AI Agents Edit Videos Directly in Your Browser

Pireel is an open-source, browser-based AI video editor for talking-head content that any AI agent can drive over MCP.

·
·
Open-Source Pireel Lets AI Agents Edit Videos Directly in Your BrowserPRO
Read1 min
TypeRepo
  • Pireel is an open-source AI video editor pitched as a CapCut and ChatCut alternative.
  • Editing, preview, and export all run in-browser using WebCodecs, with drafts in localStorage and video in OPFS.
  • Designed to be driven by AI agents like Claude Code over MCP via a plugin.
  • Targets talking heads, long-to-short, vlogs, product demos, and commerce clips at up to 4K60.
  • Generation providers (transcription, composition, media) are bring-your-own through StudioProviders contracts.
  • Licensed AGPL-3.0, TypeScript pnpm workspace, hosted version at pireel.com.

Pireel is a new open-source video editor designed to run entirely in the browser and be controlled by an AI agent through the Model Context Protocol. The repo has climbed past a thousand stars and ships actual editor packages, not a demo shell.

Drop a video onto the canvas and everything else, editing, storyboarding, kinetic captions, themes, timeline, preview, and export, runs locally. Drafts persist in localStorage and video bytes live in OPFS. No account, no server, no upload step.

WebCodecs does the heavy lifting

The key engineering decision is committing to WebCodecs for export. The final render happens client-side on Chromium, which sidesteps the FFmpeg-on-a-server pipeline most AI video tools rely on. The fully-local feature set includes:

  • Editing across a talking-head track, blocks, captions, timeline, and live preview, all client-side
  • WYSIWYG export on WebCodecs (Chromium only)
  • A full catalog of frame themes from the studio-frames package
  • A disk-backed dev route at /local-assets that stores content-addressed files as a local counterpart to the hosted upload provider

Pro article

This story is for Pro members

You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.

Trending
  • No trending articles

Comments

avatar

Next Reads