-
Notifications
You must be signed in to change notification settings - Fork 4
Quick Start
diegosouzapw edited this page Jul 8, 2026
·
1 revision
npm install -g omniglyphOr run without installing:
npx omniglyphStart the proxy (defaults to http://127.0.0.1:47821, loopback only):
omniglyphThen point any Anthropic-compatible client at it:
ANTHROPIC_BASE_URL=http://127.0.0.1:47821 claudeBulky context is now billed as image tokens (~19 chars/token) instead of text tokens (~2 chars/token) — but only when the math wins, and only for approved models. Everything else passes straight through untouched.
OPENAI_BASE_URL=http://127.0.0.1:47821/v1Open http://127.0.0.1:47821/ to see tokens saved, side-by-side conversions,
and a live kill switch. The dashboard is unauthenticated and serves captured
context — keep it on 127.0.0.1 (the default) unless you know what you are doing.
omniglyph export --include "*.ts" src/ # TypeScript files → PNG pages + cost report
omniglyph export --git # uncommitted changes
cat big-file.txt | omniglyph export --stdinThe CLI --help is translated. Set your locale:
OMNIGLYPH_LANG=pt-BR omniglyph --helpFalls back to English for any locale without a catalog.