Claude AI Get started

ClaudeCode — No-Space Variant Reference

Claudecode as one word is the no-space variant of Claude Code — same product, different formatting. This page explains why both forms exist and links to the correct reference pages for the tool.

One more thing

Claudecode (one word) and Claude Code (two words) refer to exactly the same developer CLI from Anthropic. The one-word form is a natural product of technical writing habits — URLs, command flags, and package names all skip spaces. This page exists so the no-space search variant reaches the right content.

Why claudecode appears as one word

Technical writing has a well-established tendency to merge multi-word product names into single tokens. The reasons are practical: URL paths cannot contain spaces, npm package names are conventionally lowercase and hyphenated or joined, command-line flags take space-free identifiers, and GitHub repository names use hyphens or run the words together. Developers who spend most of their working day in a terminal come to write tool names without spaces as second nature.

The no-space form "claudecode" is analogous to how "javascript" appears in file names and package manifests even though "JavaScript" is the proper brand name, or how "github" appears in URLs and conversation even though "GitHub" is capitalised. The one-word form is not wrong — it is context-appropriate. For a formal document or a product comparison page, "Claude Code" (two words) is the canonical form. For a slug, a package name, or a quick search, "claudecode" is perfectly natural.

What Claude Code does

Claude Code is Anthropic's AI-assisted coding CLI. Once installed, you open it in a project directory and interact with the Claude AI model using natural language. The tool reads your files, generates code changes, runs shell commands with your explicit approval, and can load skill packs that add specialised workflows for tasks like database migrations, test generation, or release checklists. It is a thin orchestration layer over the Claude API — the model runs on Anthropic's servers, the CLI runs locally and manages the context and tool execution loop.

For teams, Claude Code supports shared configuration through a project-level CLAUDE.md file and a shared skills registry. That means the whole squad gets the same context and the same workflows without each developer having to configure their own session from scratch. The transition from individual adoption to team-scale deployment is covered in the teams reference page.

No-space variant disambiguation

Written formCanonical formReference page
claudecodeClaude Codeclaude-code.html
installclaudecodeInstall Claude Codeinstall-claude-code.html
claudecodeskillsClaude Code Skillsclaude-code-skills.html
claudecodeaiClaude Code / Claude AIclaude-code.html
cloudcodeClaude Code (misspelling)cloudcode.html

Getting started with claudecode / Claude Code

Whether you typed it with a space or without, the starting point is the same. Install Node.js if you do not have it (version 18 or later), then run the install command from the install claude code walkthrough. After install, authenticate with your Anthropic API key using the CLI's login command. From that point, you can open any project directory, start a session, and begin working with the model.

The most common first-session confusion is scope: new users often wonder whether to give Claude Code access to the whole repository or just the current directory. The default is the current directory and its subdirectories. You can expand scope by changing the working directory or by referencing specific files in your prompt. Starting narrow and expanding is safer than starting broad and restricting — a useful default discipline for any AI tool with file-system write access. For research on AI tool adoption patterns in development teams, the NSF CISE directorate funds published work on this topic.

"I always typed claudecode without the space in my search bar. Having a dedicated page that acknowledges the variant and just gets on with the content is exactly the right approach."
— Svenja B. TranholmDevRel Lead · Klarhof Systems · Copenhagen

Frequently asked questions about ClaudeCode

Is claudecode one word the same as Claude Code two words?

Yes. Claudecode (no space) and Claude Code (two words) are the same developer CLI from Anthropic. The no-space form is a natural product of technical contexts — URLs, npm packages, CLI flags — where spaces are omitted as convention. Both refer to the same tool.

Why do people write claudecode as one word?

Technical contexts — URL slugs, package names, repository names, command flags — conventionally omit spaces. Developers who work primarily in terminals write tool names without spaces out of habit. The no-space form is context-appropriate in technical writing, though the canonical brand name uses two words with a space.

Where do I find the claudecode install guide?

The install claude code page covers Windows, macOS, and Linux in one walkthrough. You need Node.js 18 or later and a single npm command. After install, authenticate with an Anthropic API key using the CLI's login command.

What is the correct spelling — claudecode or claude code?

The official product name is two words with a space: Claude Code. The no-space form claudecode is colloquial shorthand. In formal documentation, product comparisons, and official API parameters, the two-word form is standard. In URLs, package names, and quick searches, the no-space form is widely used and understood.

Related topics

The claude code overview is the main reference for the product this page points toward. The install claude code walkthrough is the first practical step. The claude code skills reference covers the extension system. For the model that powers the CLI, the claude models overview provides the full comparison. The claude api reference is useful for developers who want to integrate directly rather than through the CLI.

Other spelling variant pages: cloudcode for the misspelled cloud variant, cloud ai for the cloud-prefixed AI variant, and claudeai for the one-word AI variant. The claude ai docs library is the master index for the full reference collection. If you are evaluating cost before committing, the api pricing and claude ai free pages together give the complete picture.

Ready to install Claude Code?

The install page has platform-specific commands for Windows, macOS, and Linux — ten minutes to a working CLI.

Open the install guide