C File Compression Software

View 42 business solutions

Browse free open source C File Compression Software and projects below. Use the toggles on the left to filter open source C File Compression Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar Icon
    Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
    Free Trial
  • 1
    Info-ZIP portable compression/archiver utilities (Zip, UnZip, WiZ, etc.)
    Leader badge
    Downloads: 103,236 This Week
    Last Update:
    See Project
  • 2
    Library and command line tools for XZ and LZMA compressed files
    Leader badge
    Downloads: 125,281 This Week
    Last Update:
    See Project
  • 3
    7-Zip

    7-Zip

    A free file archiver for extremely high compression

    7-Zip is a file archiver with a high compression ratio. 7-Zip works in Windows 11 / 10 / 8 / 7 / Vista / XP / 2022 / 2019 / 2016 / 2012 / 2008 / 2003 / 2000. You can use 7-Zip on any computer, including a computer in a commercial organization. You don't need to register or pay for 7-Zip. And there is command line version for Linux and macOS. Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license with GNU LGPL + unRAR restrictions. Check the license for details.
    Leader badge
    Downloads: 11,219 This Week
    Last Update:
    See Project
  • 4
    LAME (Lame Aint an MP3 Encoder)

    LAME (Lame Aint an MP3 Encoder)

    A high quality MP3 encoder

    LAME is an educational tool to be used for learning about MP3 encoding. The goal of the LAME project is to improve the psycho acoustics, quality and speed of MP3 encoding. Note: we provide source code only!
    Leader badge
    Downloads: 17,541 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    LZ4

    LZ4

    Extremely fast compression algorithm

    LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's static assets (text/images/tables/scripts/etc) which loading from Flash Memory / HDD / SSD. In this case, compression time is completely ignored. Because only content developers compress the data at once and usually they don't care about its computational cost. But they always care end user's experience a.k.a. "loading time" and bandwidth. Please pay attention to "LZ4HC -9" which is quite faster than other methods.
    Downloads: 510 This Week
    Last Update:
    See Project
  • 6
    Nikkho

    Nikkho

    Javier Gutiérrez Chamorro (Guti) Open source projects

    Javier Gutiérrez Chamorro (Guti) Open source projects Author's website: https://www.javiergutierrezchamorro.com
    Leader badge
    Downloads: 1,053 This Week
    Last Update:
    See Project
  • 7

    OptiPNG

    Advanced PNG optimization program

    OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.
    Leader badge
    Downloads: 613 This Week
    Last Update:
    See Project
  • 8
    Zstandard

    Zstandard

    Zstandard - Fast real-time compression algorithm

    Zstandard is a fast compression algorithm, providing high compression ratios. It also offers a special mode for small data, called dictionary compression. The reference library offers a very wide range of speed / compression trade-off, and is backed by an extremely fast decoder (see benchmarks below). Zstandard library is provided as open source software using a BSD license. Its format is stable and published as IETF RFC 8478. The negative compression levels, specified with --fast=#, offer faster compression and decompression speed in exchange for some loss in compression ratio compared to level 1, as seen in the table above. Zstd can trade compression speed for stronger compression ratios. It is configurable by small increment. Decompression speed is preserved and remain roughly the same at all settings, a property shared by most LZ compression algorithms, such as zlib or lzma.
    Downloads: 64 This Week
    Last Update:
    See Project
  • 9
    FLAC is a free lossless compressed audio format which supports streaming and archival. The FLAC project maintains the format and provides a reference encoder/decoder and input plugins for several popular audio players.
    Leader badge
    Downloads: 273 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    TTA Lossless Audio Codec
    Lossless compressor for multichannel 8,16 and 24 bits audio data, with the ability of password data protection. Being 'lossless' means that no data/quality is lost in the compression - when uncompressed, the data will be identical to the original.
    Downloads: 142 This Week
    Last Update:
    See Project
  • 11
    Brotli

    Brotli

    Brotli compression format

    Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, memcpy is invoked with a gigantic num value, that will likely cause the crash. Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. The specification of the Brotli Compressed Data Format is defined in RFC 7932. Brotli is open-sourced under the MIT License. You can download and install brotli using the vcpkg dependency manager.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 12
    pngcrush and other tools for manipulating PNG (Portable Network Graphics) and MNG (Multiple-image Network Graphics) files.
    Leader badge
    Downloads: 274 This Week
    Last Update:
    See Project
  • 13
    Rar Expander is a MacOSX program which extracts the files contained in single or multi-volume RAR archives. It uses the official unRAR library internally so it is fully compatible with archives produced by WinRAR.
    Leader badge
    Downloads: 113 This Week
    Last Update:
    See Project
  • 14
    Gemc

    Gemc

    Prepare your CD images (BIN,CDI,NRG,CCD or similar) for compression

    Gemc lets you prepare CD image files (such as BIN, CDI, NRG, CCD, or similar) so that they'll compress far better in programs such as WinRAR. HERE`S HOW TO USE IT: Run the CD image file (i.e. filename.bin) through GEMC to create an ECM file (i.e. filename.bin.ecm). Compress the ECM file (i.e. filename.bin.ecm) using your favorite compression program (i.e. 7Z,RAR,ZIP..). Back up, transmit via Internet, or whatever you normally do with CD images! When you want to burn the CD again, extract the original CD image from the ECM file. space saved depends on the number of sectors with unnecessary EDC/ECC data in them, which will depend on the specific type of CD
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 15
    A portable version of the ARJ archiver, available for a growing number of DOS-like and UNIX-like platforms on a variety of architectures.
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 16
    minidjvu is a DjVu encoder for black-and-white images.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 17
    A SEGA Dreamcast VMU backup utility that allows you to transfer your savegame files from/to your PC harddisk.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 18
    Moved to GitHub.com/gdraheim/zziplib/ The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    ARC is used to create and maintain file archives. An archive is a group of files collected together into one file in such a way that the individual files may be recovered intact. This repo is obsolete. Use github.com/hyc/arc instead.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 20
    NOTE: Moved to https://github.com/vapier/ncompress maintaining the public domain project ncompress
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 21
    Flake is an open-source FLAC audio encoder.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    A patent-free audio codec designed especially for voice (unlike Vorbis which targets general audio) signals and providing good narrowband and wideband quality. This project is complementary to the Ogg Vorbis codec.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    UPX Tool is a GUI for the popular UPX EXE Compressor. Windows Programs and Dlls, and DOS Programs can be compressed.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    UnRarX is a Mac OS X Cocoa application that allows you to expand rar archives on MacOS X.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    The RLE compression pack is a set of utilities to compress and decompress files using RLE algorithm.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.