# electron-screen-recorder **Repository Path**: abirdman/electron-screen-recorder ## Basic Information - **Project Name**: electron-screen-recorder - **Description**: A WebRTC screen recorder electron application - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-16 - **Last Updated**: 2025-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron Screen Recorder This is an electron-based screen recorder application. It uses WebRTC and [`desktopCapture`](https://github.com/electron/electron/blob/master/docs/api/desktop-capturer.md#desktopcapturer) API for audio/video recording. You can choose a specific screen/window to record, and the record file is saved as `webm`. ![screenshot](screenshot/screen-recorder.gif) ## Using ```sh npm install -g electron-screen-recorder electron-screen-recorder ``` ## License [BSD](LICENSE) ## Donation If this project helped you reduce time to develop, you can buy me a cup of coffee :) [![paypal](https://img.shields.io/badge/donate-paypal-brightgreen.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CNEG9K5ARLDZU)