
OpenCut
Free open-source video editor for web, desktop, and mobile with timeline editing, multi-track support, real-time preview, and local-first privacy.

OpenCut is a community-driven, open-source video editor that implements timeline-based, multi-track editing for short- and long-form videos. It targets web, desktop, and mobile platforms and emphasizes privacy by keeping media processing local and avoiding watermarks or subscriptions.
Key Features
- Timeline-based editing with multi-track video and audio support for assembling and trimming clips
- Real-time preview of edits inside the editor (playback / scrubbing support)
- No watermarks, no subscription gating—feature set aimed to remain free and open-source under an MIT license
- Local-first privacy model: projects and media are intended to remain on-device rather than being uploaded to third-party servers
- Web-first architecture with a Next.js + React + TypeScript web application; repository uses a monorepo structure and includes tooling for local database and caching services
- Support for running with containerized services (Docker / Docker Compose) and a developer workflow using Bun/Node tooling
Use Cases
- Independent creators and social-media editors who need a privacy-respecting, timeline-based editor without paywalls or watermarks
- Teams or contributors who want to extend or customize an open-source editor (plugins, UX improvements, export/rendering backends)
- Developers testing or embedding an editor in workflows where local processing and data control are required
Limitations and Considerations
- Project is early-stage (alpha/beta at times cited): many advanced features (rich effects, transitions, full audio toolset, polished export workflows) are noted on the roadmap as in progress or planned
- Running a full development instance can require additional setup (Bun or Node.js, Docker/Docker Compose, Postgres and Redis) for database and caching services
- Some areas (preview panel features, certain export paths) have been flagged by maintainers as under active refactor and may be unstable or incomplete
OpenCut is positioned as a practical, privacy-focused alternative to paywalled consumer editors. It is community-built and actively developed; contributors can follow the repository and roadmap to see current priorities and open tasks.

