Grabbit is just cross-platform app built with Electron that uses FFmpeg and yt-dlp to download and convert stuff from the internet. Videos, songs, random clips ,whatever. You click, it saves. That’s pretty much it. It can also convert files if you care about formats, but nothing fancy.
- YouTube (videos, playlists, shorts)
- TikTok
- Spotify
- More here
- Clone the repo:
git clone https://github.com/MrMuscleFreak/grabbit.git cd grabbit - Install dependencies:
npm install
- Run it in dev mode:
npm run dev
Wanna package it up? Use one of these:
- Windows:
npm run build:win
- macOS:
npm run build:mac
Output ends up in the dist folder.
(Coming soon...)