Skip to main content

NEW1.11 exports faster on macOS and Linux

OpenScreen A free, open-source screen recorder and video editor

Screen recording with native capture, local AI and no paywall.

Scroll down

Skip the editor — go to downloads

Five things you will actually do

Style

Swap the background

Image, color or gradient behind your recording — no re-shoot.

Effects

Frame it your way

Padding, motion blur, shadow, roundness — every effect composites live.

Cursor

A cursor worth watching

Size, smoothing, motion blur, click bounce — every move reads on screen.

Timeline

One click, every zoom placed

Zooms, speed ramps, trims, comments — each edit lands as a pill on the timeline.

Transcript

Edit video like text

Delete a word or a silence; the cut lands on the timeline. Nothing destructive.

Recorder, captions, agent, encoder.

record

It records with the operating system, not around it.

Pick a window or a display. macOS goes through ScreenCaptureKit, Windows through Windows Graphics Capture, Linux through PipeWire and the ScreenCast portal — on each, the capture path the system itself provides. The pointer is recorded as data rather than burned into the pixels, which is the only reason you could restyle it further up this page.

Screen recording docs

ScreenCaptureKit · Windows Graphics Capture · PipeWire · system audio without an extra driver

export

Then it writes the file.

MP4 from 720p up to source, at 24, 30 or 60, in H.264 or H.265 — or a GIF. The encode runs on your machine and counts frames while it does. No queue, no account, no watermark, and the file is on disk when the bar fills.

Video export docs

H.264 / H.265 · 24, 30, 60 fps · no watermark

captions

Transcription runs on your machine.

whisper.cpp ships with the app, and the model downloads once on first use — after that it works with the network off. The audio never leaves the laptop, and what comes back is editable text: set the typeface, the size, the color and the position, then burn it into the render.

Captions and transcript docs · How local captions compare

whisper.cpp · 100 languages · offline after first run

agent

Or say which parts to cut.

The wizard further up this page places zooms by watching where your cursor went. The agent goes further: it reads the actual transcript and the actual timeline, so it answers with timecodes you can go and check — which spans it will cut, and how much that saves. Every edit it makes is an ordinary undoable one, and it needs a provider key you supply. Nothing runs until you connect one.

AI editing docs · How automatic zooms work

bring your own key · off by default · every edit is undoable

Also true

Free, local, cross-platform: three things a screenshot can't show.

OpenScreen is a free, open-source screen recorder and video editor for Windows, macOS, and Linux: a raw capture goes in and a finished demo comes out, in the category Screen Studio defined. It is MIT licensed, with no watermark and no account, and it continues the original OpenScreen project, which its creator archived after v1.5.0.

MIT, free forever

No paywalls, no premium tier, no usage caps. Every feature ships free for personal and commercial use.

Nothing is uploaded

Recording, transcription and rendering all happen on your machine, and your video never leaves it. Text leaves only when you ask: the chat panel and caption translation, each with a key you supply. Transcription downloads its 264 MB Whisper model once, on first run.

Windows, macOS, Linux

One source tree, native capture on each. A Microsoft Store listing, a .dmg, an .exe, a .deb, a .rpm, a .pacman, an AppImage and a Nix flake.

Interface in 15 languages: English, عربي, Čeština, Deutsch, Español, Français, Italiano, 日本語, 한국어, Русский, Türkçe, Tiếng Việt, Português Brasileiro, 简体中文, 繁體中文

Quick start

Download and install

macOS.dmg
# open the .dmg, then
Drag OpenScreen to Applications.

Signed and notarized. ScreenCaptureKit capture; cursor shape and clicks once Accessibility is granted.

WindowsStore
# Microsoft Store, from a terminal
winget install --source msstore OpenScreen

Windows Graphics Capture, system audio out of the box, Media Foundation webcam capture.

Linux.deb
# download the .deb from Releases, then
sudo apt install ./Openscreen-Linux-*.deb

PipeWire capture through the ScreenCast portal; needs PipeWire and xdg-desktop-portal.

Windows also has an .exe installer. It is not code-signed, so SmartScreen warns before it runs: choose More info, then Run anyway. Linux also ships .rpm, .pacman, an AppImage, and a Nix flake. Every artifact is on the Releases page, and Installation has the full steps. What each system records is covered on the Windows, Mac and Linux pages.