Recording your screen used to mean installing software, creating an account, and squinting at a watermark on the final file. It doesn't anymore. Modern desktop browsers can capture your screen, a single window, or one browser tab, and a small web tool can turn that capture into a downloadable video without anything ever leaving your computer. This guide walks through how it works, the exact steps, and the real limits you should know before you rely on it.
What "recording in the browser" actually means
Browsers expose two building blocks: one that asks the operating system to share a screen, window, or tab, and one that encodes the resulting stream into a video file. A browser-based recorder simply wires those two together. The important consequence is that the capture and the encoding both happen locally, in your own browser. There is no server in the loop, so there is nothing to upload, no account to create, and no watermark stamped onto the output.
The Screen Recorder on Every Boring Tool is built exactly this way. It runs entirely client-side: you pick what to share, it records, and it hands you back a file you can preview and save. The video is never transmitted anywhere.
What you'll need
- A desktop or laptop. Screen recording through the browser is a desktop feature. It is not available on most mobile browsers.
- A recent version of Chrome, Edge, or Firefox. These have the widest support for both screen capture and in-browser encoding.
- A few seconds to grant the browser permission to share your screen when it asks.
Steps to record your screen
- Set your audio options first. Decide whether to include system or tab audio (useful for capturing a video or a call) and whether to record your microphone (useful for narration). Set these before you start, because they're locked while a recording is in progress.
- Click Start recording. Your browser shows its own share dialog. Choose whether to share your entire screen, a specific application window, or a single browser tab.
- Enable audio in the share dialog if you want it. In Chrome and Edge, the dialog has a checkbox like "Share tab audio" or "Share system audio." System sound is only captured if you tick it there, in addition to turning it on in the tool.
- Do the thing you want to record. A timer shows the elapsed length. You can pause and resume if you need to skip a section, and the timer pauses with you.
- Stop when you're done. Click Stop in the tool, or use the browser's own "Stop sharing" bar. The recorder finishes the file automatically.
- Preview, then download. The finished video appears inline so you can check it, along with its length, file size, and format. If it looks right, click Download to save it. It downloads with a timestamped filename.
Audio: the part people get wrong
Audio is where most browser recordings go sideways, so it's worth being precise. Microphone audio is straightforward: turn it on, approve the permission prompt, and your voice is mixed in. If the mic is blocked, the recording continues silently rather than failing, and the tool tells you it kept going without your voice.
System audio is trickier and depends on your browser and operating system. Even with system audio switched on in the tool, you must also tick the audio box inside the browser's share dialog. On many setups this option only appears when you share a browser tab or your whole screen, not when you share a single application window. If your recorded video is silent when you expected sound, this dialog checkbox is almost always the reason.
Honest limits and failure modes
A browser recorder is genuinely useful, but it is not a full editing suite. Know these boundaries before you depend on it:
- The output format is usually WebM. Most browsers record to a
.webmfile rather than.mp4. WebM plays fine in browsers and modern video apps, but some older programs and a few upload targets prefer MP4, so you may need to convert it afterward. - There's no trimming or editing. You get the raw recording. If you need to cut the first ten seconds, add captions, or splice clips together, you'll do that in a separate tool.
- Large or very long recordings use memory. Because the whole video is assembled in the browser, a very long session on a modest machine can get heavy. For multi-hour captures, a dedicated desktop app is more reliable.
- You can't add a webcam overlay or pick a resolution here. The tool captures what the browser shares at up to 30 frames per second. It doesn't composite a webcam bubble in the corner.
- Cancelling the share leaves you with nothing. If you dismiss the browser's share dialog, no recording is made. That's expected, not a bug.
When a desktop app is the better choice
Reach for installed software like OBS Studio when you need features the browser can't offer: recording a game at high frame rates, layering a webcam over your screen, mixing multiple audio sources with separate levels, or streaming live while you record. A desktop app is also the safer bet for long recordings and for guaranteed MP4 output.
For everything else, the browser route wins on speed and privacy. A quick bug reproduction, a walkthrough for a colleague, a demo of a web app, or a narrated how-to are all faster to make in the browser precisely because there's nothing to install and nothing to upload.
A quick caveat on privacy
The "nothing leaves your browser" promise is real for the recording itself. But remember that whatever is on your screen gets captured. Close any windows with private messages, passwords, or personal information before you share your whole screen. Sharing a single tab or window instead of the full screen is the simplest way to keep everything else out of frame.
That's the whole workflow: choose what to share, set your audio, record, and download. No account, no watermark, and the file stays with you.