Skip to content

Releases: codeforreal1/compressO

3.0.0

06 Apr 14:25

Choose a tag to compare

Logo

CompressO

  • CompressO_3.0.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_3.0.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_3.0.0_aarch64.dmg : Apple devices with Apple Silicon Chip
  • CompressO_3.0.0_x64.dmg : Apple devices with Intel Chip
  • CompressO_3.0.0_x64.exe: Windows build

Upgrade

To upgrade, just download the latest build from the releases page and install it in your platform.

Upgrade via Homebrew (MacOS only)

If you've installed CompressO via Homebrew, then use the following command to upgrade:

brew upgrade --cask codeforreal1/tap/compresso

If you get It seems the App source '/Applications/CompressO.app' is not there. error:

brew uninstall --cask --force compresso
brew install --cask codeforreal1/tap/compresso

Changelog

Features:

  • New Brand Identity: Updated logo and app icon across all platforms.
0-1775482541684
  • Image Compression Support: Comprehensive image compression for JPEG, PNG, WebP, and GIF formats with quality controls and optimization options.
    0-1775482596691

  • Image Transformations: Full transformation support for images including crop, rotate, flip, and dimension adjustments.
    0-1775481442367

  • SVG Conversion: Convert SVG files to PNG, JPEG, or WebP formats with advanced settings for raster to SVG conversion.
    0-1775481524775

  • Convert to SVG: Convert any raster images like png, jpeg, webp, etc. to a svg image. A real vector image.
    0-1775482334963

  • Video to GIF Conversion: Convert videos to animated GIFs with customizable quality and FPS settings.
    0-1775481889005

  • GIF Compression: Compress animated GIFs while maintaining quality and reducing file size.
    0-1775481993739

  • Cross-Container Image Conversion: Convert between different image formats (JPEG, PNG, WebP, SVG) seamlessly.

  • Output Comparison Slider: Compare original and compressed images/videos with an interactive before/after slider.
    0-1775482052793

  • In-App Updater: Built-in updater to notify and download new releases automatically within the application.

  • Video Speed Control: Adjust video playback speed for faster preview and review.
    CleanShot 2026-04-06 at 19 13 16@2x

  • Image Metadata Preservation: Preserve EXIF and other metadata when compressing images.

  • Full Image Information View: View detailed information about image files including dimensions, format, EXIF metadata, etc.
    0-1775482170329

Enhancements:

  • Linux Video Playback: Implemented local axum server to serve video assets on Linux, enabling video playback that was previously unsupported on WebGTK.
  • Improved Compression Settings: Enhanced compression settings UI with better controls and options for both video and image compression.
  • Better Output Stats Display: Improved the display of compression statistics showing before/after file sizes and savings percentage.
  • Advanced SVG Support: Added support for converting large SVG files to PNG for thumbnail rendering and better compatibility.
  • Piped Process Support: Refactored media processing to support piped commands, enabling more complex transformation workflows.
  • Central Process Executor: Implemented central process executor using builder pattern for better process management and error handling.
  • Subtitle Handling: Improved subtitle embedding with better preservation of language and title metadata.
  • Metadata Stripping: Enhanced metadata stripping functionality with more granular controls.
  • Batch Compression: Extended batch compression settings to fully support image compression alongside video compression.

Bug Fixes:

  • Fixed dimension calculation issue during image crop operations.
  • Fixed output path display after media is saved.
  • Fixed FPS not being properly applied during GIF conversion.
  • Fixed subtitle embedding issues for multiple container formats.

2.1.1

11 Mar 13:59

Choose a tag to compare

Logo

CompressO

  • CompressO_2.1.1_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_2.1.1_amd64.AppImage: Universal package for all Linux distros
  • CompressO_2.1.1_aarch64.dmg : Apple devices with Apple Silicon Chip
  • CompressO_2.1.1_x64.dmg : Apple devices with Intel Chip
  • CompressO_2.1.1_x64.exe: Windows build

Upgrade

To upgrade, just download the latest 2.1.1 build from the releases page and install it in your platform.

