AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

OpenCut-app/OpenCut

87,133+1,040 todayTypeScript

An open-source CapCut alternative video editor is being rebuilt from scratch as a plugin-friendly, multi-platform tool

OpenCut is a free, open-source video editor meant to be an alternative to CapCut. The project has 87,133 GitHub stars and is currently undergoing a full rewrite to support web, desktop, and mobile from one codebase. During this rewrite, outside code contributions are paused, but the older 'classic' version is still usable today.

What it does

  1. What: OpenCut is a free and open source video editor for web, desktop, and mobile, positioned as an alternative to the popular app CapCut.
  2. How: The team is rewriting the entire project from the ground up using a Rust core so the same codebase can power web, desktop, and mobile versions, with a plugin-first architecture, an Editor API, and even an MCP server for AI agents.
  3. Result: The new rewritten version will live at new.opencut.app once ready, while the current working version (opencut-classic) remains available at opencut.app; the project uses tools like proto and moon for local development.
  4. Status: External contributions are not accepted yet since the architecture is still being designed, but people can follow progress via Discord or GitHub issues.
  5. Support: The project is sponsored by fal.ai, a generative AI media platform, with the project licensed under MIT.

Why it matters

For creators and developers looking for a free, self-hostable alternative to commercial video editors like CapCut, OpenCut's move to a plugin-based, cross-platform architecture with AI-agent support (via MCP) signals a more extensible and automatable editing tool. Its large community (87k+ stars) also makes it a notable open-source project to watch in the creator-tools space.

Terms in this repo

  • MCP server · AI 에이전트가 외부 도구나 앱을 표준화된 방식으로 제어할 수 있게 해주는 서버 방식(Model Context Protocol)
  • Headless mode · 화면 없이 명령어나 자동화로만 프로그램을 실행하는 방식, 여기선 자동 렌더링 등에 사용
  • Plugin-first architecture · 처음부터 외부 플러그인 확장을 염두에 두고 설계된 소프트웨어 구조
  • Rust core · 여러 플랫폼에서 공통으로 쓰이는 핵심 로직을 Rust 언어로 작성한 부분

Repository description (English)

The open-source CapCut alternative

Open on GitHub

Trending repos

All repos →

Latest from METAL LAB