OpenCut clones CapCut, hits 45.8k GitHub stars

OpenCut, a fully open‑source video editor, just surpassed 45.8k stars on GitHub, offering zero watermarks, no subscription fees, and local‑only processing — all under an MIT license. The project was announced in a tweet by the creator group who were frustrated with CapCut.

What OpenCut actually provides

The repo ships a command‑line tool and a minimal GUI that can trim, splice, and apply basic filters to video files. Because all processing stays on the device, there’s no risk of uploading raw footage to a cloud service. The codebase is written in Rust and FFmpeg bindings, which keeps the binary size modest.

How it compares to CapCut

CapCut’s free tier inserts a watermark and locks premium effects behind a subscription. OpenCut removes those constraints entirely, but it also lacks many of CapCut’s AI‑powered features like auto‑captioning and background removal. For teams that need a quick, privacy‑first edit, OpenCut is a solid drop‑in; for creators who rely on advanced effects, the gap is still noticeable.

Trade‑offs and cautionary points

The project is community‑driven, so release cadence and issue response can be uneven. Performance on low‑end laptops is acceptable, but the GUI is rudimentary and may feel spartan compared to polished mobile apps. Additionally, because the binary bundles FFmpeg, you inherit its licensing quirks when redistributing.

When to try it

If your startup processes user‑generated video on‑premises and wants to avoid recurring SaaS costs, spin up a test build of OpenCut on a staging server and run a few typical edit pipelines. Watch for any missing codec support and measure CPU usage before adopting it in production.