Beacon: Open-Source Endpoint Telemetry for Local AI Agents

Beacon is Asymptote Lab's open-source endpoint agent that gives security and IT teams visibility into local AI agent activity. It hooks into agent harnesses like Claude Code, Codex CLI, OpenCode, Factory Droid, Claude Cowork, and Cursor, captures supported activity, and normalizes it into endpoint events stored as local JSONL or forwarded to SIEM pipelines.
Supported Agents and Outputs
The agent supports the following coding agent runtimes:
- Claude Code – via local OpenTelemetry configuration
- Codex CLI – via local OpenTelemetry configuration
- OpenCode – via Beacon hook adapter
- Factory Droid – via local OpenTelemetry configuration and optional hook adapter
- Claude Cowork – via admin-configured OpenTelemetry setup
- Cursor – via Beacon hook adapter
Outputs include local JSONL (default), Wazuh (localfile configuration with content pack), Elastic (Filebeat or Elastic Agent over JSONL), Splunk HEC (optional forwarding during install/repair), and customer-managed SIEM pipelines.
Architecture and Deployment
Collection, processing, and inspection remain local to the endpoint; forwarding is customer-controlled. Beacon filters out generic runtime metrics (Node.js event loop, V8 heap, CPU, memory) by default so agent prompts, tools, approvals, and file activity stay easy to inspect. To include runtime metrics, use beacon endpoint install --include-runtime-metrics or beacon endpoint repair --include-runtime-metrics.
For MDM deployment, Beacon supports Jamf Pro (macOS package, policy scripts, Extension Attributes) and Fleet (macOS package with user-context helpers).
Quickstart
Install via Homebrew:
brew tap asymptote-labs/tap
brew install beacon
For full setup paths, see the Quickstart docs. Security and IT teams should refer to the managed deployment guidance for rollout, validation, retention, and SIEM forwarding.
📖 Read the full source: HN AI Agents
👀 See Also

Ops Dashboard OpenClaw: Local-First Dashboard for Solo Devs with Multiple Repos
A solo developer built ops-dashboard, a local-first app that indexes Obsidian vaults, repos, and logs into a single queryable dashboard. BYOK, MIT-licensed, no cloud required.

Yozora-fm: Interactive Anime Music Galaxy Visualization
Yozora-fm is an interactive visualization where each star represents an anime opening or ending song, with over 9,000 tracks mapped by genre and era. Users can click stars to play videos or explore the galaxy interface.

Orchino: Local Multi-Agent Orchestration System for Windows with Parallel Browser and UI Automation
Orchino is a local multi-agent orchestration system for Windows that runs parallel browser and Windows tasks without hijacking the UI. A demo shows 4 agents completing 'Search Sony earbuds on Flipkart and Amazon, email the results, save to Notepad' in 29.5 seconds using true parallel execution.

Claude Code Remote Control: Continue Local Sessions from Any Device
Claude Code Remote Control lets you continue local Claude Code sessions from other devices like phones or browsers while keeping everything running on your machine. It's available as a research preview on Pro and Max plans, requiring authentication and workspace trust setup.