Releases: zx0r/nvimx
Releases · zx0r/nvimx
Release list
0.1.1 2026-04-30
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
announcejob 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 | shInstall prebuilt binaries via Homebrew
brew install zx0r/tap/nvimxDownload 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/nvimxYou 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
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-distfor 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 | shInstall prebuilt binaries via Homebrew
brew install zx0r/tap/nvimxDownload 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/nvimxYou 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>