Installation
How to install tulip on your system.
tulip is a single static binary. No Node.js, npm, or runtime dependencies needed.
Quick install
The fastest way to install tulip — downloads the pre-built binary for your platform (view script):
curl -fsSL https://raw.githubusercontent.com/eduardostuart/tulip/main/install.sh | shHomebrew (macOS)
brew tap eduardostuart/tulip
brew install tulipWindows (PowerShell)
irm https://raw.githubusercontent.com/eduardostuart/tulip/main/install.ps1 | iexCargo
If you have Rust installed:
cargo install tulip-cliBuild from source
git clone https://github.com/eduardostuart/tulip.git
cd tulip
cargo build --release
cp target/release/tulip ~/.cargo/bin/Verify
tulip --version