Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,147+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1228
    • Coding1045
    • Infrastructure455
    • Marketing414
    • Design374
    • Projects340
    • Analytics319
    • Research306
    • Testing200
    • Data171
    • Integration169
    • Security169
    • MCP164
    • Learning146
    • Communication131
    • Prompts122
    • Extensions120
    • Commerce116
    • Voice107
    • DevOps92
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. RTK - Rust Token Killer
    RTK - Rust Token Killer icon

    RTK - Rust Token Killer

    Command Line Assistants

    High-performance CLI proxy written in Rust that reduces LLM token consumption by 60-90% by filtering and compressing command outputs before they reach your AI coding assistant.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the Apache License 2.0. All features included.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Command Line AssistantsAI Coding AssistantsCompute Optimization

    Alternatives

    TokscalePeon Pingnlsh
    Developer
    rtk-aiBoulogne-sur-mer, FranceEst. 2024

    Listed May 2026

    About RTK - Rust Token Killer

    RTK (Rust Token Killer) is an open-source CLI proxy that intercepts shell command outputs and compresses them before they reach your LLM context window, delivering 60-90% token savings on common developer commands. Built as a single Rust binary with zero dependencies and less than 10ms overhead, it supports 100+ commands across git, test runners, build tools, package managers, AWS, and containers. RTK integrates with 12 AI coding tools including Claude Code, GitHub Copilot, Cursor, Gemini CLI, Windsurf, and Cline via transparent auto-rewrite hooks that require no changes to your workflow.

    • Smart Filtering — removes noise such as comments, whitespace, and boilerplate from command output before it reaches the LLM context.
    • Grouping — aggregates similar items (files by directory, errors by type) to reduce repetitive output.
    • Truncation — keeps relevant context and cuts redundancy, preserving only what the LLM needs.
    • Deduplication — collapses repeated log lines with counts to minimize token waste.
    • Auto-Rewrite Hook — transparently rewrites Bash commands (e.g., git status → rtk git status) so AI tools get compressed output with zero manual effort; install with rtk init -g.
    • 100+ Supported Commands — covers git, GitHub CLI, Jest, pytest, cargo test, ESLint, TypeScript, Docker, kubectl, AWS CLI, and many more.
    • Token Savings Analytics — use rtk gain to view summary stats, ASCII graphs, daily breakdowns, and JSON exports of tokens and estimated USD saved.
    • Missed Savings Discovery — rtk discover scans recent sessions to identify commands that bypassed RTK and could have saved more tokens.
    • Multi-Agent Support — integrates with Claude Code, Cursor, Gemini CLI, Codex, Windsurf, Cline/Roo Code, OpenCode, Kilo Code, and more via per-agent init commands.
    • Configurable via TOML — customize excluded commands, tee mode for failure recovery, and per-project filters in ~/.config/rtk/config.toml.
    • Privacy-First Telemetry — opt-in only, GDPR-compliant anonymous aggregate metrics; no source code, file paths, or secrets are ever collected.
    • Cross-Platform — available via Homebrew, curl installer, Cargo, or pre-built binaries for macOS, Linux, and Windows (with full hook support on WSL).
    RTK - Rust Token Killer - 1

    Community Discussions

    Be the first to start a conversation about RTK - Rust Token Killer

    Share your experience with RTK - Rust Token Killer, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (Free)

    Fully free and open-source under the Apache License 2.0. All features included.

    • All CLI filters and commands
    • Auto-rewrite hook for 12 AI coding tools
    • Token savings analytics (rtk gain)
    • Missed savings discovery (rtk discover)
    • Configurable via TOML

    Capabilities

    Key Features

    • 60-90% LLM token reduction on common dev commands
    • Auto-rewrite hook for transparent command interception
    • 100+ supported commands across git, test runners, build tools, AWS, Docker, kubectl
    • Smart filtering, grouping, truncation, and deduplication strategies
    • Token savings analytics with rtk gain (graphs, history, JSON export)
    • Missed savings discovery with rtk discover
    • Integration with 12 AI coding tools (Claude Code, Cursor, Copilot, Gemini CLI, Windsurf, Cline, etc.)
    • Single Rust binary, zero dependencies, <10ms overhead
    • Configurable via TOML (excluded commands, tee mode, per-project filters)
    • Failure recovery via tee: saves full unfiltered output on command failure
    • GDPR-compliant opt-in telemetry
    • Cross-platform: macOS, Linux, Windows (WSL recommended)

    Integrations

    Claude Code
    GitHub Copilot
    Cursor
    Gemini CLI
    Codex (OpenAI)
    Windsurf
    Cline
    Roo Code
    OpenCode
    OpenClaw
    Kilo Code
    Google Antigravity
    Git
    GitHub CLI
    Jest
    Vitest
    Playwright
    pytest
    cargo test
    go test
    RSpec
    ESLint
    Biome
    TypeScript
    Next.js
    Prettier
    cargo clippy
    ruff
    golangci-lint
    RuboCop
    pnpm
    pip
    uv
    Prisma
    AWS CLI
    Docker
    kubectl
    Homebrew
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate RTK - Rust Token Killer and help others make informed decisions.

    Developer

    rtk-ai

    rtk-ai builds RTK (Rust Token Killer), an open-source CLI proxy that slashes LLM token consumption by 60-90% on common developer commands. Founded by Patrick Szymkowiak with core contributors Florian Bruniaux and Adrien Eppling, the team ships a single Rust binary with zero dependencies that integrates transparently with 12 AI coding tools. RTK focuses on developer productivity and cost reduction for agentic coding workflows.

    Founded 2024
    Boulogne-sur-mer, France
    5 employees

    Used by

    Disney (User of token tracking/optimiza…
    Global developer community (39k+ stars)
    Read more about rtk-ai
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    Tokscale icon

    Tokscale

    A high-performance CLI tool and visualization dashboard for tracking token usage and costs across multiple AI coding agents including Claude Code, Cursor, Codex, Gemini, and more.

    Peon Ping icon

    Peon Ping

    Game character voice notifications for AI coding assistants when tasks complete or need permission, preventing missed terminal prompts.

    nlsh icon

    nlsh

    A command-line tool that translates natural language into shell commands using AI.

    Browse all tools

    Related Topics

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    119 tools

    AI Coding Assistants

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

    401 tools

    Compute Optimization

    Tools for optimizing computational resources and performance.

    16 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • 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
    Discussions