Upgrade via Homebrew (MacOS only)

If you've installed CompressO via Homebrew, then use the following command to upgrade:

brew upgrade --cask codeforreal1/tap/compresso

If you get It seems the App source '/Applications/CompressO.app' is not there. error:

brew uninstall --cask --force compresso
brew install --cask codeforreal1/tap/compresso

Changelog

Enhancements:

  • Make configuration settings label font weight bold for better visibility 5fcb190

Bug Fixes:

  • Fix duration format missing showing hour duration 14f2b0d
  • Fix app About color issues 5fcb190

2.1.0

04 Mar 10:45

Choose a tag to compare

Logo

CompressO

  • CompressO_2.1.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_2.1.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_2.1.0_aarch64.dmg : Apple devices with Apple Silicon Chip
  • CompressO_2.1.0_x64.dmg : Apple devices with Intel Chip
  • CompressO_2.1.0_x64.exe: Windows build

Upgrade

To upgrade, just download the latest 2.1.0 build from releases page and install in your platform.

Upgrade via Homebrew (MacOS only)

If you've installed CompressO via Homebrew, the use the following command to upgrade:

brew upgrade --cask codeforreal1/tap/compresso

If you get It seems the App source '/Applications/CompressO.app' is not there. error:

brew uninstall --cask --force compresso
brew install --cask codeforreal1/tap/compresso

Changelog

Features:

  • Subtitle Upload: You can now upload single or multiple subtitle and embed in the final output video. You can upload subtitles from Others tab.
    CleanShot 2026-03-04 at 16 08 53@2x

  • Download Embedded Subtitle from the video: You can also download the embedded subtitles of the video in SRT or VTT format. You can download these subtitles from Subtitles tab of the full video info overlay.
    CleanShot 2026-03-04 at 16 11 09@2x

  • Theme Color: You can customize the color of the app to your liking. The selected color will be applied to everywhere on the app.
    CleanShot 2026-03-04 at 16 14 26@2x

  • Audio Amplification: You can now amplify the volume upto 200% of the original audio.
    CleanShot 2026-03-04 at 16 15 59@2x

  • Capture Current Frame: You can now capture the current frame from the video player and copy it to the clipboard. Just right click on the video player and the context menu will show up to do so.
    CleanShot 2026-03-04 at 16 18 56@2x

  • Progress % in Dock: MacOS dock icon now shows progress % during processing.

CleanShot 2026-03-04 at 16 21 03@2x

Improvements:

  • Light Mode for Timeline Bar: Video player timeline and trimmer timeline gets light theme mode support.
    CleanShot 2026-03-04 at 16 23 11@2x

  • Timeline Performance Improvements: Timeline performance has been heavily improved. Earlier it used to show blank spaces due to constant auto-scroll update during video play progress but now it has been updated to only scroll when the cursor goes out of view.

  • Metadata improvements: Metadata inputs are now controlled to sync the value properly during batch videos and single video mode.

2.0.0

23 Feb 17:28

Choose a tag to compare

Logo

CompressO

  • CompressO_2.0.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_2.0.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_2.0.0_aarch64.dmg : Apple devices with Apple Silicon Chip
  • CompressO_2.0.0_x64.dmg : Apple devices with Intel Chip
  • CompressO_2.0.0_x64.exe: Windows build

Changelog

Features:

  • Batch compression.

image

  • Video trim/split functionality.

CleanShot 2026-02-24 at 22 57 01@2x (1)

  • Video player for Mac & Windows. Note: Linux WebGTK does not support playing local videos, so this feature is not available on Linux.
  • Paste video files from clipboard. Paste a directory from clipboard for batch compression.
  • Drag & drop a directory containing videos for batch compression.
  • Open video files in CompressO directory from file managers. Just right click and select "Open with CompressO"
CleanShot 2026-02-24 at 22 58 37@2x
  • Full video information including video container, video, audio, subtitles, chapters, etc.

CleanShot 2026-02-24 at 22 59 49@2x

  • Copy compressed video to clipboard functionality.
