Loading repository data…
Loading repository data…
aera128 / repository
Native, zero-latency soundboard built with Tauri v2, Rust & Vue 3. Features precise audio routing (VoiceMeeter/OBS ready), local file mirroring, and a sleek modern UI. Engineered for streamers and power users.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Claket is a modern, streamer-ready soundboard application engineered for zero-latency performance using Tauri v2 and Rust. Whether you are a Twitch streamer, a competitive gamer, or a podcast host, Claket provides the precision and reliability needed for high-stakes audio production.
Unlike standard browser-based soundboards, Claket utilizes a native Rust audio engine (powered by rodio and cpal). This allows it to bypass Web Audio API limitations, offering bit-perfect audio routing directly to specific hardware outputs or virtual audio mixers like VoiceMeeter, VB-Audio Cable, and OBS Studio.
Route Claket through a virtual audio cable (VAC) into OBS Studio or Streamlabs. Keep your soundboard audio on a separate track from your game audio for perfect mix control.
Trigger funny clips or memes during matches. By routing Claket to a virtual input, your sounds will play directly into Discord, Teamspeak, or in-game voice chats.
Optimized for power users. Seamlessly integrate Claket as a hardware input in VoiceMeeter Banana/Potato to manage your sound effects alongside your microphone and music.
Use the multi-page grid to organize sound effects, intro music, and transitions. The low-latency engine ensures your timing is always perfect.
| Layer | Technology |
|---|---|
| App Framework | Tauri v2 (Native Performance) |
| Frontend | Vue 3 (Composition API) |
| Backend | Rust (Low Latency Engine) |
| Styling | Tailwind CSS v4, shadcn-vue |
| Audio Library | Rodio & CPAL |
| Package Manager | Bun |
Clone the repository:
git clone https://github.com/aera128/claket-tauri.git
cd claket-tauri
Install dependencies:
bun install
Run in development mode:
bun run dev
To create a native installer for your platform:
bun run build
Artifacts will be available in src-tauri/target/release/bundle.
%APPDATA%/com.sk4ur.claket/sounds (on Windows) to ensure persistence.rodio and cached in memory for zero-delay triggers.cpal to interface directly with the OS audio stack, enabling multi-device selection.Contributions are welcome! If you have ideas for streamer integrations or audio improvements, feel free to open an issue or pull request.