laevitas cli

Crypto derivatives analytics from your terminal. Built for humans and AI agents.

macOS / Linux

curl -sSL https://cli.laevitas.ch/install.sh | sh

Windows (PowerShell)

irm https://cli.laevitas.ch/install.ps1 | iex

Homebrew

brew tap laevitas/cli && brew install laevitas

Go

go install github.com/laevitas/cli@latest

Docker

docker run --rm laevitas/cli --help

From source

git clone & make build