CleanShot 2026-02-24 at 23 02 18@2x
  • Video codec selection.
CleanShot 2026-02-24 at 23 02 42@2x
  • Brand new Audio tab containing:
    • Audio codec selection.
    • Audio track selection.
    • Audio channel manipulation.
    • Audio bit rate manipulation.
    • Audio volume adjustment.

CleanShot 2026-02-24 at 22 46 05@2x

  • Video metadata preserve/editing (title, artist, album, year, genre, description, comments, synopsis, copyright, creation date, etc.).
    CleanShot 2026-02-24 at 22 48 05@2x

  • Custom thumbnail for video. The thumbnail shows as a preview on file managers.

CleanShot 2026-02-24 at 23 05 33@2x
  • Homebrew support for macOS installation.

Enhancements:

  • Revamped UI with tabs for video, audio, and metadata settings.
  • Improved slider UI components.
  • Thumbnail regeneration for videos on image thumbnail mode.
  • Video frame capture for transformations.

Bug Fixes:

  • Remove support for 32-bit Windows.
  • Windows release builds have been changed to nsis from msi for better compatibility.
  • Fix Linux desktop template file to be more specific. LINK
  • Preserve audio tracks when the video contains multiple audio tracks. LINK
  • Fix drag & drop issue on Windows.

1.4.0

04 Dec 13:46
27093ea

Choose a tag to compare

Logo

CompressO

  • CompressO_1.4.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_1.4.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_1.4.0_aarch64.dmg : For Apple devices with Apple Silicon Chips
  • CompressO_1.4.0_x64.dmg : For Apple devices with Intel Chip
  • CompressO_1.4.0_x64.msi: Windows 64 bit
  • CompressO_1.4.0_x86.msi: Windows 32 bit

Changelog

Bug Fixes:

1.3.0

04 Nov 15:10
3f0011f

Choose a tag to compare

Logo

CompressO

  • CompressO_1.3.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_1.3.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_1.3.0_aarch64.dmg : For Apple devices with Apple Silicon Chips
  • CompressO_1.3.0_x64.dmg : For Apple devices with Intel Chip
  • CompressO_1.3.0_x64.msi: Windows 64 bit
  • CompressO_1.3.0_x86.msi: Windows 32 bit

Changelog

Features:

Enhancements:

  • Revamped UI

1.2.0

27 May 17:05
faf8bec

Choose a tag to compare

Logo

CompressO

  • CompressO_1.2.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_1.2.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_1.2.0_aarch64.dmg : For Apple devices with Apple Silicon Chips
  • CompressO_1.2.0_x64.dmg : For Apple devices with Intel Chip
  • CompressO_1.2.0_x64.msi: Windows 64 bit
  • CompressO_1.2.0_x86.msi: Windows 32 bit

Changelog

Features:

Enhancements:

Bug Fixes:

CompressO v1.1.0

20 May 05:20
037394d

Choose a tag to compare

Logo

CompressO

  • CompressO_1.1.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_1.1.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_1.1.0_aarch64.dmg : For Apple devices with Apple Silicon Chips
  • CompressO_1.1.0_x64.dmg : For Apple devices with Intel Chip
  • CompressO_1.1.0_x64.msi: Windows 64 bit
  • CompressO_1.1.0_x86.msi: Windows 32 bit

Changelog

Features:

Enhancements:

Bug Fixes:

Compresso v1.0.0

19 May 08:50

Choose a tag to compare

Logo

CompressO

  • CompressO_1.0.0_amd64.deb: Debian derivative of Linux like Ubuntu
  • CompressO_1.0.0_amd64.AppImage: Universal package for all Linux distros
  • CompressO_1.0.0_aarch64.dmg : For Macbooks with Apple Silicon Chips
  • CompressO_1.0.0_x64.dmg : For Macbooks with Intel Chip
  • CompressO_1.0.0_x64.msi: Windows 64 bit
  • CompressO_1.0.0_x86.msi: Windows 32 bit