Draw the exact region you want
Pick a whole display, or drag a rectangle and capture only those pixels. Down to the last one — nothing extra in frame.
RecordFlow captures your screen, your microphone, and an optional camera overlay — and quietly hides its own window from the shot. No clutter in your video, no account, no headache.
I record things all the time — quick lessons, product demos, bug reports for a project I’m shipping. And every single time, the recorder was the problem.
Some app would flash its own UI into the capture. Some would stamp a giant watermark in the corner. Some demanded an account, a subscription, a cloud upload — for a forty-second clip I just wanted to keep on my own machine.
So I built the thing I wanted. RecordFlow does one job: it records your screen and your mic (and your camera, if you want), and then it gets out of the way. The app window is excluded from Windows screen capture, so even when it’s sitting open on your desktop while you record, it never shows up in the final MP4. You draw the region you want, hit start, and forget it’s there.
No watermark. No time limit. No account. The file lands in your Documents folder with a clean timestamp, and that’s it — it’s yours.
— Waqar, the one behind RecordFlow
That’s the whole point. The app window is excluded from the Windows Graphics Capture API, so even if it’s wide open on your desktop while you record, it stays invisible in the final MP4. The other tools show themselves. This one doesn’t.
Eight small things RecordFlow does carefully, so the rest of your recording workflow can stay boring.
Pick a whole display, or drag a rectangle and capture only those pixels. Down to the last one — nothing extra in frame.
The RecordFlow window is excluded from Windows Graphics Capture, so it never bleeds into your own recording — even while it’s open.
Record one display at 720p or 1080p, 30 fps, hardware-encoded to a single clean MP4.
Add a webcam overlay — top-left, top-right, bottom-left, bottom-right — in small, medium, or large.
Capture your voice with a clean volume slider, so your narration sits where you want it in the final file.
Every recording lands in Documents/RecordFlow/Recordings with a clean recording_YYYYMMDD_HHMMSS.mp4 name. No “save as” dialogues.
A short list of recent recordings lives right in the app. Open the file, or open the folder — one click, no hunting.
No setup wizard, no profile, no project file. You sit down, you record, you move on.
Choose a display, or draw the exact rectangle you want to capture. Crosshairs, snap, done in a second.
Start, pause, resume, stop. A live timer keeps you honest. Your mic and camera overlay come along for the ride.
Your file lands in your Recordings folder with a clean timestamp. Open it in Explorer, share it, move on.
I draw the region around my slides, turn on my mic, hit start. No floating toolbar in the video. Just the lesson.
— an educator recording a walkthroughScreen on the left, my face in the bottom-right corner. One file, ready to send to a customer.
— a founder filming a product demoReproduce it once, hit stop, drop the MP4 in the ticket. The recording is already where I expect it.
— an engineer filing a bugRecordFlow leans on the capture and encoding stack that ships with Windows, wrapped in a small Rust shell. Efficient, frame-accurate, and a tenth the size of an Electron app.
Efficient, frame-accurate screen capture built into Windows 10+. That’s where the per-app exclusion comes from, too.
screen · regionHardware-accelerated H.264 video and AAC audio encoding straight to a single MP4. No transcoding pass.
H.264 · AAC · MP4A small native shell, a Rust backend for capture and encode. The installer is a few megabytes, not a hundred.
native · small binaryThe little UI that gets out of your way. Tidy, typed, and just enough surface area to pick a region and hit start.
UI · typedVersion 1.0.1 for Windows x64. The same app, two installers — whichever your machine prefers.
The straightforward setup. Double-click, follow the prompts, launch RecordFlow from the Start Menu.
Same app, an MSI for scripted installs, group policy, or fleet deployment across machines.
Direct download not working? Grab either installer from the GitHub releases page.
Yes — Windows 10 v1903 or newer. RecordFlow is built on the Windows Graphics Capture API, which is Windows-only. I wanted native, frame-accurate capture and capture-app exclusion, not a browser-encoder compromise, so Mac and Linux aren’t on the roadmap right now.
Under Documents/RecordFlow/Recordings, named like recording_20250705_1429.mp4. You can open the folder straight from the app’s history list, or open the file itself in one click.
No. Recordings are yours, in full quality, with no watermark and no time limit. The file is a standard H.264/AAC MP4 that plays in VLC, Windows Media Player, or anywhere else.
This release focuses on microphone capture with a volume slider. System-audio capture is on the roadmap — the spec is already drawn up for mixing mic and loopback audio with independent volume controls.
Yes — free, and open source on GitHub. You can grab the installer, or clone the repo and build it yourself with npm install and npm run tauri dev.
It’s opt-in behaviour built on the Windows Graphics Capture exclusion list. The app marks its own window so the capture API skips it — that’s why it never appears in your MP4, even while it’s open and showing a live timer.