About ย | ย Features ย | ย Technologies ย | ย Requirements ย | ย Starting ย | ย Contributing
I needed a simple way to record my applications working to post on LinkedIn, or record interviews to review later. But every screen recording tool I tried required creating accounts, setting up workspaces, had recording limits, or demanded a whole complicated setup just to make a simple recording. ๐ฉ
That's why I created Screen Recorder โ a straightforward, no-nonsense tool that just works. ๐ช
This is a 100% browser-based screen recorder that runs entirely in your browser. โจ No installation required, no sign-up needed, no watermarks, and no limits. Just open the page, hit record, and save your video directly to your computer. ๐
With this tool, screen recording has never been so simple and fast. โก You can save time and focus on what really matters โ capturing your screen content without the hassle. ๐
Don't waste time with complicated recording software. Give it a try and see for yourself how easy and convenient it is! ๐
Loved the tool? Please consider starring โญ the repository to support its
continuous improvement and development!
โ๏ธ Browser-based โ Runs entirely in your browser, no installation required;
โ๏ธ No sign-up โ Start recording immediately without creating an account;
โ๏ธ No watermarks โ Your recordings are clean and professional;
โ๏ธ No limits โ Record as long as you need, no time restrictions;
โ๏ธ Microphone support โ Add voice commentary to your recordings;
โ๏ธ Webcam overlay โ Include your camera in the recording;
โ๏ธ Tab audio capture โ Record audio from specific browser tabs;
โ๏ธ Local processing โ Everything runs locally, your data never leaves your device;
โ๏ธ Dark mode โ Comfortable viewing in any lighting condition;
โ๏ธ Responsive design โ Works great on desktop and mobile devices.
ย ย
ย ย
Before starting ๐, make sure you have Git and Node installed on your system. (nvm recommended).
# Clone this project
$ git clone https://github.com/maurodesouza/screen-recorder
# Access
$ cd screen-recorder
# Install dependencies
$ npm install
# Run the project
$ npm run dev
# The server will initialize in the <http://localhost:5173>dev: starts the development server atlocalhost:5173;build: creates an optimized production build of the application;preview: previews the production build locally;tsc: runs TypeScript compiler for type checking.
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.
Made with โค๏ธ by Mauro de Souza
ย
Readme created with Simple Readme
