Recordify is an ⚛️ electron.js based desktop app helps you to record your computer’s screen or audio. With only a few simple tools you can decide which windows of your computer are captured and converted.
- Capture Screencasts
- Capture with/without Mouse Cursor
- Capture Specific Screens or Windows
You can either download the executable file (.exe) for your desktop or clone this repostiory and run yarn run make
to generate a build package for your machine.
Download The Windows Executable (.exe) package
Make sure you have Node.js installed (node@^6.5.0 or higher is recommended).
- Clone the repo to your machine (or fork it to your github account then clone from there)
git clone git@github.com:ishandeveloper/Recordify.git
cd Recordify
yarn install
yarn start
You can learn more in the electron.js documentation.