Extract and Explore compressed files online and securely
Go to file
2023-12-22 17:23:53 +00:00
.github/workflows last try to fix VCode issue 2023-05-15 16:38:46 +03:00
components replace plyr with Vime 2023-07-22 02:23:14 +03:00
composables use fs.readFile instead of fs.lookupPath 2023-07-22 05:06:16 +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 feat: add header to mention source repo 2023-07-22 05:39:14 +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 replace plyr with Vime 2023-07-22 02:23:14 +03:00
package-lock.json fix: upgrade selecto from 1.22.3 to 1.26.2 2023-12-22 17:23:53 +00:00
package.json fix: upgrade selecto from 1.22.3 to 1.26.2 2023-12-22 17:23:53 +00:00
README.md disable experimental features and open source the project 2023-07-21 17:16:59 +03:00
SECURITY.md Create SECURITY.md 2023-12-21 10:38:02 +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.