OPEN-SOURCE ZIP TOOLKIT · MIT
Add “Download as ZIP”
to any web app.
Create ZIPs from files or remote URLs, right in the browser — without any backend code. Eazip handles multi-GB archives and thousands of URLs too — just switch to Eazip Cloud for larger jobs.
Get started
$npm i @eazip/
Quickstart
From install to
download in minutes
Three steps, no build config, no server to stand up.
- 1Install
npm i @eazip/reactAdd the React package. No build configuration or backend required.
- 2Zip files or URLs
zip.download({ files })Pass local files or remote URLs to the useEazip() hook.
- 3Show progress
<EazipTray />Progress, cancel, retry, and completed downloads — handled.