You can statically compile all Skywire binaries. Install musl-tools with a package manager of your choice.
Note: the binary releases are compiled with musl. The skywire AUR package is also compiled with musl by default.
musl ports for Mac are not supported.
To compile and install the binaries run:
# Static Build.
$ make build-static # installs all dependencies, build binaries and skywire apps
# Install statically compiled skywire-visor, skywire-cli and app CLI execs.
$ make install-static