Skip to content
smajt-archlinux edited this page May 19, 2026 · 3 revisions

OpenTracker Wiki

Welcome to the OpenTracker wiki! This is the central documentation hub for the project.

What is OpenTracker?

OpenTracker is a lightweight CLI tool for tracking AI provider usage limits. It currently supports OpenCode and Codex with a modular architecture designed for easy extension.

Quick Links

  • Configuration — Config file format, locations, and troubleshooting
  • Providers — Provider system overview and how to add new ones
    • OpenCode — OpenCode provider details, login, and usage
    • Codex — Codex/OpenAI provider details, login, and usage

Quick Start

# Build from source
git clone https://github.com/wsmajt/opentracker.git
cd opentracker
make build

# Login to OpenCode (auto-imports cookies!)
opentracker login opencode

# Or login to Codex
opentracker login codex

# Fetch usage data
opentracker fetch opencode-go
opentracker fetch codex

Resources

Clone this wiki locally