WolfCut: A Free, Open-Source CapCut Replacement That Runs Entirely on Your Machine
Watch on TikTok
WolfCut is a native desktop video editor positioned as a free, open-source CapCut replacement: no watermarks, no subscriptions, no account, and no cloud upload. The video is a screen recording of the project's GitHub README (jub0t/wolfcut), which shows a Rust engine paired with a React + Tauri interface, a dark multi-track editing UI, and an alpha release you can download for Windows, macOS, or Linux.
What WolfCut Is
WolfCut targets the exact pain points that push people away from CapCut: watermarks on exports, paywalled features, subscription pricing, and mandatory accounts. The README shown in the video states it plainly: "WolfCut is everything you use CapCut for, without the watermarks, paywalls, or subscriptions." Everything runs locally, so your footage never leaves your machine.
The project is licensed under MPL-2.0 and sits at version 0.1.0, so this is an early alpha, not a finished product.
Feature Highlights
The README lists six highlights, all visible on screen in the video:
- Multi-track timeline
- Free voice filters
- Free local auto-captions (transcription)
- Save and re-use templates
- No watermarks, ever
- Cross-platform
The screenshot in the README shows a dark-themed editor with a media bin, preview window with caption overlays, effects and filters panels, and a multi-track timeline with video and audio waveform tracks.
Technical Architecture
| Component | Choice |
|---|---|
| Engine | Rust (native, runs locally) |
| UI | React + Tauri |
| Bundled tools | FFmpeg included, no separate install |
| License | MPL-2.0 |
| Version | 0.1.0 (alpha, pre-release) |
The Rust engine handles the heavy processing while the React interface handles editing. Bundling FFmpeg matters more than it sounds: most open-source editors make you install and configure FFmpeg yourself, which is where many non-technical users give up. WolfCut installs and works immediately.
Platform Support and Availability
The README's "Get started" section says the project is currently in alpha (pre-release), with downloads available from the GitHub Releases page. Platform status as shown:
- Windows: tested
- macOS: tested
- Linux: supported
One side note visible in the video: the repo's growth chart displays a "GitHub restricted access to star data" notice, so star counts were unavailable at recording time.
Why It Matters
Local-first editing solves two problems at once. Privacy is the obvious one, since nothing uploads to a cloud service. The second is cost creep: CapCut has been moving features like auto-captions behind its Pro tier, while WolfCut offers captions and voice filters free because they run on your own hardware. The tradeoff is maturity. At version 0.1.0 you should expect bugs and missing features, and the template and effects libraries will not match what ByteDance ships. For simple cuts, captions, and multi-track work, it covers the core loop.
Key Takeaways
- WolfCut is a free, open-source, native desktop alternative to CapCut with no watermarks, subscriptions, or account requirement.
- It runs a Rust engine locally with a React + Tauri UI, so footage never uploads to the cloud.
- Auto-captions and voice filters are free because they run on your machine, features CapCut gates behind paid tiers.
- FFmpeg comes bundled, so installation requires no extra setup.
- It supports Windows, macOS, and Linux, with Windows and macOS marked as tested.
- The project is at version 0.1.0 alpha, so treat it as promising but early.
Resources
- jub0t/wolfcut on GitHub -- the WolfCut repository shown in the video, with downloads on the Releases page
- CapCut -- the commercial editor WolfCut positions itself against
- FFmpeg -- the media processing toolkit WolfCut bundles
Published August 29, 2026. Writeup generated from a favorited TikTok.