EveryDev.ai
Subscribe
Home
Tools

3,697+ 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. Vomit
    Vomit icon

    Vomit

    Command Line Assistants

    A local CLI tool that translates Claude's verbose token output into readable English by piping it through a local LLM, with no telemetry or external dependencies.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under GNU GPLv3. Install via go install with no cost.

    Engagement

    Available On

    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Command Line AssistantsLocal InferenceAI Coding Assistants

    Alternatives

    DeepTideSmallCodehax
    Developer
    zachahnNew York CityEst. 2012

    Listed Aug 2026

    About Vomit

    Vomit is a fully local, open-source command-line tool written in Go by developer zachahn. It addresses a specific pain point with Claude's agentic output: the model tends to emit verbose, hard-to-read "token vomit" during sessions, and Vomit pipes that output through a local LLM to produce cleaner, more readable English. The project is self-described as "totally vibe-coded" and primarily tested on Mac.

    What It Is

    Vomit sits between Claude's output and the user, intercepting session tokens and translating them via a locally running LLM. It operates entirely on-device — no telemetry, no external API calls, no cloud dependencies. The tool integrates with Claude via hooks, replacing Claude's raw output in the terminal with a more human-readable version. It can also run in a non-invasive side-by-side mode, letting users monitor Claude sessions without modifying the primary output stream.

    How It Works

    The workflow involves three steps: installing the binary via go install, running vomit init to configure the local LLM connection, and then running vomit scrub -claude to get instructions for wiring it into Claude's hook system. Key CLI commands include:

    • vomit list — lists Claude session identifiers
    • vomit tail [<session_identifier>] — translates tokens for a specific session or follows the latest one
    • vomit help — shows all available commands

    The local LLM only sees what Claude tries to communicate — it has no access to actions or files — so some hallucination is expected. The author notes it is also "pretty slow."

    Local LLM Compatibility

    Vomit is designed to work with any LLM backend that exposes an OpenAI-compatible API. Explicitly supported backends include:

    • Llama.app (the author's recommended starting point, with GPT-OSS 20B suggested as a model)
    • Ollama
    • Any service implementing the OpenAI API interface

    Tradeoffs to Know

    The README is candid about limitations: the local LLM can hallucinate because it only sees Claude's communicated tokens, not the full context of actions or files. There is also a possibility of completely missing Claude's message during translation. The author recommends using a tool like AgentsView alongside Vomit to retain access to original messages, since Vomit does not modify anything at runtime beyond writing temporary files to TMPDIR.

    Current Status

    The repository was created in August 2026 and last updated shortly after, with 173 stars and 5 forks as of the latest data. It is an early-stage, single-developer project released under the GNU GPLv3 license. The author published a companion blog post at zachahn.com describing the project's motivation and design.

    Vomit - 1

    Community Discussions

    Be the first to start a conversation about Vomit

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under GNU GPLv3. Install via go install with no cost.

    • Full CLI tool access
    • Local LLM translation of Claude output
    • Claude hook integration
    • Session listing and tailing
    • No telemetry

    Capabilities

    Key Features

    • Translates Claude's verbose token output into readable English
    • Fully local — no telemetry, no external dependencies
    • Integrates with Claude via hooks to replace output in-terminal
    • Non-invasive side-by-side monitoring mode
    • List and tail Claude session identifiers
    • Compatible with Llama.app, Ollama, and any OpenAI-compatible API
    • Writes only to TMPDIR at runtime — does not modify Claude sessions
    • Simple setup via go install and vomit init

    Integrations

    Claude Code
    Llama.app
    Ollama
    OpenAI-compatible LLM APIs
    AgentsView
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    zachahn

    zachahn is an independent developer who builds open-source developer tools. The Vomit project reflects a hands-on, pragmatic approach to solving real friction points in AI-assisted development workflows. Projects are released under open licenses and shared with accompanying blog posts explaining design decisions.

    Founded 2012
    New York City
    1 employees

    Used by

    Open Source Community
    Odeko
    Handy
    Read more about zachahn
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    DeepTide icon

    DeepTide

    A terminal-native AI coding agent built around DeepSeek, offering a Swift-native macOS binary and a cross-platform CLI with local inference support.

    SmallCode icon

    SmallCode

    A terminal-native AI coding agent optimized for small local LLMs (8B-35B parameters), with intelligent context management, forgiving tool parsing, and patch-first editing.

    hax icon

    hax

    A minimalist, terminal-native coding agent written in C that supports local and cloud LLMs with a tiny memory footprint.

    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.

    226 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    177 tools

    AI Coding Assistants

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

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