Releases: klode82/grabbit
Releases · klode82/grabbit
Release list
Grabbit 1.0.1
This release adds Windows support — GRABBIT now runs natively on Windows, alongside Linux.
Added
- 🪟 Windows build — native frameless window with dragging and minimize / maximize / close, distributed as a portable
.zip. DownloadGRABBIT-1.0.1-windows-x64.zip, extract it anywhere, and runGRABBIT.exe— no installation needed.
Fixed
- Brief white/black flash on startup (Windows) — the window now opens on the theme background.
Downloads
- Windows:
GRABBIT-1.0.1-windows-x64.zip - Linux:
GRABBIT-x86_64.AppImage
Windows note: install FFmpeg on your system — GRABBIT auto-detects it, or you can set the path in Settings → FFmpeg. yt-dlp is bundled, and WebView2 ships with recent Windows 10/11.
Grabbit 1.0.0
First public release!
Install (Linux)
Download GRABBIT-x86_64.AppImage from the Assets below, then:
chmod +x GRABBIT-x86_64.AppImage
./GRABBIT-x86_64.AppImageRequires FFmpeg on your system (e.g. sudo apt install ffmpeg); yt-dlp is bundled. Linux only for now — Windows and macOS planned.