-
Notifications
You must be signed in to change notification settings - Fork 0
Analytics
github-actions[bot] edited this page Feb 28, 2026
·
1 revision
ClawDE tracks session-level usage metrics locally and surfaces them in the desktop app and web dashboard.
| Metric | Where stored | Who sees it |
|---|---|---|
| Token usage per session | Local SQLite | You |
| Cost estimate (input + output) | Local SQLite | You |
| Session duration | Local SQLite | You |
| Tool call counts + types | Local SQLite | You |
| Error and retry counts | Local SQLite | You |
| Aggregate monthly totals | Cloud (opt-in) | You + Team admins |
All data stays on your machine unless you are on a Cloud tier and have opted into aggregate reporting.
- Desktop app: Settings > Analytics shows per-session and monthly summaries
- Web dashboard (Cloud tiers): Usage tab shows team-wide aggregates
-
CLI:
clawd statsprints a summary for the last 30 days
The daemon applies per-provider pricing tables (updated with each clawd release) to estimate costs. Estimates are approximate — actual charges come from your provider billing.
Basic token tracking is live in v0.1.0. Cost estimates and the Analytics UI ship in Sprint HH.
ClawDE · GitHub · MIT License
ClawDE
Getting started
Reference
- Architecture
- Daemon-Reference
- Folder-Structure
- Providers
- Multi-Account
- Security
- Features
- Features/Daemon
- Features/Session-Manager
- Features/Mode-System
- Features/Repo-Intelligence
- Features/Projects
- Features/Remote-Access
- Features/Desktop-App
- Features/Provider-Knowledge
- Features/Coding-Standards
- Roadmap
Branding
Contributing