Skip to content

minhvo-orient/Capturia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Capturia is still in beta and some workflows may be unstable on specific machines.

简体中文

Capturia Banner
Capturia on GitHub Capturia Landing Page Total Downloads

Capturia

Capturia is a free, open-source screen recorder and editor for creators, developers, and teams making product demos and walkthrough videos.

Capturia is built on top of the excellent OpenScreen foundation and significantly upgraded for a stronger macOS-native capture and editing workflow.

Capturia Preview 1 Capturia Preview 2 Capturia Preview 3 Capturia Preview 4

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 "Capturia is damaged and can't be opened", run:

xattr -rd com.apple.quarantine "/Applications/Capturia.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 .deb package from releases and install it on Ubuntu/Debian:

sudo apt install ./Capturia-Linux-*.deb

Or download the .AppImage and run:

chmod +x Capturia-Linux-*.AppImage
./Capturia-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

On Ubuntu/Debian, to build only the installable .deb package:

npm run build:deb

Built With

  • Electron
  • React
  • TypeScript
  • Vite
  • PixiJS
  • dnd-timeline

Contributing

Contributions are welcome through issues and pull requests.

Acknowledgements

License

This project is licensed under the MIT License.

About

Free, open-source screen recorder & editor with intelligent cursor tracking, zoom effects, and cinematic output. A Screen Studio alternative.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.4%
  • Swift 4.7%
  • Python 1.6%
  • CSS 0.9%
  • JavaScript 0.7%
  • Astro 0.7%