OpenShot 4.0 shipped on August 30, 2026 — the open-source video editor’s biggest release yet — and it hit #1 on Hacker News with 437 points the following morning. Creator Jonathan Thomas built this release around three headline changes: a complete Qt5-to-Qt6 migration that kills years of Wayland crashes, a built-in multi-source recording dock, and local AI object masking via ONNX that runs entirely on your machine — no subscription, no cloud upload, no footage leaving your desk.
The Qt6 Migration: Long Overdue, Now Done
Qt5 hit end-of-life in 2025, and the longer OpenShot stayed on it, the worse the situation got. Version 4.0 completes the move to Qt6/PySide6 and removes the web-based timeline backend — WebKit/WebEngine — entirely. That backend was responsible for persistent instability, particularly on Wayland, where the web renderer’s interaction with compositor protocols was a known pain point. The OMG Ubuntu reviewer who has covered OpenShot for years noted this is “the first version of OpenShot that hasn’t crashed during testing.” That says more than any changelog entry.
The native Qt timeline delivers measurable gains: blur processing is 61.8% faster, sharpen 12.8% faster, and general timeline rendering improved 3.4–5.1%. A Qt API abstraction layer was added to help contributors and plugin authors transition from PyQt5 to PySide6 without immediate breakage. The underlying C++ libraries — libopenshot and libopenshot-audio — both reached 1.0.0 stable with this release, signaling a stable embedding API for developers building video tools on top of OpenShot’s core.
Local AI That Actually Stays Local
The new Object Mask effect uses EfficientSAM and YOLO models via ONNX Runtime to isolate and track subjects throughout a clip. Mark a subject in one frame, and OpenShot propagates the mask automatically. Object Detection uses YOLOv5 with a model picker. All of it runs on your hardware — no account required, no footage transmitted, no metered API calls.
This is the right model for AI in tools that handle private video. Contrast it with most commercial AI editing features, which route footage through vendor infrastructure and lock capabilities behind subscriptions. OpenShot’s implementation proves you can ship genuinely useful AI features in open-source software without the cloud dependency — models download once, run locally via OpenCV 4.13.0 with ONNX validation, and stay in your control. ComfyUI audio workflows (denoise, voice enhancement, upscaling, repair) follow the same pattern: powerful, but requiring a separate ComfyUI installation to activate.
Record Everything, Edit Each Source Separately
The new Recording View captures screen regions, webcam, microphone, and system audio simultaneously. Each source saves as its own clip on the timeline — meaning you can edit the screen recording independently from the voice track, or cut the webcam without touching the system audio. On Linux, Wayland desktop capture uses PipeWire. macOS uses AVFoundation. Windows adds region selection for targeted screen capture. The clips appear on the timeline during recording, so you can monitor what you’re capturing in real time.
For most screencast and tutorial workflows, this eliminates OBS as a required dependency. It’s not an OBS replacement for live streaming or complex multi-scene setups — but for recording a walkthrough and editing it immediately after, OpenShot now handles the full loop. That’s a genuine quality-of-life improvement for developers who document their work and don’t want to manage two separate tool configurations.
Color Grading Now Included
Color grading was OpenShot’s most visible gap compared to DaVinci Resolve and even Kdenlive. Version 4.0 adds a dedicated Color View with wheels (Lift/Gamma/Gain), editable curves, LUT support, and live professional video scopes: vectorscope, histogram, RGB Parade, and Luma Waveform. Quick presets — Auto Contrast, Lift Shadows, Warm Up, Boost Color — provide starting points that remain adjustable rather than destructive. New effects round it out: Shadow, Glow, Displacement Map, Film Grain (35mm/16mm/Super 8 presets), and Beat Sync for rhythm-matched animations.
Key Takeaways
- OpenShot 4.0 dropped August 30 and immediately trended #1 on Hacker News — strong signal of open-source tooling interest
- The Qt5→Qt6 migration is complete: Wayland instability fixed, WebEngine removed, and the underlying libraries hit 1.0.0 stable for embedding use
- Local AI masking (EfficientSAM, YOLO) runs entirely offline via ONNX — no subscription, no cloud — setting the right template for AI in privacy-sensitive tools
- Multi-source recording with independently editable clips covers most screencast workflows without OBS
- Download from the v4.0.0 GitHub release; ONNX models are downloaded separately on first AI feature use; check Phoronix’s coverage for platform-specific notes













