General
What is Anyware?
What is Anyware?
Anyware is a distributed Claude Code platform that runs sessions locally while enabling remote monitoring and control. Start Claude Code on your machine, then monitor and interact from any device via the web dashboard.Key features:
- Claude Code runs locally with full codebase access
- Real-time streaming to web dashboard
- Switch between local and remote control
- Support for multiple LLM models
- SMS/WhatsApp notifications
How is Anyware different from regular Claude Code?
How is Anyware different from regular Claude Code?
| Aspect | Anyware | Regular Claude Code |
|---|---|---|
| Remote access | Monitor/control from any device | Local only |
| Model choice | Use GPT-4, Gemini, etc. | Claude only |
| Notifications | SMS/WhatsApp alerts | None |
| Mode switching | Local ↔ Remote | N/A |
How is Anyware different from Catty?
How is Anyware different from Catty?
Anyware: Claude Code runs locally on your machine. Your code stays on your computer. You get remote monitoring and control via the web dashboard.Catty: Claude Code runs in the cloud on isolated machines. Your workspace is uploaded to cloud sessions. Sessions persist when you disconnect.Choose Anyware if you want local execution with remote control. Choose Catty if you want fully cloud-hosted sessions.
Who is Anyware for?
Who is Anyware for?
Anyware is ideal for:
- Developers who want to monitor Claude Code from their phone
- Users who want to approve permissions while away from their desk
- Anyone who wants to use models other than Claude
- Teams that need visibility into AI coding sessions
Platform Support
What platforms are supported?
What platforms are supported?
Supported:
- macOS (Intel and Apple Silicon)
- Linux (x64 and ARM64)
- Windows
What Node.js version do I need?
What Node.js version do I need?
Node.js 20 or later is required to install the CLI via npm.
Can I use Anyware without npm?
Can I use Anyware without npm?
Not currently. The CLI is distributed via npm. You can use
npx @diggerhq/anyware without a global install.Sessions
Do sessions persist when I disconnect?
Do sessions persist when I disconnect?
No. Unlike Catty, Anyware sessions end when you exit Claude Code or Ctrl+C. Sessions are for real-time monitoring and control, not persistence.For persistent sessions, consider Catty or running Anyware on an always-on machine (see Running 24/7).
Can I run multiple sessions?
Can I run multiple sessions?
Yes! Run
anyware in multiple terminal windows for different projects. Each session appears separately in the web dashboard.Can I reconnect to a session?
Can I reconnect to a session?
Sessions are tied to the running Claude Code process. If you Ctrl+C or exit, the session ends. Start a new session with
anyware.For Claude Code conversation persistence, use:Models
What models are supported?
What models are supported?
Anyware supports all models available through OpenRouter, including:
- Claude (all versions)
- GPT-4 and GPT-4o
- Gemini
- Llama
- Mistral
- And many more
Do I need my own API key?
Do I need my own API key?
No. Anyware routes requests through its proxy, which handles API access. Usage is billed through your Anyware subscription.
Why would I use a non-Claude model?
Why would I use a non-Claude model?
Reasons to try other models:
- Cost: Some models are cheaper for simple tasks
- Speed: Smaller models respond faster
- Experimentation: Test different AI capabilities
- Preference: Some tasks may work better with specific models
Security & Privacy
Is my code private?
Is my code private?
Yes. Claude Code runs locally on your machine. Your code is never uploaded anywhere. Only session events (terminal output, tool calls) are streamed to the cloud for the dashboard.
Where are my credentials stored?
Where are my credentials stored?
Locally at
~/.anyware/config.json. Credentials are only sent to the Anyware API for authentication and to the proxy for LLM requests.Can others see my sessions?
Can others see my sessions?
No. Sessions are tied to your user account. Only you can view your sessions in the dashboard.
Is the connection encrypted?
Is the connection encrypted?
Yes. All connections use:
- HTTPS for API calls
- WSS (WebSocket Secure) for real-time streaming
Billing
How does billing work?
How does billing work?
Anyware bills based on token usage through the LLM proxy. See Pricing for current plans and limits.
Do I pay for cloud compute?
Do I pay for cloud compute?
No. Claude Code runs on your machine, so there’s no cloud compute cost. You only pay for LLM token usage.
What happens when I hit the quota?
What happens when I hit the quota?
When you reach your usage limit, you’ll be prompted to upgrade. You can upgrade immediately or wait for the next billing period.
Troubleshooting
Where can I report bugs?
Where can I report bugs?
Contact support with:
- CLI version (
anyware version) - OS and architecture
- Full error message
- Steps to reproduce
Where can I get help?
Where can I get help?
- Check Troubleshooting for common issues
- Review this FAQ
- Contact support for bugs
- Follow @AnywareRun for updates