anthropics

anthropics/claude-code

Python AI & ML License not recognized by GitHub

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

137.2k stars
22.2k forks
active
GitHub +1.5k / week

137.2k

Stars

22.2k

Forks

10.9k

Open issues

53

Contributors

v2.1.206 10 Jul 2026

AI Analysis

Claude Code is an agentic, terminal-based coding assistant developed by Anthropic that integrates with your codebase to execute tasks, explain code, manage git workflows, and respond to natural language commands directly in the shell or IDE. It serves software developers who want an AI pair-programmer tightly coupled to their local environment, with support across macOS, Linux, and Windows. It is not a general-purpose chat interface or a library/framework for building AI tools — it is a ready...

AI & ML CLI Tool Discovery value: 1/10
Documentation 7/10
Activity 10/10
Community 9/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 8/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

agentic coding code assistant natural language cli llm tooling anthropic claude
Actively maintained Well documented Popular Beginner friendly Production ready
Deep Analysis · Based on README and public signals
3w ago

Anthropic's terminal-based agentic coding assistant gains 133K stars in 16 months

Claude Code is an agentic coding CLI built by Anthropic that enables developers to interact with their codebase, run git workflows, explain code, and execute tasks through natural language. It is positioned as a first-party tool from the Claude model maker, targeting professional developers who prefer terminal-native workflows or want deep IDE integration. With 133K stars, active npm distribution (now transitioning to native installers), and a rich ecosystem of community projects orbiting it, real-world adoption appears substantial and growing.

Origin

Created in February 2025 as Anthropic's direct answer to AI coding assistants, it began as an npm package and has since matured to native OS installers (Homebrew, WinGet, shell scripts), signaling a shift from developer experiment to production-grade product.

Growth

Explosive early growth likely driven by Anthropic's brand credibility, the general AI coding assistant boom of 2025, and community enthusiasm evidenced by a 47K-star 'awesome-claude-code' list and 28K-star template repo. Sustained 1,195 stars/week as of evaluation date indicates the tool remains in active public attention, not a fading spike.

In production

The ecosystem of derivative repos (47K-star awesome list, 28K-star templates, 8K-star GitHub Actions integration) strongly implies real-world production usage beyond experimentation. npm package history and native OS package manager presence (Homebrew, WinGet) suggest developer adoption at scale. Quantified installation figures are not publicly disclosed, but proxy signals are strong.

Code analysis
Architecture

Appears to be a Node.js 18+ CLI tool (badge references Node.js despite Python listed as repo language, suggesting the installable artifact is Node-based while repo infrastructure may use Python). Likely follows an agent loop pattern: reads codebase context, calls Claude API, executes shell/git commands, and iterates. Plugin system is documented, suggesting a modular extension architecture.

Tests

Not documented in README

Maintenance

Last push June 19, 2026 — one day before evaluation date — indicates very active, near-daily maintenance. As a first-party Anthropic product with official docs at code.claude.com, maintenance is structurally supported by the company, not volunteer effort.

Honest verdict

ADOPT IF: you are already using Claude API or Claude Pro and want a terminal-native agentic workflow with official Anthropic support and active development. AVOID IF: you require model flexibility, open-source licensing, or a self-hosted solution — Claude Code is proprietary and API-cost-dependent. MONITOR IF: you're evaluating AI coding tools for team or enterprise use and want to see how the plugin ecosystem and GitHub Actions integration mature before committing.

Independent dimensions

Mainstream potential

8/10

Technical importance

8/10

Adoption evidence

7/10

Risks
  • Proprietary and model-locked: Claude Code only works with Anthropic's Claude models, creating cost and vendor dependency that open-source alternatives do not impose.
  • API cost exposure: Agentic loops that read large codebases and iterate can generate significant token consumption, making costs unpredictable for heavy users or large repos.
  • Data privacy: Code and conversation data are collected per the README; teams with strict IP or compliance requirements may find the data usage policy incompatible with their policies.
  • Competitive saturation: The AI coding assistant space is crowded with well-funded alternatives; differentiation may erode as Copilot, Cursor, and others match agentic capabilities.
  • License not disclosed: The repository lists 'unknown' license, which creates legal ambiguity for organizations that need to formally evaluate open-source license compliance.
Prediction

Likely to consolidate as the preferred terminal-native AI coding tool for Anthropic ecosystem users, with continued growth tied directly to Claude's overall market share trajectory through 2026-2027.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Python
79.6%
Shell
13.7%
TypeScript
5%
PowerShell
1.1%
Dockerfile
0.5%

Information

Language
Python
Last updated
12h ago
Created
17mo ago
Analyzed with
anthropic/claude-sonnet-4-6

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

tanbiralam

tanbiralam/claude-code

Claude Code is Anthropic's official CLI tool that enables developers to...

2k TypeScript Dev Tools
codeaashu

codeaashu/claude-code

Claude Code is Anthropic's official CLI tool for interacting with Claude from...

3.1k TypeScript Dev Tools
Cranot

Cranot/claude-code-guide

This is a comprehensive, auto-updated CLI guide and reference for Claude Code,...

2.8k Shell Dev Tools
anthropics

anthropics/claude-code-action

Claude Code Action is a GitHub Actions workflow automation tool that integrates...

8.3k TypeScript Dev Tools
davila7

davila7/claude-code-templates

Claude Code Templates is a CLI tool and web dashboard for discovering,...

28.6k Python Dev Tools
vs. alternatives
GitHub Copilot (CLI + IDE)

Copilot is more deeply embedded in VS Code and has Microsoft/GitHub distribution advantages. Claude Code differentiates on terminal-first workflow, longer context handling, and direct Anthropic model access without intermediary. Copilot has significantly larger measured install base.

Cursor

Cursor is an IDE fork (VS Code-based) targeting the editor experience. Claude Code targets terminal-native developers and CI/CD pipelines. They serve overlapping but distinct workflows; Cursor has strong IDE adoption, Claude Code has stronger CLI/automation appeal.

Aider

Aider is an open-source, model-agnostic CLI coding assistant with a longer track record. Claude Code is model-locked to Claude but benefits from first-party optimization and support. Aider's open-source nature appeals to self-hosters; Claude Code appeals to those already paying for Claude API or Pro.

Amazon Q Developer (CLI)

Amazon Q Developer CLI is a comparable terminal-native AI coding tool backed by AWS. Claude Code has higher community visibility and star momentum; Q Developer benefits from AWS enterprise reach and IAM integration.

Cline (formerly Claude Dev)

Cline is an open-source VS Code extension supporting multiple models including Claude. It overlaps significantly in agentic task execution but lives inside an IDE. Claude Code targets the terminal and is closed-source but officially maintained.