zigtool icon indicating copy to clipboard operation
zigtool copied to clipboard

The golang tool of the zig compiler automatically compiles different targets according to the GOOS GOARCH environment variable. You need to install zig.

Results 3 zigtool issues
Sort by recently updated
recently updated
newest added

For Linux, you probably want musl (e.g. x86_64-linux-musl) because your resulting binary will be statically linked and thus work on all Linux distributions. However, if you prefer to interact with...

It would be great to have macos support as well.

You can preview what this looks like here: https://github.com/coolaj86/zigtool/tree/patch-1