CursorLens
February 22, 2026 · View on GitHub
Warning
CursorLens is still in beta and some workflows may be unstable on specific machines.
CursorLens
CursorLens is a free, open-source screen recorder and editor for creators, developers, and teams making product demos and walkthrough videos.
CursorLens is built on top of the excellent OpenScreen foundation and significantly upgraded for a stronger macOS-native capture and editing workflow.
Core Features
- Record full screen or a selected app window.
- Native macOS capture helper with native cursor hide/show capture behavior.
- Camera overlay capture on the native recording pipeline.
- Microphone voice recording with editor-side gain adjustment.
- Timeline editing: trim, crop, zoom, cursor effects, and annotations.
- Subtitle generation and rough-cut workflow in editor.
- Multi-aspect export (16:9, 9:16, 1:1 and more), including batch export.
- Export audio controls: track toggle, gain, loudness normalization, limiter.
- Recording UX controls: countdown, auto-hide launcher, customizable stop shortcut, permission diagnostics.
Installation
Download the latest installer for your platform from GitHub Releases.
macOS
If macOS Gatekeeper blocks an unsigned build, or you see "CursorLens is damaged and can't be opened", run:
xattr -rd com.apple.quarantine "/Applications/CursorLens.app"
Then grant required permissions in System Settings -> Privacy & Security:
- Screen Recording (or Screen & System Audio on newer macOS)
- Accessibility
- Microphone (for voice recording)
- Camera (for camera overlay)
Linux
Download the .AppImage from releases and run:
chmod +x CursorLens-Linux-*.AppImage
./CursorLens-Linux-*.AppImage
Development
Requirements
- Node.js 20+
- npm 10+
- macOS + Xcode Command Line Tools (for native helper build)
Run
npm install
npm run dev
Build
npm run build
Built With
- Electron
- React
- TypeScript
- Vite
- PixiJS
- dnd-timeline
Contributing
Contributions are welcome through issues and pull requests.
- Issues: https://github.com/blueberrycongee/CursorLens/issues
- Discussions: https://github.com/blueberrycongee/CursorLens/discussions
Acknowledgements
- Upstream project: siddharthvaddem/openscreen
License
This project is licensed under the MIT License.