FreeCut is a professional-grade video editor that runs entirely in your browser. Multi-track editing, keyframe animations, real-time preview, and high-quality exports — no uploads, everything runs locally.
- Multi-track timeline with video, audio, text, image, and shape tracks
- CSS filter effects, glitch effects, canvas effects, overlay effects
- Keyframe animation with Bezier curve editor and easing functions
- Transitions — fade, wipe, slide, 3D flip, clock wipe, iris
- In-browser export via WebCodecs (MP4, MOV, WebM, MKV, MP3, AAC, WAV)
- Codecs: H.264, H.265, VP8, VP9, ProRes
- Click Install to clone the repository and install dependencies
- Click Start to launch the dev server
- The Web UI opens automatically in your browser
- Import media by dragging files into the media library
- Edit on the multi-track timeline, add effects and transitions
- Export directly from the browser
Chrome 102+ required (uses WebCodecs, OPFS, File System Access API).
// FreeCut runs entirely client-side — no server API.
// All editing and export happens in the browser via WebCodecs.
// Projects are stored locally in IndexedDB / OPFS.# No server-side API — FreeCut is a fully client-side application.
# Interact with it through the browser UI.# No REST API — FreeCut processes everything in-browser.
# Open the web UI to use the editor.- FreeCut by walterlow
- MIT License