OpenCut-app / OpenCut
OpenCut-app / OpenCut
OpenCut: A free and open source video editor for web, desktop, and mobile. OpenCut:一款适用于网页、桌面和移动端的免费开源视频编辑器。
Status: OpenCut is being rewritten from the ground up. 状态:OpenCut 目前正在进行彻底的重构。
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
即将推出的功能:
- 编辑器 API
- 一流的第三方插件支持(得益于“插件优先”的架构)
- 基于同一代码库(Rust 核心)支持桌面、移动端和浏览器
- MCP 服务器(用于 AI 代理)
- 无头模式(自动化、批量渲染)
- 编辑器内置脚本选项卡
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.
你仍然可以在 opencut-app/opencut-classic 找到旧版本,这也是目前可用的版本。opencut.app 目前运行的仍是经典版本。重构版本将在 new.opencut.app 上运行,直到它准备好正式接替旧版。
Development
Install proto if you haven’t already:
bash <(curl -fsSL https://moonrepo.dev/install/proto.sh)
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
开发
如果你尚未安装 proto,请先安装:
bash <(curl -fsSL https://moonrepo.dev/install/proto.sh)
在仓库根目录下运行:
proto use # 安装 .prototools 中指定的工具
moon run web:dev # localhost:5173
moon run api:dev # localhost:8787
moon run desktop:dev # 详见 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. 贡献:由于架构尚在设计阶段,我们目前暂不接受外部贡献。如果你想关注项目进展、提出问题或进行交流,欢迎加入 Discord 或提交 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. 赞助商:OpenCut 得到了支持开源创作者工具的公司的资助。fal.ai:集生成式图像、视频和音频模型于一体。想让你的 Logo 出现在这里吗?请通过 sponsor@opencut.app 联系我们。
License: MIT 许可证:MIT