A tool to reduce the file size of your files. Free no-dependency, local, tracking-free, advert-free file compression and decompression. Simple and fast.
Now, that the following browser features are implemented by the major vendors:
- Resizable ArrayBuffers (since July 2024)
- transfer ArrayBuffer to a fixed length (since March 2024)
- Compression Streams (since May 2023)
nothing stands in the way of selecting a file, compressing it with the CompressionStream API, creating an archive and downloading it.
For now there are two formats supported: gzip
and deflate
, with no control over compression strength.
In the future this API might be expanded to finer controls and the formats brotli
and zstd
1,2,3.
Try it here: File Compressor
- One might say:
7Zip can also do this, why would I use this instead?
- To which one might reply:
Yes
Spread the word and star this repo. That's all, thank you for your time.
I'd like to keep this project free from dependencies. This also means no devtools, no package.json, no TypeScript, no versioning. Given the project size (in the future and now) none of this would be worth it. There is 1 point, which I declare as exceptions:
- the use of JsDoc4, because it improves the readability, most IDE support it and it's inside of comments. It's plain and simple, therefore worth it.
Licensed under the MIT License. Copyright (c) 2024 39zde.
See LICENSE.