A Free Simple Screen Recorder with annotation tools and webcam. Made with Electron.
🎥 Make unlimited recordings of your screen or any application window
✏️ Annotate by drawing anywhere on the screen, writing text, creating arrows, circles and rectangles
📼 WebM videos with no video length bug
🕒 Automatic timestap on file name (optional)
⏯️ Pause while recording
🎤 Microphone monitoring (optional)
📺 Floating window for video monitoring (optional)
📹 Floating window with your webcam image (optional)
- .webm (no video length bug 😁)
- .mp4
- .avi (soon)
Function | Windows / Linux | Mac |
---|---|---|
Start/Stop Annotation Tool | F8 | Cmd+Shift+1 |
Start Recording | F9 | Cmd+Shift+2 |
Pause/Resume Recording | F9 | Cmd+Shift+2 |
Stop Recording | F10 | Cmd+Option+2 |
Function | |
---|---|
Stop Microfone Monitoring | Click on the Microfone Monitor |
Toggle floating video window | Click on the Video Monitor |
Toggle floating webcam window | Click on the WebCam Monitor |
Function | |
---|---|
Select | Space |
Draw | 1 |
Arrow | 2 |
Circle | 3 |
Rectangle | 4 |
Text | 5 or T |
Remove | Backspace or Delete |
Clear All | Shift + Delete |
Copy | Ctrl + C or Cmd + C |
Paste | Ctrl + V or Cmd + V |
Cut | Ctrl + X or Cmd + X |
Duplicate | Ctrl + D or Cmd + D |
Undo | Ctrl + Z or Cmd + Z |
Redo | Ctrl + Y or Ctrl + Shift + Z or Cmd + Shift + Z |
Menu | Right Mouse Button |
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package
- Sometimes the
undo / redo
actions may break the application