Skip to content

A tool to reduce the file size of your files. Free online, local, tracking-free, advert-free file compression. Simple and fast.

License

Notifications You must be signed in to change notification settings

39zde/simple-file-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple File Compressor

A tool to reduce the file size of your files. Free online, local, tracking-free, advert-free file compression. Simple and fast.

Now, that the following browser features are implemented by the major vendors:

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 zstd1,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.

Links

Footnotes

  1. https://github.com/whatwg/compression/blob/main/explainer.md#future-work

  2. https://github.com/whatwg/compression/issues/34

  3. https://github.com/whatwg/compression/issues/54