Skip to content

Releases: zx0r/nvimx

0.1.1 2026-04-30

Choose a tag to compare

@github-actions github-actions released this 30 Apr 21:46
v0.1.1
1031964

Release Notes

Added

  • Integrated crates.io publication into the release workflow.
  • Implemented Trusted Publishing (OIDC) framework for secure, secretless authentication with crates.io.

Changed

  • Optimized the announce job to wait for all parallel publication tasks (Homebrew, crates.io).

Install nvimx 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zx0r/nvimx/releases/download/v0.1.1/nvimx-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install zx0r/tap/nvimx

Download nvimx 0.1.1

File Platform Checksum
nvimx-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
nvimx-x86_64-apple-darwin.tar.gz Intel macOS checksum
nvimx-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
nvimx-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
nvimx-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
nvimx-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo zx0r/nvimx

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.1.0 2026-04-28

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:06
v0.1.0
f9c4e31

Release Notes

Added

  • Initial release of nvimx — a high–performance Neovim profile manager.
  • Support for instant switching between multiple Neovim configurations.
  • Automated installation and cleanup routines for configuration files.
  • Full CI/CD integration via cargo-dist for cross–platform delivery.
  • Automated Homebrew formula updates in zx0r/homebrew-tap.
  • SLSA Level 3 provenance and CycloneDX SBOM generation for enhanced security.

Install nvimx 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zx0r/nvimx/releases/download/v0.1.0/nvimx-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install zx0r/tap/nvimx

Download nvimx 0.1.0

File Platform Checksum
nvimx-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
nvimx-x86_64-apple-darwin.tar.gz Intel macOS checksum
nvimx-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
nvimx-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
nvimx-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
nvimx-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo zx0r/nvimx

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>