Missing compatible architecture on Apple Silicon & macOS Ventura
Author: malashCreated Oct 28, 2022Updated Dec 30, 2025
After upgrading my MBP to macOS Ventura 13.0, proxychains4 fails to run and throws this erorr:

It's weird that error message said have 'x86_64,arm64e', need '', I have no idea why arm64e doesn't work again (see https://github.com/rofl0r/proxychains-ng/issues/453 ). My proxychain4 is x86_64 + arm64 and libproxychains4.dylib is x86_64 + arm64e.
A temprary solution to bypass this issue is use arch -x86_64, like arch -x86_64 /opt/homebrew/bin/proxychains4 curl -I https://www.google.com could normally run:

cc @rofl0r
Source: rofl0r/proxychains-ng