# OpenCut **Repository Path**: gitsharp/OpenCut ## Basic Information - **Project Name**: OpenCut - **Description**: MIT 协议开源、隐私优先的跨平台视频剪辑工具,是剪映(CapCut)开源平替方案,界面操作逻辑高度贴近剪映,所有素材、剪辑工程全程本地设备处理,不上传任何云端服务器,无会员订阅、导出无水印,支持网页、桌面、移动端多端使用,同时内置MCP 服务端,可对接 AI 智能体实现自动化视频剪辑任务。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://mp.weixin.qq.com/s/daJ1hEOm5jn_2TQKrHYiqQ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-16 - **Last Updated**: 2026-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
OpenCut Logo

OpenCut

A free and open source video editor for web, desktop, and mobile.

[![Discord](https://img.shields.io/discord/1386309140057690133?label=Discord&logo=discord&logoColor=fff&color=5865F2&style=flat)](https://discord.gg/zmR9N35cjK) [![X](https://img.shields.io/badge/follow-%40opencutapp-000?logo=x&logoColor=fff&style=flat)](https://x.com/opencutapp) [![License: MIT](https://img.shields.io/badge/license-MIT-green?style=flat)](LICENSE) ## 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](https://github.com/opencut-app/opencut-classic), which is the one to reach for today. [opencut.app](https://opencut.app) still runs the classic version; the rewrite will live at [new.opencut.app](https://new.opencut.app) until it's ready to take over. ## Development Install [proto](https://moonrepo.dev/proto) if you haven't already: ```sh bash <(curl -fsSL https://moonrepo.dev/install/proto.sh) ``` From the repo root: ```sh proto use # installs bun + moon at the versions pinned in .prototools bun install ``` ```sh moon run web:dev # localhost:5173 moon run api:dev # localhost:8787 ``` ## 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](https://discord.gg/zmR9N35cjK) or [open an issue](https://github.com/opencut-app/opencut/issues). ## Sponsors OpenCut is supported by companies that believe in open source creator tools. - [**fal.ai**](https://fal.ai?utm_source=github-opencut&utm_campaign=oss): Generative image, video, and audio models all in one place. Want your logo here? Reach out at [sponsor@opencut.app](mailto:sponsor@opencut.app). ## License [MIT](LICENSE)