universelab SCI · CLI · BIO

Installation

Cadspec is currently in beta (0.1.0-beta.x). Interfaces may still change before 1.0.

Quick install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/UniverLab/cadspec/main/scripts/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/UniverLab/cadspec/main/scripts/install.ps1 | iex

Via cargo

cargo install cadspec

Available on crates.io.

From source

git clone https://github.com/UniverLab/cadspec.git
cd cadspec
cargo build --release
# Binary at target/release/cadspec

Uninstall

rm -f ~/.local/bin/cadspec

Projects are plain directories of TOML files — nothing else to clean up.