atauenis / webone

HTTP 1.x proxy that makes old web browsers usable again in the Web 2.0 world.
Other
498 stars 15 forks source link

macOS 13 problems #139

Open FilippoGiombi opened 1 month ago

FilippoGiombi commented 1 month ago

I can't run it in macOS 13 because I'm getting some errors. if I cd into the folder and I run ./webone it gives this error: "zsh: permission denied: ./webone" I also tried to chmod this file but I get another error: "zsh: killed ./webone"

How can I get this working?

atauenis commented 1 month ago

Are you using right version (for Intel or Apple-M processor)?

If you have an Intel-based Mac and trying the Intel version of WebOne (or have an ARM-based Mac and trying the Apple-M version of WebOne), try one of these custom archives: WebOne.0.17.2-pre.mac-intel.zip WebOne.0.17.2-pre.mac-m.zip

I have removed any macOS metadata from these zips, so it is need to do chmod +x ./webone to run it. Probably this might solve some problems (I've still using macOS 10.14 at this moment for all Mac-related things, so Mojave's metadata may be incompatible with Ventura, don't know).