Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Releases: 2weeksnotice/LoopSnap

LoopSnap v1.0.0

10 Mar 15:26

Choose a tag to compare

LoopSnap v1.0.0 — Initial Release

First public release of LoopSnap, a native macOS screen-to-GIF recorder.

What's included

  • Region capture — drag to select any area of any display before recording
  • Live preview — see the last captured frame in real time inside the recorder window
  • HUD overlay — a frameless, click-through overlay sits above the selected region while recording
  • Timeline editor — scrub through every frame, delete unwanted ones, and preview playback before exporting
  • GIF export — single-click export; GPU-accelerated frame processing via CoreImage
  • Cursor capture — toggle whether the system cursor is included in the recording
  • Adjustable FPS — choose the capture frame rate before you start

Requirements

  • macOS 13 Ventura or later
  • Screen Recording permission (System Settings → Privacy & Security → Screen Recording)

Build from source

git clone https://github.com/veilasius/LoopSnap.git
cd LoopSnap
chmod +x bundle_app.sh && ./bundle_app.sh
open LoopSnap.app

Notes

This is my first Swift project. Rough edges are expected — feedback and PRs are very welcome. See TODO.md for ideas on what could be improved.