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 | sh

Homebrew (macOS)

brew tap eduardostuart/tulip
brew install tulip

Windows (PowerShell)

irm https://raw.githubusercontent.com/eduardostuart/tulip/main/install.ps1 | iex

Cargo

If you have Rust installed:

cargo install tulip-cli

Build from source

git clone https://github.com/eduardostuart/tulip.git
cd tulip
cargo build --release
cp target/release/tulip ~/.cargo/bin/

Verify

tulip --version