Screen Recorder
Record your screen or a tab with mic and system audio using your browser.
How to screen recorder
- Choose what to capture — the whole screen, a window, or a specific tab — and set audio input.
- Click Start Recording. Your browser will ask for permission and let you pick the source.
- Click Stop when done. The recording saves directly to your device.
About this tool
Screen recording has been a native browser capability since Chrome 72 through the getDisplayMedia API, but it is still not obvious that you can do it without installing anything. The UI here is a wrapper around that API — it handles permissions, the recording lifecycle, and saving — but all the actual capture happens inside your browser using the same code path a video conferencing app would use.
The distinction between screen, window and tab matters in practice. Tab capture includes the tab's own audio (if you allow it) and does not require showing the rest of your desktop, which is useful for recording tutorials or demos without revealing other open windows. Window capture is more flexible but audio requires additional OS permissions on macOS. Whole-screen capture is the most reliable for getting system audio on Windows.