GitDeployHub

nousresearch/cline

github.com/nousresearch/cline ↗
Node.js API
3 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • TELEMETRY_SERVICE_API_KEY secret POSTHOG TELEMETRY (Existing) Get these values from 1Password shared vault
  • ERROR_SERVICE_API_KEY secret
  • POSTHOG_TELEMETRY_ENABLED TELEMETRY PROVIDER CONTROL Control which telemetry providers are active
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/nousresearch/cline
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nousresearch/cline
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nousresearch/cline
Or deploy to a different host
← Try another repo