- Lives in your system tray / menu bar
- Search GIFs from GIPHY and Tenor
- Click any GIF to copy its URL to clipboard
- Lightweight (~3 MB installer, ~30 MB RAM)
- Cross-platform: macOS, Windows, Linux
- Node.js 22+
- Rust (stable)
- Platform-specific dependencies:
- macOS: Xcode Command Line Tools
- Linux:
libwebkit2gtk-4.1-dev libgtk-3-dev librsvg2-dev - Windows: Visual Studio C++ Build Tools + WebView2
- Clone the repository
- Copy
.env.exampleto.envand add your API keys:VITE_GIPHY_API_KEY=your_giphy_key VITE_TENOR_API_KEY=your_tenor_key - Install dependencies:
npm install
npm run tauri devnpm testnpm run tauri buildThis produces platform-specific installers:
- macOS:
.dmginsrc-tauri/target/release/bundle/dmg/ - Windows:
.exeinstaller insrc-tauri/target/release/bundle/nsis/ - Linux:
.deband.AppImageinsrc-tauri/target/release/bundle/
- Tauri v2 — lightweight desktop framework (Rust backend, native webview)
- Svelte 5 — reactive UI framework (compiles to vanilla JS)
- Vite — frontend build tool
- Vitest — test framework
See all releases here.

