get.differentrobot.com

Release artifacts for the Different Robot CLIs.

Install

curl -fsSL https://get.differentrobot.com/install.sh | sh -s -- linear

Several at once, or pinned to a version:

curl -fsSL https://get.differentrobot.com/install.sh | sh -s -- linear dr
curl -fsSL https://get.differentrobot.com/install.sh | sh -s -- linear@2.1.0

Authentication

Most tools are gated. Set a Cloudflare Access service token and the installer uses the authenticated namespace automatically:

export DR_RELEASES_CLIENT_ID=...
export DR_RELEASES_CLIENT_SECRET=...

API

Each route has a /private/v1/… counterpart behind Access that serves every tool.