# Recordly — Polished Screen Recordings Without Editing > An open-source desktop app for creating polished screen recordings with automatic zoom, cursor effects, and backgrounds — no post-production needed. ## Install Save in your project root: # Recordly — Polished Screen Recordings Without Editing ## Quick Use ```bash # Download the latest release for your platform # https://github.com/webadderallorg/Recordly/releases # Available for macOS, Windows, and Linux ``` ## Introduction Recordly is a free, open-source screen recording application that produces polished demo videos without requiring post-production editing. It automatically applies zoom effects, cursor highlights, and styled backgrounds during capture, outputting professional-looking recordings in a single step. ## What Recordly Does - Records screen activity with automatic cursor zoom and follow effects - Applies configurable backgrounds and padding around the capture area - Exports recordings as MP4 or GIF directly without editing software - Supports custom aspect ratios for social media and documentation - Runs natively on macOS, Windows, and Linux via Electron ## Architecture Overview Recordly is built with Electron and TypeScript, using native screen capture APIs for each platform. It processes frames in real-time to apply zoom animations, cursor effects, and background styling before encoding. The rendering pipeline handles smooth interpolation for camera movements triggered by cursor position changes. ## Self-Hosting & Configuration - Download and install the desktop binary for your OS - Configure recording area, resolution, and frame rate in preferences - Adjust auto-zoom sensitivity and animation smoothness - Set default export format (MP4 or GIF) and quality level - Customize background color, gradient, or image behind the recording ## Key Features - Zero editing workflow: record once and export a polished result - Automatic smooth zoom that follows cursor movement - Customizable backgrounds and rounded corners for a branded look - Cross-platform support for all major desktop operating systems - Free and open-source with no watermarks or subscription ## Comparison with Similar Tools - **Screen Studio** — commercial macOS-only app with similar features, paid license - **OBS Studio** — powerful but requires manual post-production for polished output - **Loom** — cloud-based with a free tier but adds watermarks and requires an account - **Kap** — macOS-only, simpler but lacks auto-zoom and background styling - **OpenScreen** — similar open-source alternative with slightly different feature set ## FAQ **Q: Is Recordly completely free?** A: Yes. It is open-source with no watermarks, subscriptions, or usage limits. **Q: What output formats are supported?** A: MP4 and GIF. You can configure resolution and frame rate. **Q: Does it work on Linux?** A: Yes. Builds are available for macOS, Windows, and Linux. **Q: Can I disable the auto-zoom feature?** A: Yes. All effects including zoom, cursor highlight, and background are configurable. ## Sources - https://github.com/webadderallorg/Recordly --- Source: https://tokrepo.com/en/workflows/recordly-polished-screen-recordings-without-editing-46ee3ee5 Author: AI Open Source