EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. tare
    tare icon

    tare

    AI Coding Assistants

    A Claude Code skill that reads session logs to diagnose token usage, explain limit hits, and surface usage patterns — all in plain English, entirely on your machine.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Install via npx, no accounts or packages required.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsPerformance MetricsObservability Platforms

    Alternatives

    CodeBurnClaude Office VisualizerConan
    Developer
    kelviqkelviq builds open-source developer tools focused on AI codi…

    Listed Aug 2026

    About tare

    tare is an open-source Claude Code skill that teaches the AI coding assistant to read its own session logs and answer plain-English questions about token usage, quota limits, and cost attribution. Built by kelviq and licensed under MIT, it runs entirely on your local machine — no network connections, no accounts, no dashboards.

    What It Is

    tare is a token audit and usage forensics tool for Claude Code users. It installs as a Claude Code skill and exposes a set of Python scripts that parse the session logs Claude Code already writes to your machine. Once installed, you can ask questions like "Why did I hit my usage limit yesterday?" or "Which project is eating my quota?" and get a cause-first answer backed by evidence — not just a wall of numbers.

    The name is a reference to the tare weight concept: most of what a session costs is the container (context re-sent repeatedly), and tare subtracts that to show what's actually inside.

    How It Works

    tare installs via a single npx skills add command and requires no packages beyond Python 3.9+, which ships with every Mac. After installation, a new Claude Code session gains access to the /tare slash command and its variants:

    • /tare — full diagnosis of where tokens went and why
    • /tare usage — at-a-glance usage panel with attribution
    • /tare window — how full the rolling 5-hour window is
    • /tare report [days] — builds an HTML report and opens it
    • /tare tools [days] — what is filling context
    • /tare week — compares this week with last
    • /tare share [days] — redacted summary safe to post publicly

    Plain-English questions also work as arguments to /tare, so the words don't need to match any command syntax.

    What It Knows That Raw Token Counts Don't

    tare surfaces several insights that naive log parsing misses:

    • Correct totals. Claude Code's log format repeats each API response multiple times; the README notes that naive counting inflates totals — by 86% on the data the tool was built against. tare deduplicates properly.
    • Real context cost. A file read early in a long session gets re-sent with every later message. tare charges tools for what they caused, not just what they returned.
    • Rolling window awareness. Usage limits don't reset when you walk away; tare can report how full the window was at the exact moment a lockout occurred.
    • Automation detection. Hundreds of short parallel sessions is a script signature, not a person. tare recognises the pattern and flags it.

    Privacy and Security Model

    Everything runs locally. The scripts make no network connections. When generating a shareable summary via /tare share, the output contains only totals, dates, and tool names — no prompts, file paths, commands, or session identifiers. The project's SECURITY.md documents exactly what each file reads, writes, and sends, and provides a single grep command to verify every claim independently.

    Requirements and Platform

    • Claude Code on macOS or Linux (Windows paths are listed as a useful future direction)
    • Python 3.9+ (pre-installed on every Mac; no additional packages required)
    • Currently reads Claude Code logs only, not other coding agents'

    The three core Python scripts are dependency-free and can also be run directly from the command line, used in cron jobs, or piped to CSV export — documented in CLI.md in the repository.

    tare - 1

    Community Discussions

    Be the first to start a conversation about tare

    Share your experience with tare, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Install via npx, no accounts or packages required.

    • Token usage diagnosis
    • Usage limit explanation
    • Rolling window status
    • HTML report generation
    • Shareable redacted summaries

    Capabilities

    Key Features

    • Plain-English token usage diagnosis
    • Usage limit hit explanation
    • Rolling 5-hour window status
    • Per-project and per-model token attribution
    • Context overhead attribution (tools charged for what they caused)
    • Deduplication of repeated API response logs
    • Automation/script detection via session pattern analysis
    • HTML usage report generation
    • Redacted shareable summary output
    • CSV export support
    • Slash command interface (/tare and variants)
    • Fully local — no network connections
    • Dependency-free Python scripts for CLI use

    Integrations

    Claude Code
    Python 3.9+
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate tare and help others make informed decisions.

    Developer

    kelviq

    kelviq builds open-source developer tools focused on AI coding assistant workflows. The tare project provides token audit and usage forensics for Claude Code users, running entirely on-device with no external dependencies. The project is MIT-licensed and welcomes community contributions.

    Read more about kelviq
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    CodeBurn icon

    CodeBurn

    An open-source CLI and TUI dashboard that tracks AI coding token usage and costs across Claude Code, Codex, Cursor, OpenCode, Pi, and GitHub Copilot.

    Claude Office Visualizer icon

    Claude Office Visualizer

    Real-time pixel art office simulation that visualizes Claude Code operations, showing boss and employee agents working in an animated office environment.

    Conan icon

    Conan

    A native macOS desktop app that wraps Claude Code in a live HUD, surfacing every prompt, tool call, skill, and token as it happens.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    804 tools

    Performance Metrics

    Specialized tools for measuring, evaluating, and optimizing AI model performance across accuracy, speed, resource utilization, and other critical parameters.

    60 tools

    Observability Platforms

    Comprehensive platforms that combine metrics, logs, and traces with AI-powered analytics to provide deep insights into complex distributed systems and application behavior.

    120 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions