extractify.zip/README.md
Ask

25 lines
1.0 KiB
Markdown

{9d916c3c4c431c1cf3fde1d89c5b8662643d48ba true 1049 README.md 0xc0030c8380}

# ![](./public/favicon.ico) Extractify.zip [![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-yellow.svg)](https://opensource.org/licenses/GPL-3.0)
Extractify.zip is open source progressive web app (PWA) website to view and extract zip files online without downloading them (client side). It is a free and open source project.
## Demo
[https://extractify.zip/](https://extractify.zip/)
## Features
- Sandbox mode to prevent malicious files. (use WebAssembly to extract files and don't use any server side code)
- Works on mobile and desktop.
- View & Extract compressed files.
- Don't need to upload your files to server. (work offline)
## How to use
- Open [https://extractify.zip/](https://extractify.zip/)
- Drag and drop your zip file to the page.
- Extract your files.
## How to build
- Install [Node.js](https://nodejs.org/en/)
- Install dependencies: `npm install`
- Build: `npm run build`
- Run: `npm run start`
## License
Extractify.zip is licensed under the [GPL-3.0 License](https://opensource.org/licenses/GPL-3.0).