cd /news/developer-tools/clean-up-claude-5-s-token-vomit-with… · home topics developer-tools article
[ARTICLE · art-104689] src=github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Clean up Claude 5's token vomit with a separate LLM

Developer Zach Hahn released Vomit, an open-source tool that pipes Claude's token output through a local LLM to translate it into readable English, fully local with no telemetry and no external dependencies. The tool, available via `go install github.com/zachahn/vomit@latest`, includes a non-invasive mode and is licensed under GNU GPLv3, though it is only tested on Mac and may hallucinate or miss messages.

read1 min views6 publishedAug 20, 2026
Clean up Claude 5's token vomit with a separate LLM
Image: Michielbdejong (auto-discovered)

Vomit converts Claude's token vomit into English by piping it through a local LLM. It's fully local (no telemetry) and has no external dependencies.

Disclaimer:

  • The local LLM can only see what Claude tries to communicate (no access to any actions or files), so it hallucinates a bit
  • It's pretty slow
  • This is totally vibe-coded, only tested on Mac
  • There is a possibility you'll completely miss Claude's message. You can use something like AgentsViewto get the original messages, as Vomit does not touch anything during runtime (except technically it writes files to your TMPDIR)
go install github.com/zachahn/vomit@latest

vomit init

vomit scrub -claude

In addition, there's a non-invasive mode if you want to run Vomit on the side.

vomit list

. List Claude session identifiersvomit tail [<session_identifier>]

. Translate Claude's tokens for the specified session, or follow the latest onevomit help

. See for more commands

This should work with:

If you don't have a local LLM set up already, I think I recommend using Llama.app, then down GPT-OSS 20B through it. Run the init

subcommand after you set this up.

GNU GPLv3

── more in #developer-tools 4 stories · sorted by recency
── more on @zach hahn 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/clean-up-claude-5-s-…] indexed:0 read:1min 2026-08-20 ·