Skip to main content
Claude Desktop is Anthropic’s macOS and Windows desktop app. Both the chat and Claude Code surfaces inside it run through whichever inference profile is active, so pointing that profile at Opper covers the whole app.

Setup

One command, no config files:
The CLI uses Claude Desktop’s documented third-party-inference mode (deploymentMode: "3p"). It writes an Opper profile to ~/Library/Application Support/Claude-3p/configLibrary/ on macOS, or %LOCALAPPDATA%\Claude-3p\configLibrary\ on Windows, pointing at Opper’s Anthropic-compatible endpoint. If Claude Desktop is already running, it is quit and reopened so the change takes effect immediately. The picker shows Opus, Sonnet, and Haiku with Opus 4.7 as the default. Pass --model <id> to pin a different one.

Reverting

This flips deploymentMode back to "1p" and removes the Opper profile entry. Other tools’ third-party profiles and your own preferences are left untouched.
On first launch, macOS will prompt “opper would like to control Claude”. Accept this so the CLI can quit and reopen the app cleanly. Available on macOS and Windows — Anthropic does not ship a Linux build of Claude Desktop.

Claude Cowork

Anthropic’s knowledge-work agent, configured in-app.

Claude Code

The same agent in the terminal.