Nexir public-beta release file layout ===================================== Current release: 0.1.0-beta.3 Official download service: https://releases.nexir.com Latest version manifest: https://releases.nexir.com/latest.txt The file contains one semantic version without a leading "v": 0.1.0-beta.3 Version directory: https://releases.nexir.com/vVERSION/ Binary archives: nexir-vVERSION-linux-x86_64.tar.gz nexir-vVERSION-linux-aarch64.tar.gz nexir-vVERSION-darwin-x86_64.tar.gz nexir-vVERSION-darwin-aarch64.tar.gz Windows distribution is deferred and is not part of the initial public beta. Each archive contains the executable at its root: nexir Each archive also contains: TERMS.txt NOTICE.txt OPEN_SOURCE_LICENSES.txt THIRD_PARTY_LICENSES.txt Official Binaries require affirmative acceptance of TERMS.txt before installation or operational use. The installer accepts --accept-terms, and the binary records acceptance when started with --accept-terms. Later invocations for the same terms version need no flag. NEXIR_ACCEPT_TERMS=1 is the noninteractive container and automation mechanism. Each archive has a same-name .sha256 sidecar. The sidecar contains the SHA-256 digest, two spaces, and the archive filename, followed by a newline, for example: DIGEST nexir-v0.1.0-beta.3-linux-x86_64.tar.gz Official container image: ghcr.io/nexirdb/nexir:v0.1.0-beta.3 Supported container platforms: linux/amd64 linux/arm64 Versioned release files are immutable. Use a new version rather than replacing an existing archive, checksum, or container tag.