- A screen recorder made with electron which captures both screen video and microphone audio. This project was mostly inspired from the Youtube video by fireship.io
- Download and use the app from Releases section, for your respective Operating Systems.
- Install from Source code after cloning/downloading the zip:
npm install --save-dev
npm start
- Build for your own system with:
npm run make
- Then Use the application packed by
electron-forge
under releases directory.