Compress text or files with GZip, Deflate (zlib), or raw Deflate; decompress them back — fully client-side using browser CompressionStream APIs.
Compress text or files with GZip, Deflate (zlib), or raw Deflate; decompress them back — fully client-side using browser CompressionStream APIs.
Yes. Compress / Decompress can compress a JSON payload for storage, directly in your browser.
Yes. Compress / Decompress can decompress a .gz file in the browser, directly in your browser.
Yes. Compress / Decompress can measure compression ratio of a text blob, directly in your browser.
No. This tool runs entirely in your browser — your input is processed locally on your device and is never uploaded or stored on a server.