A lightweight desktop application to watch and download streamer clips from the KICK streaming platform, no login required.
- 🔍 Search: Find streamers and explore their clips.
- 🎬 Watch: Stream clips directly in the app..
- ⬇️ Download: Save clips locally with one click, no login needed.
- ⚡️ Fast and responsive UI
- 🖥️ Lightweight desktop app
Frontend: SvelteKit for reactive UI components.
Styling: TailwindCSS for utility-first CSS styling.
Build Tool: Vite for fast development and production builds.
Desktop Framework: Tauri for lightweight, cross-platform desktop applications.
Video processing: FFmpeg minimal build for clip download.
- Filter clips by date range.
- Support for Twitch.
- VOD playback and download utilities.
- Chat utilities.
- Node.js (v22 or higher recommended)
- npm or pnpm or yarn
- Tauri build dependencies
- Clone the repository:
git clone https://github.com/Fedecas/KickClipTool.git
cd KickClipTool- Install dependencies:
npm install
# or: pnpm install, yarn install- Run in development mode:
npx tauri dev
# or: pnpm tauri dev, yarn tauri dev- Build for release:
npx tauri build
# or: pnpm tauri build, yarn tauri buildLaunch the built executable found in src-tauri/target/release (or /debug in dev mode).
This project includes a minimal FFmpeg build for clip downloading and processing (see README).
The app uses the Giphurs font family by @Corne2Plum3. Check out Giphurs for more info.
This project is licensed under the GPL v3.0 License (see LICENSE).