Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Categories
  • Tag
  • Advertise
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Alternatives
  • Claude Code
  • Jira
  • Notion
  • Slack
  • Linear
  • Wispr Flow
  • All alternatives
Copyright © 2026 All Rights Reserved.
Home/Categories/Design & Creative/Concat
icon of Concat

Concat

Open source alternative to CapCut and Wondershare Filmora

Edit video locally on Windows, macOS, or Linux with no watermarks, no account, and no subscription. An AGPL-3.0 CapCut alternative built in Rust.

2.2K starsRustAGPL-3.0Active this week
Visit websiteGitHub repoDeployDeploy on Hostinger
Contents
  1. 01Who Concat is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05Concat vs alternatives
  6. 06Tech stack
  7. 07FAQ
  8. 08Similar open-source tools
TL;DR

Concat is an open source video editor built in Rust that replaces CapCut for creators who want no watermarks, no subscriptions, and full offline operation. Every feature, including auto-captions via whisper-cpp and local text-to-speech, runs on your machine with nothing sent to a remote server. AGPL-3.0 licensed, available on Windows, macOS, and Linux. Best for content creators and video hobbyists who want the CapCut experience at zero cost.AGPL-3.0 · Rust · 2.2K stars · Active this week

who it's for

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

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 Concat solves it

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 · trade-offs

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.
versus alternatives

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.

FeatureConcatCapCut
LicenseAGPL-3.0Proprietary
PriceFreeFree tier; $9.99-$19.99/month for Pro
WatermarksNoneOn Pro asset exports
4K exportYesPaid only
Auto-captionsOn-device via whisper-cppCloud AI
Offline operationFully offlineCloud-dependent for best features
Data termsNothing sent anywhereByteDance perpetual licence on uploads
Effects libraryA few dozenThousands
Export formatsH.264 MP4Multiple codecs
StabilityBeta 0.2.xProduction

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.

FeatureConcatFilmora
LicenseAGPL-3.0Proprietary
PriceFreeAnnual or perpetual license
WatermarksNonePresent on free-tier exports
Export formatsH.264 MP4MP4, MOV, AVI, and more
Source availableYesNo
AI featuresLocal captions and TTSCloud-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.

tech stack · detected from GitHub

What it's built on#

Languages
PythonRust
Tooling
FFmpeg
frequently asked

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.

also worth a look

Similar open-source tools#

WolfCut

WolfCut

Watermark-free CapCut alternative for desktop video editing

2.5KRustAGPL-3.0
OpenCut

OpenCut

Open source video editing in your browser, free forever

89.2KTypeScriptMIT
God's Eye View

God's Eye View

Real-time global intelligence on a 3D globe

36.2KJavaScriptMIT with third-party data restrictions
inspo

inspo

Real production sites as design reference for AI coding agents

277TypeScriptMIT
modly

modly

Generate 3D models from images or prompts, entirely offline

7.6KTypeScriptMIT with attribution requirement
bg0

bg0

Background removal that runs in your browser, never uploads

57TypeScriptApache-2.0

Repository

Stars
2.2K
Forks
196
License
AGPL-3.0
Latest
v0.2.2
Last commit
1 day ago
Last verified
Sep 16, 2026
Repo
jub0t/Concat ↗

Additional details

Language
Rust
Open issues
19
Contributors
8
First release
2026

Categories

Design & Creative

Tags

VideoSelf Hosted