Install Darwin (Staging)
⚠️ Staging Version
This installs prerelease versions for testing. For stable releases, use
sh.thesislabs.ai
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.staging.thesislabs.ai/install-darwin.sh | THESIS_API_KEY=... sh
Windows (PowerShell)
$env:THESIS_API_KEY='...'; irm https://sh.staging.thesislabs.ai/install-darwin.ps1 | iex
What Gets Installed
darwin - The main CLI binary (prerelease)
thesis-py/ - Small Python telemetry client
For more information, visit staging.thesislabs.ai