Nexir public beta

Download Nexir 0.1.0-beta.3.

The installer detects your operating system and architecture, downloads the matching official archive, verifies its SHA-256 checksum, and installs into a user-owned directory.

See the release notes for what changed in this release.

Linux and macOS

Read the Nexir Binary License and Use Terms v1.0. Passing --accept-terms records your affirmative acceptance before installation.

curl --proto '=https' --tlsv1.2 -sSf \
  https://nexir.com/install.sh | sh -s -- --accept-terms

Supports Linux x86_64/ARM64 and macOS Intel/Apple Silicon. Windows is deferred for the initial public beta.

Official binaries

Artifact matrix

Every release provides an immutable archive plus a same-name .sha256 file under releases.nexir.com/vVERSION/.

PlatformTargetArchive
Linux x86_64linux-x86_64nexir-vVERSION-linux-x86_64.tar.gz
Linux ARM64linux-aarch64nexir-vVERSION-linux-aarch64.tar.gz
macOS Inteldarwin-x86_64nexir-vVERSION-darwin-x86_64.tar.gz
macOS Apple Silicondarwin-aarch64nexir-vVERSION-darwin-aarch64.tar.gz
Dockerlinux/amd64, linux/arm64ghcr.io/nexirdb/nexir:v0.1.0-beta.3

Install a version

curl -sSf https://nexir.com/install.sh | \
  sh -s -- --accept-terms --version 0.1.0-beta.3

Verify

nexir --version
# nexir 0.1.0-beta.3 (beta)

Upgrade

Re-run the installer. It replaces only the executable in the selected install directory; it does not touch configuration or data.