Recordly: Create Polished Demo Videos with Ease on Mac, Windows, and Linux
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Recordly is an open-source screen recorder and editor designed for creating professional demo videos, walkthroughs, and product videos without requiring advanced editing skills. It offers powerful features like auto-zooms, cursor polish, webcam overlays, and a comprehensive timeline editor, making it accessible across macOS, Windows, and Linux. This tool streamlines the video creation process, allowing users to produce high-quality content efficiently.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Recordly is an open-source desktop application designed to simplify the creation of polished demo videos, walkthroughs, and product videos. Available for macOS, Windows, and Linux, it empowers users to produce high-quality content without requiring extensive video editing skills. Recordly integrates recording and editing functionalities, offering motion-driven presentation tools such as automatic zooms, cursor polish, dynamic webcam overlays, and customizable styled frames, all within a single, free application. It's built with TypeScript and Electron, licensed under AGPL 3.0, and backed by a vibrant community.
Installation
Recordly offers several ways to get started, from prebuilt releases to building from source.
Download a Build
Prebuilt releases for macOS, Windows, and Linux are available on the official GitHub releases page:
https://github.com/webadderallorg/Recordly/releases
Arch Linux / Manjaro (yay)
Users of Arch Linux or Manjaro can install Recordly from the AUR (recordly-bin):
yay -S recordly-bin
Build from Source
To build Recordly from its source code, follow these steps:
Prerequisites:
- macOS: Xcode Command Line Tools (
xcode-select --install). - Linux (Ubuntu/Debian):
sudo apt install build-essential cmake libx11-dev libxtst-dev libxrandr-dev libxt-dev - Windows: Visual Studio 2022 (or Build Tools) with the C++ workload and CMake.
Steps:
git clone https://github.com/webadderallorg/Recordly.git recordly
cd recordly
npm install
npm run dev
For packaged builds, use:
npm run build
Target-specific build commands are also available:
npm run build:macnpm run build:winnpm run build:linux
macOS: "App cannot be opened"
If you encounter this issue with locally built apps, remove the quarantine flag using:
xattr -rd com.apple.quarantine /Applications/Recordly.app
Examples (Usage)
Recordly streamlines the process of creating and refining your screen recordings.
Record
- Launch Recordly.
- Select the screen or application window you wish to record.
- Choose your microphone and system audio options.
- Start recording your session.
- Stop recording to automatically open the editor.
Edit
The integrated editor provides powerful tools to refine your recording:
- Add trims, manual zoom regions, and automatic zoom suggestions based on cursor activity.
- Implement speed-up and slow-down regions.
- Include text, image, and figure annotations.
- Manage cursor behavior, including size, smoothing, motion blur, and click effects.
- Add dynamic webcam overlay footage, with controls for position, size, roundness, and zoom reactivity.
- Style your video frame with built-in wallpapers, custom backgrounds, solid colors, gradients, blur, padding, and shadows.
- Add extra audio regions to the timeline.
- Crop the recorded frame and select an aspect ratio.
- Save your work at any time as a
.recordlyproject file to resume editing later.
Export
Once your video is perfected, Recordly offers flexible export options:
- MP4 for standard video output.
- GIF for lightweight sharing and looping animations.
You can adjust format-specific settings such as export quality, GIF frame rate, GIF looping, and output dimensions before finalizing your video.
Why Use Recordly
Recordly stands out as an exceptional tool for anyone needing to create professional screen recordings and demo videos.
- Effortless Professionalism: Create polished videos with advanced visual effects like auto-zooms, cursor enhancements, and styled frames, all without needing traditional video editing expertise.
- Comprehensive All-in-One Solution: It combines recording, editing, and styling into a single, intuitive application, streamlining your workflow.
- Cross-Platform Compatibility: Fully supported on macOS, Windows, and Linux, ensuring accessibility for a wide range of users.
- Open-Source and Community-Driven: Benefit from a free, open-source application licensed under AGPL 3.0, with an active community contributing to its development and an extension marketplace for added functionalities.
- Dynamic Presentation Tools: Features like dynamic webcam bubble overlays and a robust timeline editor built specifically for demos provide unparalleled control over your narrative.
Links
- GitHub Repository: https://github.com/webadderallorg/Recordly
- Official Website: https://www.recordly.dev
- Releases Page: https://github.com/webadderallorg/Recordly/releases
- Recordly Marketplace: https://marketplace.recordly.dev/extensions
- Issue Tracker: https://github.com/webadderallorg/Recordly/issues
Related repositories
Similar repositories that may be relevant next.

OpenScreen: Free, Open-Source Screen Recorder for Polished Demos
May 23, 2026
OpenScreen is a powerful, free, and open-source alternative to commercial screen recording software like Screen Studio. It enables users to create stunning product demos and walkthroughs without any subscriptions, watermarks, or usage restrictions. Designed for quick, high-quality content, OpenScreen provides essential recording and editing features for both personal and commercial projects.

Screenity: Free & Privacy-Friendly Screen Recorder for Chrome
March 9, 2026
Screenity is a powerful, open-source Chrome extension that offers a free and privacy-friendly screen recording experience. It provides unlimited recordings, advanced annotation tools, and a comprehensive editor, making it ideal for creating tutorials, demos, and presentations without compromising user data.

Cap: The Open Source Loom Alternative for Screen Recordings
October 12, 2025
Cap is an open source Loom alternative, providing a powerful video messaging tool for screen recordings. It allows users to record, edit, and share beautiful, shareable videos in seconds. Built with a modern tech stack including Rust, TypeScript, React, and Tauri, Cap offers both desktop and web applications.
Source repository
Open the original repository on GitHub.