Extract and Explore compressed files online and securely
Go to file
2023-07-21 20:26:38 +03:00
.github/workflows last try to fix VCode issue 2023-05-15 16:38:46 +03:00
components support play videos 2023-07-21 20:23:33 +03:00
composables remove the file after extract local blob url 2023-07-21 20:26:38 +03:00
plugins support dark mode 2023-06-06 03:59:48 +03:00
public move wasm import to be handle by vite. move 7zip management to separate worker 2023-06-13 01:58:19 +03:00
.gitignore add drag select element 2023-05-15 03:32:16 +03:00
.npmrc add drag select element 2023-05-15 03:32:16 +03:00
.nvmrc fix selection 2023-05-15 14:16:37 +03:00
app.vue support play videos 2023-07-21 20:23:33 +03:00
CNAME Create CNAME 2023-05-15 16:19:50 +03:00
LICENSE disable experimental features and open source the project 2023-07-21 17:16:59 +03:00
nuxt.config.ts explain there nothing upload to server and user can view files 2023-05-30 03:27:34 +03:00
package-lock.json support play videos 2023-07-21 20:23:33 +03:00
package.json support play videos 2023-07-21 20:23:33 +03:00
README.md disable experimental features and open source the project 2023-07-21 17:16:59 +03:00
tsconfig.json add drag select element 2023-05-15 03:32:16 +03:00
Ask

Extractify.zip License: 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/

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

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.