/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

GitHub says it has begun collecting pseudonymous client-side telemetry from command-line interface (CLI) users and enabled it by default

Opt-out instructions included if you're not keen on GitHub watching you in the name of product improvement  —  Users of GitHub's command-line interface (CLI) who value privacy, beware.

The Register Brandon Vigliarolo

Context & Ripple Effects

GitHub’s related coverage has largely centered on making security protections more automatic: code scanning, secret-scanning alerts, push protection, and private vulnerability reporting all move detection or disclosure closer to the everyday development workflow.

Default-on CLI telemetry is a different kind of workflow intervention. It expands GitHub’s visibility into how a core developer interface is used, while the same product portfolio is also adding Copilot desktop and agent-oriented capabilities.

First-order effects

  • GitHub CLI users will send pseudonymous client-side telemetry unless they change the provided opt-out setting, making data collection the default rather than an affirmative choice.
  • GitHub gains a broader operational signal from CLI usage that it can use for product-improvement decisions; privacy-sensitive users must now actively manage that preference.

Second-order effects

  • Organizations with developer-tool privacy or data-governance requirements may need to review CLI configuration and document whether telemetry is permitted on managed developer machines.
  • The default can make telemetry coverage more representative than opt-in collection, but objections from developers could turn transparency, configuration controls, and clear data boundaries into differentiators for competing developer tools.

Third-order effects

  • If default instrumentation becomes standard across developer workflows, product analytics will increasingly be embedded in the tools used to build software rather than limited to hosted services.
  • The durable tension is likely to be between richer workflow data for tool vendors and users’ expectation that local command-line activity remains minimally observed; adoption will depend on whether opt-out and disclosure practices retain trust.

The trend: Developer platforms are making both security controls and product instrumentation more native to daily workflows, shifting more defaults into the development environment.

Discussion

  • Kat Cosgrove Kat Cosgrove on linkedin
    GitHub appears to have opted anyone using the CLI into sending telemetry they will use to inform product decisions. …
  • r/linux r on reddit
    GitHub CLI now collects pseudoanonymous telemetry
  • @hugovk.dev Hugo van Kemenade on bluesky
    The gh CLI now has telemetry:  —  “As agentic adoption of GitHub CLI grows, our team needs visibility...”  —  Opt out with any of:  —  export GH_TELEMETRY=false # any falsy value: 0, false, disabled  —  export DO_NOT_TRACK=true  —  gh config set telemetry disabled  —  cli.github.…
  • @hugovk@mastodon.social Hugo van Kemenade on mastodon
    The newest gh CLI has added telemetry:  —  “As agentic adoption of GitHub CLI grows, our team needs visibility into how features are being used in practice.”  —  Opt out with any of these:  —  export GH_TELEMETRY=false # any falsy value: 0, false, disabled  —  export DO_NOT_TRACK…