# OpenCut
**Repository Path**: cloud-aios/OpenCut
## Basic Information
- **Project Name**: OpenCut
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-12-03
- **Last Updated**: 2026-06-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
|
OpenCut
A free and open source video editor for web, desktop, and mobile.
|
[](https://discord.gg/zmR9N35cjK)
[](https://x.com/opencutapp)
[](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)