Lightweight screen recorder running on the web that doesn't require any native installation
Please star if you like it, thank you!

- This app allows cross-platform screen recording without any installation
- Can Record screen, microphone and desktop audio simultaneously
- Can convert output to mp4 via ffmpeg with a single button press
Clone this repo, open public/index.html
in your browser then record your screen. That's it!
Simply run docker compose up -d
- For accessing the site through the internet, HTTPS/TLS is required
- The webserver implements some cors headers that are required for recording permission. Trying to acess the website using simple http server won't work