mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
Extract and Explore compressed files online and securely
0378271b8f
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
components | ||
composables | ||
plugins | ||
public | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
app.vue | ||
CNAME | ||
LICENSE | ||
nuxt.config.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Extractify.zip
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
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/
- Drag and drop your zip file to the page.
- Extract your files.
How to build
- Install Node.js
- Install dependencies:
npm install
- Build:
npm run build
- Run:
npm run start
License
Extractify.zip is licensed under the GPL-3.0 License.