Brotli

Top 23 Brotli Open-Source Projects

  • 7-Zip-zstd

    7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard

  • Project mention: WinRAR musste shady werden. | /r/de | 2023-12-10
  • archiver

    Easily create & extract archives, and compress & decompress files of various formats

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • PeaZip

    Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.

  • Project mention: RAR 7.0 Released | news.ycombinator.com | 2024-02-28

    Just saying that 7-Zip is great, both the compression (I use it for most of my data archival, because the higher compression ratio is worth the longer times to compress) and the software itself, pretty much what a good archival program on Windows should be like.

    On other OSes, I guess I just use whatever is included with the distro, or something like PeaZip: https://peazip.github.io/

    Curious to hear from RAR proponents.

  • lzbench

    lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors

  • Project mention: Chrome Feature: ZSTD Content-Encoding | news.ycombinator.com | 2024-04-01

    For a benchmark on a standard set: https://github.com/inikep/lzbench/blob/master/lzbench18_sort...

  • rust-brotli

    Brotli compressor and decompressor written in rust that optionally avoids the stdlib

  • Project mention: Looking for a small boring rust project to help my learning. | /r/rust | 2023-06-02

    rust-brotli (could use example code for multithreaded compression)

  • p7zip

    A new p7zip fork with additional codecs and improvements (forked from https://sourceforge.net/projects/sevenzip/ AND https://sourceforge.net/projects/p7zip/).

  • bundlejs

    An online tool to quickly bundle & minify your projects, while viewing the compressed bundle size, all running locally on your browser. A quick and easy way to bundle, minify, and compress (gzip and brotli) your ts, js, jsx and npm projects all online, with the bundle file size.

  • Project mention: Bundlejs: Package Bundle Size Checker | news.ycombinator.com | 2023-09-10
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • restish

    Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in

  • Project mention: Looking for Open-source web app back-end repository written in Golang | /r/golang | 2023-12-08

    Project using APIBin for examples https://rest.sh

  • lizard

    Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster. (by inikep)

  • nginx-autoinstall

    Compile NGINX from source with custom modules and patches on Debian and Ubuntu (by angristan)

  • compress

    Collection of compression related Go packages. (by dsnet)

  • Project mention: Bzip2 Format Specification [pdf] | news.ycombinator.com | 2024-04-10
  • UnityWebGL-LoadingTest

    Unity WebGL platform and version comparisons with a lot of nice extras

  • Project mention: Show HN: Classic Video Poker (18 year unity dev – learned Godot in 24 hours) | news.ycombinator.com | 2023-10-04

    Maybe, but Godot does particularly poorly in this area. Unity can go below 3MB out of the box and that is with bunch of engine systems in use.

    https://github.com/JohannesDeml/UnityWebGL-LoadingTest

  • TurboBench

    Compression Benchmark

  • Project mention: Zstd Content-Encoding planned to ship with Chrome 123 | news.ycombinator.com | 2024-02-07

    I'm still unconvinced about this addition. And I don't even dislike Zstandard.

    The main motivation seems to be that while Zstandard is worse than Brotli at the highest level, it's substantially faster than Brotli when data has to be compressed on the fly with a limited computation budget. That might be true, but I'm yet to see any concrete or even anecdotal evidence even in the issue tracker [1] while there exist some benchmarks where both Zstandard and Brotli are fast enough for the web usage even at lower levels [2].

    According to their FAQ [3] Meta and Akamai have successfully used Zstandard in their internal network, but my gut feeling is that they never actually tried to optimize Brotli instead. In fact, Meta employs the main author of Zstandard so it would have been easier to tune Zstandard instead of Brotli. While Brotli has some fundamental difference from Zstandard (in particular Brotli doesn't use arithmetic-equivalent coding), no one has concretely demonstrated that difference would prevent Brotli from being fast enough for dynamic contents in my opinion.

    [1] https://issues.chromium.org/issues/40196713

    [2] https://github.com/powturbo/TurboBench/issues/43

    [3] https://docs.google.com/document/d/14dbzMpsYPfkefAJos124uPrl...

  • brotli-wasm

    A reliable compressor and decompressor for Brotli, supporting node & browsers via wasm

  • methanol

    ⚗️ Lightweight HTTP extensions for Java

  • Project mention: Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try. | /r/java | 2023-05-27

    Methanol - Lightweight HTTP extensions for Java: https://github.com/mizosoft/methanol

  • fastify-compress

    Fastify compression utils

  • brotlicffi

    Python bindings to the Brotli compression library

  • spa-to-http

    Lightweight zero-configuration SPA HTTP server. Serves SPA bundle on HTTP port so it plays well with Traefik out of the box. Compatible with Vue.js, React and Angular

  • gzipped

    Replacement for golang http.FileServer which supports precompressed static assets.

  • CompressedStaticFiles

    asp.net core middleware to send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.

  • Brotli4j

    Brotli4j provides Brotli compression and decompression for Java.

  • caddy-brotli

    Brotli compression encoder for Caddy

  • compress-create-react-app

    An NPM package which allows easily adding post build compression to a create-react-app with minimal configuration

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Brotli related posts

Index

What are some of the best open-source Brotli projects? This list will help you:

Project Stars
1 7-Zip-zstd 4,682
2 archiver 4,233
3 PeaZip 3,572
4 lzbench 841
5 rust-brotli 780
6 p7zip 735
7 bundlejs 708
8 restish 640
9 lizard 633
10 nginx-autoinstall 631
11 compress 394
12 UnityWebGL-LoadingTest 314
13 TurboBench 310
14 brotli-wasm 244
15 methanol 210
16 fastify-compress 187
17 brotlicffi 144
18 spa-to-http 112
19 gzipped 93
20 CompressedStaticFiles 83
21 Brotli4j 81
22 caddy-brotli 36
23 compress-create-react-app 31

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com