ProjectTelescope Microsoft
winget install --id=Microsoft.ProjectTelescope -e ProjectTelescope is an observability tool designed to provide visibility into the activities of AI coding agents. It captures and analyzes events such as sub-agent spawns, file interactions, network requests, and token usage, enabling users to understand agent behavior without sending data off-machine.
Key Features:
- tele CLI: Query agent activity, sessions, turns, and side effects directly from the terminal.
- Dashboard: A desktop application for visual exploration of agent telemetry.
- Built-in Collectors: Support for Copilot JSONL, Claude Code JSONL, and MCP proxy out-of-the-box.
- Privacy-Focused: Local-first architecture with all data stored in user-scoped SQLite databases.
- Collector SDK: Open-source Rust-based SDK to build custom collectors for any AI agent.
Audience & Benefit: Ideal for developers, researchers, and organizations leveraging AI coding agents. ProjectTelescope helps debug agent behavior, audit resource usage, and ensure compliance with local policies—all while maintaining control over data privacy. Its local-first design eliminates the need for cloud dependencies or API keys, providing a secure and cost-effective way to monitor AI activity.
Install on Windows using winget: winget install Microsoft.ProjectTelescope.


