Claude Pro Account Users Now Have Access to Claude Code

Great news for developers and AI enthusiasts—Anthropic’s powerful Claude Code tool is now officially available to users on the Claude Pro plan.

Previously limited to the more expensive Max plan, Claude Code has recently been unlocked for all Pro subscribers, giving more users access to a streamlined development assistant right in the terminal.

What Is Claude Code?

Claude Code is Anthropic’s coding-focused interface designed to help users write, debug, and understand code directly from their command line. It’s especially effective with tasks like:

  • Refactoring existing code
  • Generating functions or scripts
  • Explaining programming concepts
  • Handling light analysis on codebases under 1,000 lines

What’s Included with the Pro Plan?

Pro users now enjoy:

  • Access to Claude Code via the command line
  • Usage of the Sonnet 4 model (a high-performing, balanced model)
  • A prompt quota of 10–40 commands every 5 hours—plenty for light to moderate coding sessions

This democratization of access lowers the barrier for developers, hobbyists, and students who want advanced AI coding help without paying for the Max tier.

How to Get Started

If you’re on the $20/month Pro plan:

  1. Install Claude Code:
    npm install -g @anthropic-ai/claude-code
  2. Authenticate using your Pro account:
    Run /login in the terminal
  3. If you’ve previously used Claude Code via API, be sure to log out and reauthenticate with your Pro credentials to activate the right access level.

Final Thoughts

The addition of Claude Code to the Pro tier signals a broader shift toward more accessible developer tools in AI. It opens up new possibilities for everyday coders and makes powerful programming assistance more widely available.

Watch a walkthrough: Claude Code on the Pro Plan – YouTube