OpenCut-app / OpenCut
The open-source CapCut alternative
description README.md
|
|
OpenCutA free and open source video editor for web, desktop, and mobile. |
Status
OpenCut is being rewritten from the ground up. What's coming:
- An Editor API
- First-class third party plugins (made possible by a plugin-first architecture)
- Desktop, mobile, and browser from one codebase (Rust core)
- MCP server (for AI agents)
- Headless mode (automation, batch rendering)
- A scripting tab directly in the editor
You can still find the previous version at opencut-app/opencut-classic, which is the one to reach for today. opencut.app still runs the classic version. The rewrite will live at new.opencut.app until it's ready to take over.
Development
Install proto if you haven't already:
Linux, macOS, WSL:
bash <(curl -fsSL https://moonrepo.dev/install/proto.sh)
Windows (PowerShell):
irm https://moonrepo.dev/install/proto.ps1 | iex
If shims fail to run, allow local scripts for your user:
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
From the repo root:
proto use # installs the tools pinned in .prototools
moon run web:dev # localhost:5173
moon run api:dev # localhost:8787
moon run desktop:dev # see apps/desktop/README.md
Contributing
We're not set up to take outside contributions yet while the architecture is being designed. If you want to follow along, ask questions, or just hang out, join the Discord or open an issue.
Sponsors
OpenCut is supported by companies that believe in open source creator tools.
- fal.ai: Generative image, video, and audio models all in one place.
Want your logo here? Reach out at sponsor@opencut.app.
License
More in Uncategorized

openclaw / openclaw
OpenClaw is an open-source personal AI assistant that runs on your own devices and connects to the communication platforms you already use. It provides a fast, always-available assistant that can respond, listen, speak, and perform tasks across desktop and mobile devices.

obra / superpowers
An agentic skills framework & software development methodology that works.

affaan-m / everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

mattpocock / skills
Created by renowned TypeScript educator Matt Pocock, Skills is a collection of practical, reusable workflows for AI coding agents such as Claude Code and Codex. The skills help developers plan, test, debug, and build real-world software while keeping control of the engineering process