Install Darwin

The installer downloads the darwin binary along with a small Python telemetry client. It needs an organization API key — create one in the dashboard.

macOS / Linux

curl -fsSL https://sh.thesislabs.ai/install-darwin.sh | THESIS_API_KEY=... sh

Windows (PowerShell)

$env:THESIS_API_KEY='...'; irm https://sh.thesislabs.ai/install-darwin.ps1 | iex

What Gets Installed

For more information, visit thesislabs.ai