Skip to content
🔧

Créateur d'Archive TAR.GZ

Compression · Outil en ligne gratuit

Empaqueter plusieurs fichiers et compresser en gzip vers .tar.gz.

Équipe EZ4Code
Generates a POSIX ustar archive then compresses it with CompressionStream('gzip'). Extract with tar -xzf archive.tar.gz.

POSIX ustar

Écrit des en-têtes ustar corrects — compatible GNU tar, BSD tar et 7-Zip.

Multi-fichiers

Regroupez autant de fichiers texte que vous voulez en une seule archive.

Ratio en direct

Voyez la taille brute totale vs compressée après chaque build.

Comment utiliser Créateur d'Archive TAR.GZ

  1. 1Enter or paste the text you want to compress.
  2. 2Select the compression algorithm (gzip, deflate, or brotli).
  3. 3Click compress to reduce the data size.
  4. 4Copy or download the compressed output.

Fonctionnalités

  • ✓100% gratuit — sans inscription, sans abonnement, sans publicité
  • ✓Fonctionne entièrement dans votre navigateur — vos données ne quittent jamais votre appareil
  • ✓Rapide et léger — résultats instantanés
  • ✓Multiplateforme — compatible ordinateur, tablette et mobile

Questions fréquentes

What compression algorithms are supported?

We support gzip, deflate, and brotli compression algorithms for text data.

Is there a file size limit?

Since tools run in your browser, the limit depends on your device memory. Most tools handle several megabytes without issues.

Can I decompress data produced by other software?

Yes. The decompression tools accept standard gzip, deflate, and brotli streams from any compliant source — command-line tools, web servers, or other libraries.

Why does the compressed output look unreadable?

Compressed data is binary, not text. Use Copy as Base64 or download it as a file — pasting raw compressed bytes into a text field will show garbled characters.

Outils associés