Skip to content

Releases: klode82/grabbit

Grabbit 1.0.1

Choose a tag to compare

@klode82 klode82 released this 24 Jun 20:28

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. Download GRABBIT-1.0.1-windows-x64.zip, extract it anywhere, and run GRABBIT.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

Choose a tag to compare

@klode82 klode82 released this 23 Jun 20:35

First public release!

Install (Linux)

Download GRABBIT-x86_64.AppImage from the Assets below, then:

chmod +x GRABBIT-x86_64.AppImage
./GRABBIT-x86_64.AppImage

Requires FFmpeg on your system (e.g. sudo apt install ffmpeg); yt-dlp is bundled. Linux only for now — Windows and macOS planned.