2026-04-26 20:51:32 +02:00
<table width="100%">
<tr>
<td align="left" width="120">
2026-05-27 00:30:10 +02:00
<img src="https://assets.opencut.app/branding/symbol.svg" alt="OpenCut Logo" width="100" />
2026-04-26 20:51:32 +02:00
</td>
<td align="right">
<h1>OpenCut</h1>
2026-05-27 00:30:10 +02:00
<h3 style="margin-top: -10px;">A free and open source video editor for web, desktop, and mobile.</h3>
2026-04-26 20:51:32 +02:00
</td>
</tr>
</table>
2026-04-26 20:44:07 +02:00
2026-05-27 00:30:10 +02:00
[](https://discord.gg/zmR9N35cjK)
[](https://x.com/opencutapp)
[](LICENSE)
2026-04-26 20:44:07 +02:00
2026-05-27 00:30:10 +02:00
## Status
2026-04-26 20:44:07 +02:00
2026-05-27 00:30:10 +02:00
**OpenCut is being rewritten from the ground up.** What's coming:
2026-04-26 20:44:07 +02:00
2026-05-27 22:29:47 +02:00
- An Editor API
2026-05-27 00:30:10 +02:00
- First-class third party plugins (made possible by a plugin-first architecture)
- Desktop, mobile, and browser from one codebase (Rust core)
2026-05-27 22:29:47 +02:00
- MCP server (for AI agents)
- Headless mode (automation, batch rendering)
2026-05-27 00:30:10 +02:00
- A scripting tab directly in the editor
2026-04-26 20:44:07 +02:00
2026-07-10 19:57:05 +00:00
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.
2026-04-26 20:44:07 +02:00
2026-06-15 00:01:28 +02:00
## 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
2026-07-10 19:57:05 +00:00
proto use # installs the tools pinned in .prototools
2026-06-15 00:01:28 +02:00
```
```sh
2026-07-10 19:57:05 +00:00
moon run web:dev # localhost:5173
moon run api:dev # localhost:8787
moon run desktop:dev # see apps/desktop/README.md
2026-06-15 00:01:28 +02:00
```
2026-04-26 20:44:07 +02:00
## Contributing
2026-05-27 00:30:10 +02:00
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 ).
2026-04-26 20:44:07 +02:00
2026-05-27 22:29:47 +02:00
## 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 ).
2026-04-26 20:44:07 +02:00
## License
2026-05-27 22:34:49 +02:00
[MIT ](LICENSE )