Skip to content

Install verilib-cli

curl -sSL https://github.com/Beneficial-AI-Foundation/verilib-cli/releases/latest/download/verilib-cli-installer.sh | sh
irm https://github.com/Beneficial-AI-Foundation/verilib-cli/releases/latest/download/verilib-cli-installer.ps1 | iex
npm install -g verilib-cli

Package managers

Homebrew (macOS):

brew tap Beneficial-AI-Foundation/verilib-cli
brew install verilib-cli

Windows MSI: download the latest .msi from the releases page.

Manual binaries

Platform File
macOS (Apple Silicon) verilib-cli-aarch64-apple-darwin.tar.xz
macOS (Intel) verilib-cli-x86_64-apple-darwin.tar.xz
Linux (x86_64) verilib-cli-x86_64-unknown-linux-gnu.tar.xz
Linux (ARM64) verilib-cli-aarch64-unknown-linux-gnu.tar.xz
Windows verilib-cli-x86_64-pc-windows-msvc.zip

Extract and place the binary on your PATH.

Build from source

git clone https://github.com/Beneficial-AI-Foundation/verilib-cli.git
cd verilib-cli
cargo build --release
cargo test
cargo install --path .

Requirements: Rust 1.70+ (2021 edition), Git, optional platform keyring support.