Zip files 4 times faster than 7-Zip with a demo written in JavaScript
Link to the demo: https://gildas-lormeau.github.io/zip.js/demos/demo-create-file.html To take advantage of this performance gain, you need to add at least 4 files to the zip file and use a Chromium-based browser as the library uses the recent CompressionStream API [1] which allows native file compression. [1] https://developer.mozilla.org/en-US/docs/Web/API/CompressionStream
In plain words
Zip.js is a JavaScript library that compresses files into zip archives up to four times faster than 7-Zip when processing multiple files in Chromium-based browsers. It leverages the native CompressionStream API for improved performance. Intended for developers building web applications that need efficient file compression, the library performs best when compressing at least four files simultaneously and requires a Chromium browser to achieve its speed advantages.
written from the facts on this page · September 2026
Does the same job
all alternatives →

- CACrawl a modern website to a zip, serve the website from the zip2024 · github.com · ▲223
- 7Z789-Zip – A native macOS app for 7-Zip2024 · github.com · ▲25
- CMCompressX, my FFmpeg wrapper for macOS2024 · compressx.app · ▲170
Hey HN, just wanted to share my success story with CompressX, my FFmpeg wrapper for macOS. For those who may not be familiar, FFmpeg is a powerful tool for converting, streaming, and recording audio and video content. I started CompressX as a weekend project to serve my 9-5 jobs, primarily to compress demo videos for uploading to GitLab and sharing with my colleagues. It took me 2 weeks to make the first working version. I shared the demo on Twitter and the reaction was extraordinary. People loved it, they said that I was bringing the Pied Piper to life. Four months later, I hit the $9,000…

More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, July 2022
the whole month →
- PO
Life & fun · 2022 · justine.lol
- PO
Dev tools · 2022 · github.com

- PP
Hello, HN - I wanted to share this puzzle game I made during my vacation. I'm rather fond of the pipes puzzle where your goal is to restore a scrambled network of connections by rotating tiles. It's usually played on a grid of squares and this all started when I decided to make a programmatic solver for that kind of puzzle. Then I realized that with some minor changes the solver could generate new puzzle instances. I thought about what kind of puzzle to make and someone suggested a hexagonal grid. Adapting the generator wasn't too hard but then I had to create a way to play this variant. So…
Life & fun · 2022 · hexapipes.vercel.app
- PD
We're building Parsnip to create a "tech tree" of cooking skills that allows anyone to level up on the building blocks of cooking knowledge while tracking their progress over time. It took us a few iterations to figure out the right product; here's the story of our latest pivot: [https://parsnip.substack.com/p/a-new-hope] The goal is to create a personalized way to learn any recipe on the Internet, then use this as a springboard to help home cooks of all levels solve the problem of repeated meal planning in a 10x better way:…
Work · 2022 · parsnip.ai