cross-posted from: https://lemm.ee/post/47771637

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.

Website: https://extractify.zip/

    • GetOffMyLan@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      13 hours ago

      I think it means to the file system. As in they only ever exist inside the browser sandbox in memory. This should be completely safe.

      So you don’t have to download them and drag to the browser. It requests the data and processes it in the browser environment.

    • YodaDaCoda@aussie.zone
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      Yeah these statements don’t align.

      Extractify.zip is open source progressive web app (PWA) website to view and extract zip files online without downloading them (client side).

      Directly conflicts with

      • Sandbox mode to prevent malicious files. (use WebAssembly to extract files and don’t use any server side code)
      • Don’t need to upload your files to server. (work offline)

      This just doesn’t make sense.

      • Kissaki@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        I interpreted it as a wording issue on the “without downloading them” referring to you work locally - which matches “(client side)” as well.