How to use in Claude Desktop app? #587
Unanswered
doitdigital0495
asked this question in
Q&A
Replies: 1 comment
-
|
Nice approach. I've found that even city-level differences within the same country can be dramatic—especially for queries with local intent. Do you also test for currency and measurement unit formatting in your localized SERPs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
Use Headroom's compression in the Claude Desktop app (the GUI with Cowork / Claude Code built in), not just the terminal CLI.
What works
headroom wrap claudein a terminal works perfectly — traffic routes through the proxy, compression kicks in.What I can't get working
Routing the desktop app through the proxy. I tried the standard proxy approach:
headroom proxy --port 8787(running,/healthreports healthy, v0.22.4)ANTHROPIC_BASE_URL=http://127.0.0.1:8787in~/.claude/settings.jsonenvblocksetx)Result: the desktop app still talks directly to
api.anthropic.com.ANTHROPIC_BASE_URL=https://api.anthropic.com/statsshows 0 requests from the appEnvironment
Questions
wrap/ proxy routing CLI-only by design?settings.jsonenvor a custom base URL)?Beta Was this translation helpful? Give feedback.
All reactions