Grab media from anywhere. Paste a link. Get your video.
A native desktop app to download videos and audio from any platform — without watermarks, at the highest quality.
Looking for the CLI version? → snag-cli
- 🖥️ Native desktop app — built with Wails (Go + React), runs natively on macOS
- 🌍 Works everywhere — YouTube, TikTok, Instagram, X (Twitter), Facebook, Reddit, and 1000+ more sites
- 🚫 No watermarks — downloads clean TikTok videos without the watermark
- 🎥 Best quality — grabs the highest resolution video + audio and merges them
- 🎵 Audio extraction — download just the audio as MP3
- 📺 Quality selection — choose between Best, 1080p, 720p, 480p, or 360p
- 🔍 Auto platform detection — detects the platform from the URL automatically
- ⚡ Fast — streams directly from source, no middleman servers
- Go to Releases
- Download
snag-desktop-macos-arm64.zip - Unzip and drag
snag-desktop.appto your Applications folder - Right-click → Open (first time only, to bypass Gatekeeper)
You need yt-dlp and ffmpeg installed:
brew install yt-dlp ffmpeggit clone https://github.com/Verifieddanny/snag-desktop.git
cd snag-desktop
wails buildThe built app will be in build/bin/snag-desktop.app.
- Open Snag from your Applications folder
- Paste any URL — platform is detected automatically
- Choose type — Video or Audio Only
- Select quality — Best, 1080p, 720p, 480p, or 360p
- Click Download — file saves to
~/Downloads/Snag/
| Platform | Video | Audio | No Watermark |
|---|---|---|---|
| YouTube | ✅ | ✅ | ✅ |
| TikTok | ✅ | ✅ | ✅ |
| ✅ | ✅ | ✅ | |
| X (Twitter) | ✅ | ✅ | ✅ |
| ✅ | ✅ | ✅ | |
| ✅ | ✅ | ✅ | |
| 1000+ more | ✅ | ✅ | varies |
- Backend — Go
- Frontend — React + TypeScript
- Framework — Wails v2
- Engine — yt-dlp + ffmpeg
- Styling — Custom CSS
- macOS Apple Silicon build
- Auto platform detection
- Quality selection (Best/1080p/720p/480p/360p)
- Audio extraction
- No-watermark TikTok downloads
- Dependency check on startup
- Friendly error messages
- macOS Intel build
- Windows build
- Linux build
- Playlist support
- Download history
- Drag and drop URL
git clone https://github.com/Verifieddanny/snag-desktop.git
cd snag-desktop
wails devMIT License — see LICENSE for details.
