You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, release assets are uncompressed, see https://github.com/sensmetry/sysand/releases/tag/0.0.4 for example. I would expect them to be compressed to reduce download sizes, .tar.xz (preferably) or .tar.gz on Linux/macOS, and .zip on Windows (because it only recently gained support for .tar.xz some users may not have up-to-date systems).
Executables should not have abi tags, only the downloaded archives. Switching between platforms I would not want to run sysand-linux-x64 on Linux and sysand-macos-arm64, I would expect that sysand would just work on both platforms.
.tar.xz(preferably) or.tar.gzon Linux/macOS, and.zipon Windows (because it only recently gained support for.tar.xzsome users may not have up-to-date systems).sysand-linux-x64on Linux andsysand-macos-arm64, I would expect thatsysandwould just work on both platforms.