Eazip.js
EazipGitHub

Scale with Eazip

Keep the Eazip.js API and move URL-based ZIP jobs beyond browser limits when you need to.

Eazip.js works as a standalone browser library. You do not need an Eazip account, API key, or hosted backend for local jobs.

When a URL-based job outgrows a browser tab, the same SDK can run it with Eazip. This is optional: local execution remains the default.

zip.download({
  strategy: 'cloud',
  publicKey: 'pk_ez_...',
  files: urls,
});

Use Eazip when the archive is very large, contains thousands of URLs, must survive a reload, or includes sources the browser cannot fetch because of CORS. Read the Eazip browser integration docs to create and scope a publishable key, or start with the Eazip overview.