Add zlib and libuv statically instead of dynamically linked, this will avoid problems with people that don't run. ``` brew install libuv brew install zlib ``` or ``` apt install libuv1 zlib1g ``` Discussion: https://github.com/cirospaciari/socketify.py/discussions/10#discussioncomment-4129980 (Should fix arm m2)