Short answer: not as a standalone app. Claude Code is a terminal CLI from Anthropic. The closest thing to a Claude Code IDE is the official VS Code and JetBrains integrations, plus a growing set of third-party desktop apps that wrap the CLI in a graphical surface.
The quick answer
What people mean by Claude Code IDE
Claude Code is Anthropic's command-line AI coding agent. Anthropic does not ship a standalone integrated development environment under the Claude Code name. When people search for a Claude Code IDE, they usually want one of four things: (1) the official Claude Code IDE integrations for VS Code or JetBrains, (2) Anthropic's Claude Code Desktop app, (3) a third-party visual workspace that runs Claude Code under a graphical shell, or (4) a separate AI IDE such as Cursor, Windsurf, or Google Antigravity that uses its own agent rather than Claude Code. Each one solves a different problem.
Your options
Four ways to use Claude Code with a GUI
01
Claude Code with the VS Code or JetBrains integration
Official Anthropic IDE integration. Run Claude Code inside the editor you already use.
Anthropic ships official Claude Code integrations for VS Code and JetBrains. The CLI runs in a terminal pane inside the editor, picks up your selected code as context, and applies edits directly to open files. This is the closest thing to a Claude Code IDE that Anthropic itself ships, and the cheapest option if you already live in VS Code or a JetBrains IDE.
Best for: Developers who want minimal change to their existing setup.
02
Claude Code Desktop
Anthropic's own desktop app for Claude Code. A GUI around the CLI.
Claude Code Desktop is Anthropic's standalone graphical app for Claude Code. It gives the CLI a clean chat-style interface, with features like Cowork for pair programming and Dispatch for background tasks. It is a GUI rather than a full IDE: the focus is on the agent surface, not on being a code editor.
Best for: Solo developers who want Anthropic's first-party graphical experience.
03
A third-party Claude Code workspace (Nimbalyst)
Open-source desktop app that wraps Claude Code in a richer environment.
Nimbalyst runs Claude Code under a graphical workspace that adds session management, visual editors for specs and diagrams, file-by-file diff review, and task tracking, and also runs Codex side by side. A workspace rather than an IDE: code editing is one of many surfaces, not the center.
Best for: Teams that want multi-session management, visual editors, and multi-agent support beyond what an IDE provides.
Different products that use their own agents, not Claude Code.
Cursor, Windsurf, and Google Antigravity are AI-native IDEs with their own agent stacks. They are not Claude Code clients in the same sense as the official integrations above. Some let you select a Claude model for inference but they do not run the Claude Code CLI underneath. If you specifically want Claude Code's agent loop, prompt cache behavior, and CLI surface, an AI IDE is not the same thing.
Best for: Developers who care about the IDE experience first and treat the underlying model as interchangeable.
Common confusion
Why "Claude Code IDE" is an ambiguous term
Claude Code is a CLI, not an IDE.
The product Anthropic ships under the name Claude Code is a command-line tool. It runs in a terminal. It does not have a graphical interface of its own.
Claude Code Desktop is a GUI, not an IDE.
Anthropic's desktop app is a graphical interface around the same CLI agent. It is not an IDE in the traditional sense because it is not built around source code files and language tooling.
IDE integrations are extensions, not standalone IDEs.
The official VS Code and JetBrains integrations let Claude Code work inside the editor you already use. The IDE is VS Code or JetBrains. Claude Code is the agent that lives inside it.
AI IDEs are a different category.
Cursor, Windsurf, and Antigravity are IDEs with their own AI. Calling them a Claude Code IDE is inaccurate even if they happen to expose Claude models for selection.
Compare
Claude Code IDE vs Claude Code workspace
The category that does exist and is growing is the Claude Code workspace: a desktop environment that runs the Claude Code CLI under a visual surface broader than an IDE. The difference matters when you decide what to install.
Claude Code IDE
Claude Code workspace
Center of the experience
Source code files.
Agent sessions and the artifacts they produce.
Editors
Code editor, terminal.
Code, markdown specs, diagrams, mockups, data models, diffs.
Session management
One chat or one Claude Code panel.
Multiple parallel Claude Code sessions on a kanban.
Diff review
Per-file diff in the editor.
Per-file diff across code and non-code artifacts.
Task tracking
External (Linear, GitHub, Jira).
Built in, linked to sessions.
Multi-agent
One agent (Claude Code, or the IDE's own agent).
Claude Code, Codex, and others in the same shell.
Best for
Writing code with AI assistance.
Driving an agent across a whole piece of work, code plus specs plus diagrams plus tracking.
No. Anthropic ships Claude Code as a command-line tool with official IDE integrations for VS Code and JetBrains, plus Claude Code Desktop, which is a standalone graphical app rather than a traditional IDE. There is no Anthropic-branded IDE called Claude Code.
What is the official Claude Code IDE integration?
The official Claude Code integrations for VS Code and JetBrains run the Claude Code CLI inside the editor. The integration picks up the file and selection you have open, applies the agent's edits to your working tree, and surfaces diffs in the editor's diff view. The IDE itself is VS Code or JetBrains. Claude Code is the agent that runs inside it.
Is there a Claude Code plugin for VS Code?
Yes. Anthropic publishes a Claude Code integration for VS Code that runs the CLI inside the editor and gives it access to your open file, selection, and workspace folder.
Is there a Claude Code plugin for JetBrains?
Yes. Anthropic publishes a Claude Code integration for JetBrains IDEs (IntelliJ, PyCharm, WebStorm, GoLand, and others) that runs the CLI inside the IDE.
Can I use Claude Code in Cursor or Windsurf?
Cursor and Windsurf are separate AI IDEs with their own agent stacks. They are not Claude Code clients. You can sometimes select Anthropic's models for inference inside them, but you are not running the Claude Code CLI or its agent loop. If you specifically want Claude Code, use the official VS Code or JetBrains integrations, Claude Code Desktop, or a Claude Code workspace such as Nimbalyst.
Is Claude Code Desktop an IDE?
Not in the traditional sense. Claude Code Desktop is Anthropic's standalone graphical app for the Claude Code agent. It is built around the chat-style agent surface rather than around source code files and language tooling, so it overlaps with an IDE but does not replace one.
What is the best Claude Code IDE in 2026?
It depends on what you want. For minimal change to your existing setup, the official VS Code or JetBrains integration. For Anthropic's first-party graphical experience, Claude Code Desktop. For multi-session management, visual editors, and a multi-agent shell, a Claude Code workspace such as Nimbalyst. If you care about the IDE experience itself and treat the underlying model as interchangeable, Cursor, Windsurf, or Antigravity are full AI IDEs with their own agents.
Is there an open-source Claude Code IDE?
There is no standalone open-source IDE branded as Claude Code. Nimbalyst is an open-source Claude Code workspace (MIT licensed for individual use) that wraps the official Claude Code CLI in a graphical environment, but it is a workspace rather than a full IDE.
Do I need a Claude Code IDE if I have Claude Code Desktop?
Not strictly. Claude Code Desktop already gives you a GUI for the agent. You might still want an IDE integration if your day-to-day editing happens inside VS Code or JetBrains and you want the agent to operate on the file you have open, with diffs surfaced in the editor.
Is a Claude Code workspace the same as a Claude Code IDE?
No. A Claude Code IDE is centered on source code editing. A Claude Code workspace is centered on the agent and the wider set of artifacts the agent's work touches: specs, diagrams, mockups, tracker items, sessions, and diffs alongside code. They overlap on diff review but differ on session management, non-code editing, and multi-agent support. See the Claude Code workspace definition for the full picture.
How does a Claude Code IDE integration compare to Cursor's own agent?
The Claude Code IDE integration runs Anthropic's Claude Code CLI inside an existing editor, so you get Claude Code's specific agent loop, tool calls, and prompt cache behavior. Cursor's own agent is a different implementation. If you want Claude Code itself, the integration is the right pick. If you want whatever Cursor ships, you want Cursor.