You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sneak peeks and early builds of the desktop/mobile app go to the Discord first.
FAQ:
Is OpenCut staying open source?
Yes. The source code for all platforms and the core engine will live inside this repo.
Why are you adding plugins? Will that not make it bloated?
The opposite. Plugins let us keep the editor light by default. You should be able to decide what's in your editor. Not us.
Will plugins also work in the mobile app?
Yes, plugins will work on all platforms including mobile.
What does the transition look like?
When the rewrite launches, it'll replace opencut.app. The old editor moves to old.opencut.app and you'll be able to carry your projects over there and continue editing in the old version.
Will I lose my projects?
No. I've been there. Never again.
Can I contribute?
We're still writing the architecture docs. Once those are out, you'll be able to contribute with a clear direction.
Is there a timeline on when it's coming out?
There isn't, but you will be able to watch us build it in the open.
What's coming:
One thing needs to change for all of the above to work: separating the engine from the UI:
flowchart TD Web --> Core Desktop --> Core Android --> Core iOS --> Core Core["Rust core (engine)"]Everything else uses the same engine:
flowchart TD MCP --> Core Headless --> Core Scripting --> Core Core["Rust core (engine)"]In addition to the new architecture:
Sneak peeks and early builds of the desktop/mobile app go to the Discord first.
FAQ:
Is OpenCut staying open source?
Yes. The source code for all platforms and the core engine will live inside this repo.
Why are you adding plugins? Will that not make it bloated?
The opposite. Plugins let us keep the editor light by default. You should be able to decide what's in your editor. Not us.
Will plugins also work in the mobile app?
Yes, plugins will work on all platforms including mobile.
What does the transition look like?
When the rewrite launches, it'll replace opencut.app. The old editor moves to old.opencut.app and you'll be able to carry your projects over there and continue editing in the old version.
Will I lose my projects?
No. I've been there. Never again.
Can I contribute?
We're still writing the architecture docs. Once those are out, you'll be able to contribute with a clear direction.
Is there a timeline on when it's coming out?
There isn't, but you will be able to watch us build it in the open.
Progress