Isee vs Claude Desktop

Claude Desktop is Anthropic's app for Claude Chat, Cowork, and Claude Code on macOS, Windows, and Linux.

Isee is an app for orchestrating coding agents, with native clients on desktop, mobile, web, and the CLI. Open source (Apache-2.0).

Isee desktop and mobile app

The main difference

Claude Desktop is Anthropic's first-party interface for Claude and requires a Claude account. It can run Claude Code locally, over SSH, or on Anthropic's infrastructure.

Isee is an open source control plane that runs on machines you control. It does not require a Isee account, collect telemetry, or depend on a Isee cloud service. Connect directly from desktop, mobile, web, or the CLI, or use the optional end-to-end encrypted relay when the daemon is behind a firewall.

Isee does not upload or store your code. The relay cannot read your code, messages, or agent output. You can also self-host the daemon, web client, and relay.

Architecture

Isee runs an independent daemon on your laptop, workstation, VM, home lab, or cloud machine. Its clients connect directly or through the optional end-to-end encrypted relay. The daemon launches your installed providers with their existing credentials, skills, MCP servers, and project configuration.

Claude Desktop is the Anthropic-controlled host application. Claude Code can run locally, connect over SSH, or use Anthropic-managed cloud sessions.

Providers

Claude Desktop runs Claude Code.

Isee runs Claude Code too, plus Codex, OpenCode, and Pi natively, plus 30+ more agents through the in-app catalog including GitHub Copilot, Cursor, Gemini CLI, and Amp. Isee speaks the Agent Client Protocol, so any ACP agent works. Custom providers run any CLI agent. See all supported providers.

Application plugins

Isee plugins extend Isee itself. They can add server behavior and native client components such as workspace panels, sidebar items, composer attachments, themes, and Command Center items across desktop, browser, iOS, and Android.

Claude Desktop does not document an application extension API for adding both server behavior and native client components.

Desktop platforms

Both Claude Desktop and Isee are available on macOS, Windows, and Linux.

Mobile

Isee ships native iOS and Android apps with the same agent workflow as the desktop app.

Claude has iOS and Android apps. Dispatch can start local Claude Code work through an active Claude Desktop host or start a cloud session on Anthropic's infrastructure.

Panes

Both tools support visual coding workflows around Claude Code.

Isee's app has split panes and tabs (⌘D for vertical, ⌘⇧D for horizontal). Panes include agents, terminals, a diff viewer, and a browser for testing running services.

Claude Desktop has a graphical Code tab with sessions, integrated terminal, file editor, visual diff review, live app preview, PR monitoring, and scheduled tasks.

GitHub

Isee's app handles commit, push, opening PRs, watching checks and reviews, and merging.

Claude Desktop can monitor pull request status and can fix failures or merge when checks pass, depending on the workflow and permissions.

CLI and automation

Claude Code has its own CLI, IDE integrations, web surface, scheduled tasks, and cloud sessions.

Isee's CLI controls the same daemon as the app:

paseo run --provider claude "implement OAuth"
paseo run --provider codex --worktree refactor-auth "refactor auth"
paseo run --host devbox:6767 "run the test suite"
paseo ls
paseo send <agent-id> "add tests"
paseo schedule create --cron "0 9 * * 1" "audit the codebase"

paseo run --host connects to a remote daemon. paseo schedule runs an agent on a cron. The MCP server lets other agents create worktrees, launch agents, open terminals, and send prompts.

Worktrees and services

Both tools support parallel coding sessions, including Git worktrees.

Isee also gives each worktree its own dev server URL. Two agents running their dev servers at the same time get web.fix-auth.my-app.localhost and web.add-search.my-app.localhost instead of port collisions.

Voice

Isee supports dictation and realtime voice mode. Speech-to-text and text-to-speech can run locally on your device.

Claude supports voice in Claude's own mobile and app surfaces. Claude Code itself is available in Claude Desktop, terminal, IDE, web, and mobile Remote Control workflows.

Comparison

IseeClaude Desktop
LicenseOpen source (Apache-2.0)Not published as open source
Desktop platformsmacOS, Linux, WindowsmacOS, Linux, Windows
Mobile coding workflowNative Isee workspace on iOS and AndroidDispatch and Cowork in Claude mobile
Coding agentsClaude Code, Codex, OpenCode, Pi + 30+ via ACP catalog + customClaude Code
Product account requiredNoClaude account
Cloud agentCloud waitlistClaude Cowork and remote sessions
Required cloud connectionNoClaude account and services
Machines you controlLaptop, workstation, VM, server, or home labLocal machine or SSH host
Git worktreesYesYes
Per-worktree dev server URLsYesNo
Split panes and tabsYesYes
In-app terminalYesYes
In-app browser / previewYesYes
GitHub workflow in appCommit, push, PR, checks, reviews, mergePR monitoring and merge workflows
CLIRun, --host, ls, send, schedule, loopClaude Code CLI
Remote transportDirect connection or end-to-end encrypted relayAnthropic Remote and cloud services
Application pluginsServer code and native client componentsNo
Self-hosted control planeDaemon, web client, and relayNo

See also: Isee vs Codex App, Isee vs OpenCode Desktop, Isee vs Conductor.