Your files never leave this device — 100% in-browser

Create a ZIP File

Bundle files into one ZIP archive entirely on your device — with real compression, and without handing your files to a server first.

Select any files and each drop becomes one standard ZIP, assembled entirely in your browser: DEFLATE for compressible files, STORE for media that would only grow, and UTF-8 filenames that extract correctly on Windows, macOS and Linux. No upload site sees your documents.

Last verified 2026-08-15 — this tool passed 79 automated end-to-end checks

Drop files here, or click to browse
converts to ZIP · each drop becomes one archive · DEFLATE compression
01 — PRIVATE
The usual "zip online" sites upload everything first. Here the archive is assembled in your browser — contracts and photos never leave the device.
02 — REAL COMPRESSION
Text and documents are DEFLATE-compressed with the browser's native engine; already-compressed files are stored as-is so the archive never grows.
03 — UNICODE-SAFE
한글, 日本語 and emoji filenames are written with proper UTF-8 flags, so they extract correctly on Windows, macOS and Linux.

How to use

  1. Drop your files into the box above — or click it to browse. Each drop becomes one archive.
  2. Conversion starts immediately — no settings needed.
  3. Click Download on each finished file. Nothing was uploaded at any point.

When you need a ZIP (and don't have a right-click handy)

Every desktop OS can zip files, but plenty of situations aren't your desktop: a locked-down work machine or school Chromebook, a tablet, a friend's computer, or a browser-only kiosk. And upload forms that accept exactly one attachment — job applications, submission portals, ticket systems — are the classic reason a folder of files suddenly needs to become one archive.

Every drop becomes one archive: select all the files at once (or drag a selection in), and download a single archive.zip. Need several archives? Drop several batches — each gets its own row and its own ZIP.

Archive properties
PropertyValue
FormatStandard ZIP (PKZIP 2.0-compatible)
CompressionDEFLATE for compressible files, STORE for media
FilenamesUTF-8 (Korean/Japanese/emoji extract correctly)
DuplicatesAuto-renamed: name (1).ext
LimitsUp to 100 files / 1 GB per archive
Extracts withWindows, macOS, Linux built-ins and every ZIP app

What kind of ZIP comes out

A standard ZIP any extractor understands — Windows Explorer, macOS Archive Utility, 7-Zip, unzip. Compressible files (text, CSV, documents, code) are DEFLATE-compressed using the compression engine built into your browser; files that are already compressed (JPG, PNG, MP4, existing archives) are stored without recompression, which keeps them byte-identical and avoids the size increase naive zippers cause. Duplicate filenames are renamed the way file managers do — report.pdf, report (1).pdf — instead of silently overwriting.

When NOT to use ZIP

  • For extra compression of media — JPG/MP4 are already compressed; zipping them saves ~0%. Zip media for bundling, not shrinking.
  • Password protection — legacy ZIP encryption is weak and this tool deliberately doesn't offer it; use an encrypted 7z/age archive from a desktop tool when secrecy matters.
  • Multi-gigabyte backups — browser memory holds the whole archive; the 1 GB per-batch cap here exists for a reason. Use desktop tools for backups.

Frequently asked questions

Are my files uploaded to be zipped?

No — the archive is built byte-by-byte in your browser using the native compression engine. The network tab shows zero upload traffic.

Why is my ZIP barely smaller than the originals?

Your files were probably photos or videos, which are already compressed. ZIP still bundles them into one attachment — that is usually the actual goal.

Will Korean filenames survive on Windows?

Yes — names are written with the ZIP UTF-8 flag, which modern Windows, macOS and Linux extractors all honor.

Can I add a password?

Deliberately no. Classic ZIP encryption is broken enough to give false confidence. For confidential archives use a desktop tool with AES (7-Zip) — and note that it, too, should be done locally, not on an upload site.