A lightweight desktop application to watch and download streamer clips from the KICK streaming platform, no login required.
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.
git clone https://github.com/Fedecas/KickClipTool.git
cd KickClipTool
npm install
# or: pnpm install, yarn install
npx tauri dev
# or: pnpm tauri dev, yarn tauri dev
npx tauri build
# or: pnpm tauri build, yarn tauri build
Launch 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).