PublicSoftTools
Tools16 min read·PublicSoftTools Team·May 2026

Screen Recorder Online Free — No Extension, No Signup

Modern browsers include a built-in screen capture API that requires no plugins or extensions. The free Screen Recorder wraps that API into a clean interface with pause/resume controls, microphone mixing, and one-click download. This guide explains how it works and how to get clean professional recordings.

How Browser Screen Recording Works

The tool uses two browser APIs that are built into every modern desktop browser and require no plugins:

Recording happens in browser memory. No frames are sent to a server at any point. When you click download, the browser assembles the chunks into a Blob and saves the file locally.

Browser Support

BrowserTab recordingWindow recordingFull screenNotes
Chrome 72+YesYesYesFull support; best audio capture options
Edge (Chromium) 79+YesYesYesSame as Chrome; identical API
Firefox 66+YesYesYesLimited tab audio; system audio not supported
SafariPartialNoNoSafari does not implement MediaRecorder for screen capture

For the most complete recording experience — including tab audio and system audio options — use Chrome or Edge on Windows. Mac users will not have system audio capture due to macOS restrictions, regardless of browser.

Capture Mode Comparison

ModeWhat it capturesAudio supportBest for
Browser tabSingle browser tab content onlyTab audio (Chrome/Edge, opt-in)Web demos, tutorials, browser-based presentations
WindowOne application windowLimited — varies by OSRecording a desktop app without showing everything else
Full screenEntire monitor including taskbarSystem audio (Windows Chrome/Edge, opt-in)Multi-app walkthroughs, game capture, comprehensive demos

For most use cases — recording a tool demonstration, a product walkthrough, a web page tutorial — Browser tab mode is the cleanest option. It isolates exactly the content you want and prevents notifications, other windows, or personal desktop content from appearing in the recording.

How to Record Your Screen

  1. Open the Screen Recorder. Use Chrome, Edge, or Firefox — Safari is not supported.
  2. Toggle Include microphone audio if you want to narrate while recording.
  3. Click Start Recording. The browser shows a selection dialog.
  4. Choose the tab, window, or screen you want to capture, then click Share.
  5. The timer counts up. Click Pause to freeze the recording; Resume to continue from the same point.
  6. Click Stop & Save. A preview player appears — review the recording, then click Download WebM to save the file.

Audio Capture — Full Breakdown

Audio support in browser screen recording varies significantly by browser and operating system. This is the most common source of confusion:

Audio sourceChrome WindowsChrome MacFirefoxEdge Windows
Tab audioYes (opt-in in dialog)Yes (opt-in)LimitedYes (opt-in)
System audioYes (full screen/window, opt-in)No — macOS restrictionNoYes (full screen/window)
MicrophoneYes (via tool option)YesYesYes

Mac users who need system-wide audio in a screen recording should use dedicated software. OBS (free, open-source) supports a virtual audio driver that captures system audio on macOS. BlackHole (free, open-source) is a virtual audio driver that routes system audio into recording applications on Mac.

Tips for Clean Professional Recordings

Use a dedicated browser profile

Create a clean Chrome profile (chrome://settings/people → Add) with no bookmarks bar, no extensions visible, and no personal data in the UI. Use this profile for all tutorial and demo recordings. This prevents accidentally exposing email, browsing history, or autofill suggestions in recordings you share publicly.

Zoom the browser before recording

Press Ctrl++ (Cmd++ on Mac) to zoom the browser to 125% or 150% before recording. Text and UI elements appear larger and are easier to read in the final video, especially when viewers watch on small screens or at lower resolutions. This is especially important for code, terminal output, and small form fields.

Hide personal content before sharing

Before clicking Start Recording, close tabs with personal email or documents, turn off email notifications, and clear the address bar. In Chrome, you can enter full-screen mode (F11) before sharing to remove the browser chrome entirely.

Plan pause points

The Pause button lets you stop recording without ending the session. Use it between sections: pause to set up the next demo, collect your thoughts, or navigate to a new page. This eliminates dead time and the need to edit out pauses later.

Working with WebM Files

The output is a WebM file — the format browsers produce natively with MediaRecorder. WebM uses VP8 or VP9 video compression with Opus audio.

WebM plays in:

WebM does NOT play in:

To convert WebM to MP4 for maximum compatibility: use HandBrake(free, open-source) — drag the WebM file in, select the H.264 Fast 1080p30 preset, and export. The result plays on every device. Alternatively, upload the WebM to Google Drive and let Google transcode it — Drive plays WebM in the browser and converts automatically when downloaded as MP4.

File Size and Duration Estimates

WebM file sizes depend on the content being recorded (screen content with lots of motion compresses less well than static content):

Content type~File size per minute10-minute recording
Static document / presentation slides~2–5 MB~20–50 MB
Web page with some scrolling~5–10 MB~50–100 MB
Code editor with lots of typing~8–15 MB~80–150 MB
Video playing in a tab~20–50 MB~200–500 MB

Browser recordings are stored in memory during recording — very long recordings (1+ hours) can exhaust browser memory on machines with limited RAM. For recordings over 30 minutes, consider dedicated desktop software (OBS, Loom Desktop).

Extracting Audio from Recordings

If you recorded a meeting or lecture and only need the audio transcript, download the WebM file and convert it to MP3 using the MP4 to MP3 Converter on this site — it accepts WebM in addition to MP4. A 30-minute meeting recording might reduce from 150 MB WebM to under 30 MB MP3, which is easier to upload to a transcription service or share via email.

Record Your Screen Now

No install, no extension, no upload. Works in Chrome, Edge, and Firefox. Pause, resume, and download as WebM.

Open Screen Recorder