Rendr is in active development and is currently very unstable.
Rendr is a free and open source web-based video editor good for beginners and less capable hardware.
It not only looks good but also features GPU-accelerated timeline previewing through WebGL and easily manages to not drop any frames even on older hardware. This is not very common among desktop video editors, including Davinci Resolve (free version), Kdenlive, and others.
Rendr does not have a domain yet (but I will get one before a stable release). You can preview alpha builds at https://tgranz.github.io/rendr/
- Clone the code.
git clone https://github.com/tgranz/rendr.git - Set up Node + dependencies.
npm install - Run
npm run devand open a browser to http://localhost:5173 to view.
