119
Codex Analytics Ledger is a privacy-first, local-only dashboard designed to provide insights into your usage of Codex. It meticulously tracks threads, model usage, runtime, token consumption, and offers API-equivalent cost estimations with task-level details. The primary goal is to allow users to understand their Codex expenditure without sending any data externally. The application reads Codex state directly from the local machine, ensuring no prompts or content are transmitted to any analytics service. It also includes scripts to disable Next.js telemetry and bind the server to localhost for enhanced privacy.
Key Features:
The project emphasizes a strong privacy and security model, operating entirely locally. It uses read-only access to SQLite databases and avoids writing to Codex state or session files. Standard scripts are configured to listen only on 127.0.0.1 and disable telemetry. There are no external SDKs, hosted databases, or API key requirements.
Requirements:
Built with