Discover and explore top open-source AI tools and projects—updated daily.
walterlowProfessional video editing in your browser
Top 34.4% on SourcePulse
FreeCut offers professional-grade video editing capabilities entirely within a web browser, eliminating the need for local software installation or file uploads. It targets users who require advanced editing features without the overhead of traditional desktop applications, providing a powerful, accessible, and privacy-focused video creation tool.
How It Works
This project leverages cutting-edge browser APIs, including WebGPU for hardware-accelerated visual effects and compositing, WebCodecs for efficient video encoding/decoding during export, and OPFS (Origin Private File System) along with the File System Access API for local media storage and manipulation. This client-side architecture ensures all processing occurs within the user's browser, enhancing privacy and reducing server load.
Quick Start & Requirements
cd into the directory, run npm install, and then npm run dev. Access the editor at http://localhost:5173.brave://flags/#file-system-access-api.freecut.net.Highlighted Details
Maintenance & Community
The project explicitly states it is "not open contribution — pull requests are not accepted at this time." Bug reports should be filed as issues, and feature suggestions can be made via discussions on the GitHub repository.
Licensing & Compatibility
The project is licensed under the MIT license. This permissive license generally allows for commercial use and integration into closed-source projects without significant restrictions.
Limitations & Caveats
Browser compatibility is a key limitation, requiring specific support for WebGPU, WebCodecs, OPFS, and the File System Access API, primarily found in recent Chrome versions. The restriction on accepting pull requests limits external contributions to bug fixes and feature development.
1 day ago
Inactive
harry0703