OffRouter V1 is scoped to personal profiles. Work profiles are denied by default.
claude-personal, codex-personal, gemini-personal, grok-personal*-work) are denied by pattern.claude profile is not a default alpha target.~/.offrouter/config.toml:
allowlisted_profiles = ["claude-personal"]
denied_profile_patterns = ["*-work"]
[policy]
subscription_first = true
allow_api_key_fallback = false
allow_third_party_subscription_adapters = false
[providers.claude-subscription]
enabled = true
[providers.ollama]
enabled = true
~/.offrouter/profiles/claude-personal.toml:
id = "claude-personal"
subscription_first = true
allow_api_key_fallback = false
denied_providers = []
~/.offrouter/audit/.offrouter doctor --json
offrouter status --providers --json
offrouter route explain "explain this repo" --profile claude-personal
Uninstall restores files that existed before installation. Use the dry-run flag first:
offrouter uninstall claude --profile claude-personal --dry-run