Wrec Mew
winget install --id=Mew.Wrec -e Record one or more Windows windows into a single MP4
winget install --id=Mew.Wrec -e Record one or more Windows windows into a single MP4
Record one or more Windows windows or displays into a single MP4 — from the command line or a small GUI.
wrec captures top-level windows or full monitors, composes them into one scene, draws the cursor once on the final frame, and encodes H.264 with Media Foundation. No admin rights required.
PrintWindow when occludedwrec for the GUI, or script with wrec recordwrec install copies to %USERPROFILE%\.local\bin and adds desktop + Start menu shortcuts named wrecWindows x64 only.
Add this repo as a bucket (one-time), then install:
scoop bucket add mew https://github.com/mewisme/scoop-mew
scoop install wrec
Install adds wrec shortcuts on the desktop and in the Start menu.
Updates:
scoop update
scoop update wrec
Uninstall:
scoop uninstall wrec
Removes the app, shim, and wrec shortcuts. To drop the bucket: scoop bucket rm mew.
winget install Mew.Wrec
Installs to %USERPROFILE%\.local\bin, adds PATH, and creates wrec shortcuts on the desktop and in the Start menu.
Uninstall:
winget uninstall Mew.Wrec
Latest release:
irm https://get.mewis.me/wrec | iex
From cmd:
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://get.mewis.me/wrec | iex"
Specific version:
& ([ScriptBlock]::Create((irm https://get.mewis.me/wrec))) -Version v1.2.3
Or, with an environment variable:
$env:WREC_VERSION = 'v1.2.3'; irm https://get.mewis.me/wrec | iex
The PowerShell installer downloads from GitHub Releases and runs wrec install.
Uninstall:
wrec uninstall
Removes %USERPROFILE%\.local\bin\wrec.exe, the PATH entry, and wrec shortcuts. Restart your terminal afterward.
wrec-v-windows-amd64-installer.exe (PATH + shortcuts)wrec-v-windows-amd64.zip (portable)wrec.exe from the ZIP..\wrec.exe install
Check version and how it was installed:
wrec -V
Installed via is detected from the running executable path (e.g. Scoop, manual PATH install, portable ZIP).
Uninstall:
wrec uninstall
wrec uninstall -d D:\tools\bin # if you used a custom --dir
Or use Uninstall in the GUI. Restart your terminal afterward.
If you only extracted the ZIP and never ran wrec install:
wrec.exe.wrec.lnk).No PATH entry is added for portable use.
Release (download zip) — Windows x64:
.\wrec.exe list
.\wrec.exe list --monitors
.\wrec.exe
.\wrec.exe gui
.\wrec.exe r -t "Notepad" -d .\captures
.\wrec.exe r --source-mode monitor -m 0x10001 -o display.mp4
Running wrec with no command opens the GUI. Double-clicking wrec.exe shows the GUI only.
From source — see docs/build.md:
.\build.ps1
.\build\wrec.exe r -t "Notepad" -o demo.mp4
| Doc | Contents |
|---|---|
| Guide | Install on PATH, GUI walkthrough, hotkeys, graceful exit |
| CLI reference | Commands, options, layouts, presets, examples |
| Architecture | Pipeline, capture model, limitations |
| Build | Build from source, project layout |
MIT — Copyright (c) 2026 Mew. See LICENSE.