Skip to content

An electron.js based desktop app that helps you to record your computer’s screen.

Notifications You must be signed in to change notification settings

ishandeveloper/Recordify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



🎥 Recordify !

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.

Features

  • Capture Screencasts
  • Capture with/without Mouse Cursor
  • Capture Specific Screens or Windows

Setup

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

Development

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
To install the dependencies, simply write
yarn install
To run the app, simply write
yarn start

Learn More

You can learn more in the electron.js documentation.

Made with ♥ by ishandeveloper

forthebadge