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
GET /v1/tools— what is published publiclyGET /v1/:tool/latest— current version, as JSONGET /v1/:tool/:version/:artifact— the artifact (latestredirects to a concrete version)
Each route has a /private/v1/… counterpart behind Access that serves every tool.