Who Concat is for#
Content creators leaving CapCut's paid tier
Concat covers the same core workflow: timeline editing, auto-captions, TTS voiceovers, voice filters, and templates. Creators bumping into the 1080p cap or the Pro asset watermark get the equivalent feature set at zero cost, with 4K export included.
Skip if:
Skip if you rely on CapCut's trending effect packs, AI reframe, or avatar generation. Concat's effects library is much smaller and those AI features are not yet available.
Privacy-focused creators and journalists
Footage that cannot be uploaded to a third-party server, including interviews and unreleased content, can be captioned, edited, and exported without leaving the local machine. Whisper-cpp handles speech recognition on-device with no account required.
Skip if:
Skip if you need cloud-based team collaboration or shared review workflows. Concat is a single-user desktop app with no remote access layer.
Developers building video tooling on AGPL source
The AGPL-3.0 license and Rust codebase make Concat forkable for custom tooling. Portable mode simplifies embedding the binary in scripted environments. The CONTRIBUTING.md covers setup, layout, and the checks to run before submitting changes.
Skip if:
Skip if you need programmatic headless control or a CLI video pipeline. Concat is a GUI application; a plugin API is planned but not yet released.
Budget editors on older or low-spec hardware
With a 4 GB RAM minimum and no GPU requirement, Concat runs on hardware that would struggle with streaming-dependent editors or heavy Electron apps. Basic timelines and auto-captioning work on hardware as old as a 2013 64-bit CPU.
Skip if:
Skip if you work regularly with 4K footage or need the larger whisper caption models. The README recommends 16 GB RAM for smooth 4K timelines.
The problem it solves#
CapCut and Wondershare Filmora are the dominant video editors for content creators, but both impose costs that compound over time. CapCut watermarks any export that draws on Pro assets, caps free exports at 1080p, and gates 4K and cloud AI tools behind subscriptions starting at $9.99 per month. Its terms grant ByteDance a perpetual license to footage processed through cloud features. Filmora adds its own watermark to free-tier exports and charges an annual or perpetual fee for the full desktop app.
Neither tool is open source. Both tie your workflow to their pricing decisions and update schedules. Creators who need auto-captions, multi-track editing, and clean exports without uploading footage to a third-party server have no mainstream option that runs entirely offline at no cost.
How it solves it#
Offline auto-captions via whisper-cpp
Generates subtitles from audio entirely on-device using whisper-cpp. Model sizes range from 78 MB to 488 MB depending on accuracy; you choose the size in the settings panel. After the initial download, captioning requires no network connection and sends no audio to a remote service.
Multi-track timeline editor
Supports multiple independent timelines per project. Each timeline carries video, audio, and overlay tracks. Core editing operations include split, trim, merge, speed control, and transitions, all running locally on the Rust-powered engine.
Local text-to-speech and voice filters
Generates voiceovers from text using on-device TTS models (132 MB or 349 MB). Voice filters let you clean up background noise or stylize recorded audio. Both features require no subscription, API key, or internet connection after the model downloads.
Portable mode with no system writes
Place a folder named `portable` beside the Concat executable on Windows or Linux and all settings, recent projects, and downloaded models stay inside that folder. Nothing is written to the user profile, making the tool safe to use on shared machines or carry on a USB drive.
Cross-platform native Rust app
Built in Rust with the Slint UI toolkit, Concat runs as a native desktop binary on Windows, macOS, and Linux. Native execution delivers frame-accurate playback without the performance ceiling of browser-based or Electron-based editors.
Templates for repeatable edits
Build an edit pattern once and save it as a template for reuse across projects. Useful for creators producing regular content where consistent structure across episodes, such as intro style, caption formatting, or outro sequence, reduces per-video editing time.
Strengths and trade-offs#
Strengths
- No watermarks on any exportEvery export from Concat is clean regardless of which features you used. CapCut stamps a watermark on exports that draw on Pro assets; Filmora adds one on the free tier. Concat applies no watermark under any condition, including 4K exports.
- Complete data privacy: nothing leaves your machineAuto-captions, TTS voiceovers, and person cutout all run on-device. CapCut's cloud features operate under terms granting ByteDance a perpetual license to uploaded footage. Concat writes nothing to a remote server at any stage of the editing workflow.
- Free for commercial and personal useAGPL-3.0 permits downloading, running, and using Concat for any personal or commercial video production without payment. There are no feature tiers, no per-seat charges, and no trial expiry. The only AGPL restriction is on distributing a modified version as a managed cloud service.
- Runs on minimal hardware with no GPU requiredMinimum requirements are a 64-bit CPU from 2013 or later and 4 GB of RAM; no GPU is required. The renderer falls back to CPU when no compatible GPU is present. This keeps Concat accessible on older or budget hardware where CapCut's cloud-gated AI tools would otherwise be the only option.
Trade-offs
- -Beta software: expect pre-release instabilityConcat is version 0.2.2 and self-described as pre-release. The project itself rates its stability as partial in the comparison table versus CapCut's production-ready status. Early-adopter bugs are expected; the project asks reporters to attach the run log from Settings › About.
- -H.264 MP4 is the only export formatConcat currently outputs H.264 MP4 only. CapCut supports multiple codecs and container formats; Filmora exports MP4, MOV, and AVI among others. Creators who need WebM, ProRes, or lossless output will require a separate transcoding step after exporting from Concat.
- -Smaller effects and template library than CapCutConcat ships a few dozen effects and templates. CapCut's library contains thousands of trending templates, sticker packs, and licensed effect presets. Creators whose workflow depends on CapCut-style trend-driven effects will find Concat's current selection sparse.
- -Mobile support is untestedAndroid and iOS builds compile but the README lists them as untested. Concat is a desktop-first tool. Creators who edit primarily on phones or tablets should use a mobile-native editor until Concat's mobile support reaches a tested state.
Concat vs alternatives#
Concat vs CapCut
Both tools target desktop video creators, but they sit on opposite ends of the privacy and pricing spectrum. CapCut is free until you hit Pro features (4K, cloud AI, advanced templates), then $9.99 to $19.99 per month. Concat is free, local, and AGPL-3.0.
| Feature | Concat | CapCut |
|---|---|---|
| License | AGPL-3.0 | Proprietary |
| Price | Free | Free tier; $9.99-$19.99/month for Pro |
| Watermarks | None | On Pro asset exports |
| 4K export | Yes | Paid only |
| Auto-captions | On-device via whisper-cpp | Cloud AI |
| Offline operation | Fully offline | Cloud-dependent for best features |
| Data terms | Nothing sent anywhere | ByteDance perpetual licence on uploads |
| Effects library | A few dozen | Thousands |
| Export formats | H.264 MP4 | Multiple codecs |
| Stability | Beta 0.2.x | Production |
Concat is the better choice when clean exports, 4K output, and on-device caption generation matter more than effects library depth. It is also the choice when footage privacy is a hard requirement: CapCut's terms grant ByteDance a perpetual licence to footage processed through cloud features. CapCut remains the stronger pick for creators who need trending effect packs, AI reframe, avatar generation, or mobile editing, where Concat's coverage is limited or untested.
Concat vs Wondershare Filmora
Filmora is a closed-source desktop video editor sold on annual or perpetual license terms. The free tier adds a watermark to exports. Concat has no license fee, no watermark, and no source restrictions.
| Feature | Concat | Filmora |
|---|---|---|
| License | AGPL-3.0 | Proprietary |
| Price | Free | Annual or perpetual license |
| Watermarks | None | Present on free-tier exports |
| Export formats | H.264 MP4 | MP4, MOV, AVI, and more |
| Source available | Yes | No |
| AI features | Local captions and TTS | Cloud-assisted AI tools |
Filmora suits creators who want a polished effects library, a broader range of export formats, and professional templates without a steep learning curve. It is more stable than Concat's current beta and has a larger template catalog. Concat suits creators who want zero cost, zero data collection, auditable source code, and fully offline AI tools. Filmora's annual license fee and watermark on the free tier are the trade-offs that drive price-sensitive creators toward alternatives like Concat.
What it's built on#
- Languages
- PythonRust
- Tooling
- FFmpeg
FAQ#
Is Concat free to use?
Yes. Concat is free to download and run with no subscription or feature locks. AGPL-3.0 permits personal and commercial video production at no cost. The only restriction is on distributing a modified version as a managed cloud service without sharing source changes.
Does Concat work without an internet connection?
Yes, entirely. Editing, auto-captions, TTS, and person cutout all run on-device. Optional AI models download once from the settings panel and then require no network connection. Concat does not upload footage or telemetry to any server.
What platforms does Concat support?
Concat runs on Windows, macOS, and Linux. Windows and Linux builds are portable archives that require no installer. On macOS, the binary is unsigned; run xattr -dr com.apple.quarantine /Applications/Concat.app before the first launch to allow the app to open.
Is Concat stable enough for everyday use?
Concat is version 0.2.2 and officially in beta. It is actively developed with over 2,200 GitHub stars since its August 2026 release, but the project warns that early-adopter bugs are expected. For deadline-critical work, keep a backup editor on hand.
How does Concat handle auto-captions compared to CapCut?
Concat generates captions on-device using whisper-cpp with no account or internet required. CapCut's caption feature processes audio through cloud AI under ByteDance's data terms. Concat's accuracy depends on the whisper model size you choose (78 MB to 488 MB); larger models match what most cloud caption tools produce.
Similar open-source tools#
WolfCut
Watermark-free CapCut alternative for desktop video editing
OpenCut
Open source video editing in your browser, free forever
God's Eye View
Real-time global intelligence on a 3D globe
inspo
Real production sites as design reference for AI coding agents
modly
Generate 3D models from images or prompts, entirely offline
bg0
Background removal that runs in your browser, never uploads

