# Cliprithm > Smart Video Silence Remover — Free Desktop App for Windows and Linux Cliprithm is a free, open-source desktop application that automatically detects and removes silent segments from videos. Built with Tauri, React, TypeScript, Rust, and FFmpeg. ## Quick Facts - **Price**: Free (MIT License) - **Platforms**: Windows 10/11, Linux (Debian, Ubuntu, Fedora, Arch via AUR, AppImage) - **Repository**: https://github.com/BOTOOM/Cliprithm - **Downloads**: https://github.com/BOTOOM/Cliprithm/releases - **AUR Package**: https://aur.archlinux.org/packages/cliprithm - **Author**: Edwar Diaz (https://github.com/BOTOOM) ## Key Features 1. **Smart Cut**: Automatically detects and removes silent segments using audio analysis 2. **Time Warp**: Speed up silences instead of cutting them — keeps video flow intact 3. **Playback Speed Control**: 0.5x to 4x with manual fine-tuning 4. **Clip Editor**: Visual timeline with trim, split, delete, and rearrange with full undo support 5. **Export Presets**: One-click export for TikTok/Shorts, Instagram Reels, or custom 1080p/4K 6. **AI Captions (Beta)**: Transcription support via OpenRouter, Cerebras, Groq, Ollama, or LM Studio 7. **Project Persistence**: Auto-save and resume exactly where you left off 8. **Auto Updates**: Automatic version checking via GitHub Releases ## Tech Stack - **Frontend**: React 18, TypeScript, TailwindCSS, Zustand, Jotai, Radix UI - **Backend**: Rust with Tauri 2 - **Media Processing**: FFmpeg for video/audio encoding - **Desktop**: Cross-platform via Tauri ## Installation ### Windows Download the `.exe` or `.msi` installer from the releases page and run it. ### Linux (Arch via AUR) ```bash yay -S cliprithm # or paru -S cliprithm ``` ### Linux (Debian/Ubuntu) ```bash curl -LO "https://github.com/BOTOOM/Cliprithm/releases/latest/download/Cliprithm_VERSION_amd64.deb" sudo dpkg -i Cliprithm_VERSION_amd64.deb ``` ### Linux (Fedora/RHEL) ```bash curl -LO "https://github.com/BOTOOM/Cliprithm/releases/latest/download/Cliprithm-VERSION-1.x86_64.rpm" sudo rpm -i Cliprithm-VERSION-1.x86_64.rpm ``` ### Linux (AppImage) ```bash curl -LO "https://github.com/BOTOOM/Cliprithm/releases/latest/download/Cliprithm_VERSION_amd64.AppImage" chmod +x Cliprithm_VERSION_amd64.AppImage ./Cliprithm_VERSION_amd64.AppImage ``` ## Support the Project - GitHub Sponsors: https://github.com/sponsors/BOTOOM - Buy Me a Coffee: https://buymeacoffee.com/edwardiazdev ## Contact - Website: https://cliprithm.edwardiaz.dev - GitHub Issues: https://github.com/BOTOOM/Cliprithm/issues