Compress any video into a tiny size.
CompressO (🔉 pronounced like "Espresso" ) is a free and open-sourced cross-platform video compression app powered by FFmpeg.Available for Linux, Windows & MacOS.
Download 📦
This app is created using Tauri, a Rust🦀 framework for building a cross-platform desktop app. It uses Next.js as a frontend layer. The compression is done entirely by FFmpeg using platform specific standalone binaries. The app works completely offline and no any network requests is made to/from the app.
Download installers for the specific platform can be accessed from the releases page.
Installer Info:
CompressO_amd64.deb
: Debian derivative of Linux like UbuntuCompressO_amd64.AppImage
: Universal package for all Linux distrosCompressO_aarch64.dmg
: For Macbooks with Apple Silicon ChipsCompressO_x64.dmg
: For Macbooks with Intel ChipCompressO_x64.msi
: Windows 64 bitCompressO_x86.msi
: Windows 32 bit
- Cancel during compression
- Drag & Drop video
- Mute video
- Batch compression ...
-
MacOS: "CompressO" is damaged and can't be opened. You should move it to trash.
This error is shown by Apple to gatekeep app developers from using their apps unless it's signed by Apple after paying $100/year fee. The message is completely misleading since the app is not damaged at all. Since this is a free app, I'm not going to go Apple's route just to appease them to make people trust my app. Here's a simple solution for this issue. Open your terminal and run the command:
``` xattr -cr /Applications/CompressO.app ```
If you don't feel comfortable applying the above solution, you can simply move the app to trash (which also means you cannot use CompressO on your Mac).
-
MacOS: "CompressO" cannot be opened because developer cannot be verified.
This error is same as the one above on FAQ 1. It's just, Apple made the message different to scare the end user. Please have a look at the solution above.
-
Windows: Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.
This is because you downloaded the windows installer from outside source and Windows Defender is warning you before installation. You can simply click on "More Info" and proceed with the installation.
-
App not working on Debian 13 & Ubuntu 24
Tauri seems to be missing some packages that was removed in Debian 13 and it's derivatives like Ubuntu 24. Tauri team is investigating the issue. No solution atm, unfortunately.
This software uses libraries from the FFmpeg project under the LGPLv2.1.