Skip to content
Install
Back to Learn

Anthropic's Claude Code hits 115K GitHub stars: why developers are skipping the IDE

Apr 16, 2026
Paula Hingel
Paula Hingel
Anthropic's Claude Code hits 115K GitHub stars: why developers are skipping the IDE

Three things worth knowing

  • Claude Code is Anthropic's terminal-native coding agent, now at 115K GitHub stars and 19.2K forks, with active development through April 2026.
  • It runs directly in your shell, reads your codebase, and handles everything from code explanation to git workflows in plain English: no browser, no separate app.
  • The plugin architecture is what makes this interesting beyond the core feature set. Anthropic is building a platform, not just a chat wrapper.
The anthropics/claude-code GitHub repository showing 115K stars, 19.2K forks, and a directory listing including plugins, claude/commands, examples, and VS Code integration files.

If you work primarily in the terminal, Claude Code is probably the most relevant AI coding tool I've seen built for the way you already work. Anthropic's terminal-based coding agent just crossed 115K GitHub stars and 19.2K forks, and unlike a lot of starred repos, the development activity backs it up: 586 commits, 51 contributors, and a changelog updated as recently as hours ago.

The repository has come a long way from its research preview. It hit general availability with version 1.0.0 in May 2025, and what's been built since is worth a closer look if you haven't revisited it lately.

What Happened

Claude Code reached general availability in May 2025 and has been in steady development since. The tool accepts natural language commands and operates across terminal, IDE, and GitHub (via @claude mentions on PRs and issues).

One thing I'd flag here: Anthropic has moved away from npm installation entirely. The older npm install -g @anthropic-ai/claude-code method is now deprecated. They now recommend native installers for macOS, Linux, and Windows, including Homebrew and WinGet support. If you tried it early and hit friction during setup, that experience is likely different now.

The pace of commits and the April 2026 changelog updates tell me this isn't a tool Anthropic shipped and moved on from. Active plugin development, MDM deployment templates, and devcontainer support are all landing in the repo. It's being invested in, which matters when you're evaluating whether to build a team workflow around something.

Key Features

  • Terminal-native agent. Runs in your shell, reads your codebase, and executes tasks without switching to a browser or separate app. For developers who live in the terminal, that's the whole pitch.
  • Natural language commands. Ask it to explain complex code, write functions, or handle git workflows in plain English. The git workflow piece in particular is underrated: it handles the commit, the diff, and the PR, not just the code.
  • Cross-platform install. Dedicated installers via curl, Homebrew, PowerShell, and WinGet. Setup is straightforward in a way early versions weren't.
  • Plugin system. A plugins directory ships with the repo, including a code review plugin that posts inline PR comments and a learning-output-style plugin. Custom commands and agents extend the core functionality: this is the part I'd spend the most time exploring.
  • Codebase awareness. Understands your project context across files and directories, not just the file you're currently in. That's what makes multi-file refactoring feel different from standard autocomplete.
  • GitHub integration. Tag @claude directly on GitHub to trigger actions on PRs and issues, without opening a terminal session.

Why It Matters

Terminal-based AI tools solve a real friction problem. Instead of copying code into a chat window, context-switching to a browser, and copying the output back, you stay in your shell where your repo, your git history, and your actual context already live. Claude Code sits in that workflow and acts on it directly.

The plugin architecture is where I think the longer-term story is. Anthropic is clearly building an extensible platform here, not just a chatbot wrapper. The code review plugin posting inline PR comments is a concrete example of what that looks like in practice: a workflow that slots into existing processes rather than asking teams to adopt a new one. Teams can also standardize custom commands across their org, which removes a real coordination overhead.

For senior engineers who are already shell-centric, the adoption ask here is genuinely low. There's no new UI to learn, no editor to switch to. You type claude and start prompting against your actual codebase.

Example Use Case

A backend team maintaining a Python and TypeScript monorepo needs to refactor an authentication module spread across multiple services. Instead of manually tracing dependencies, a developer navigates to the project root and runs claude. They describe what they need in plain English: find all files importing from the legacy auth module, update them to use the new one, stage the changes, and draft a commit message.

Claude Code reads the project structure, identifies affected files across both Python and TypeScript directories, applies the changes, stages them via git, and writes a descriptive commit message. The developer reviews the diff and commits. The whole workflow stays in the terminal.

This is the workflow I'd demo to a skeptic. Code comprehension, file manipulation, and git operations from a single terminal session. That combination is harder to replicate with a standard IDE extension.

Competitive Context

Claude Code fills a specific gap in Anthropic's product lineup. Claude the conversational model handles general-purpose tasks through chat interfaces. Claude Code takes that same intelligence and wires it into your terminal with direct access to your codebase and git. The difference is between asking a model to write code in a chat window and having an agent that executes changes in your actual repo.

Open source
augmentcode/augment.vim612
Star on GitHub

What I find more interesting than the terminal positioning is the open plugin system. Proprietary IDE tools keep their agent infrastructure closed. Claude Code's is publicly available, inspectable, and contributable. That's a meaningful difference for teams that want to extend or audit what their AI tooling is actually doing.

Anthropic's decision to deprecate npm installation in favor of native platform installers also signals a push toward broader accessibility beyond the Node.js ecosystem. The 19.2K forks suggest active community experimentation, and that's a healthy sign for a tool that's been generally available for less than a year.

My Take

If your team works in the terminal and wants AI assistance without leaving it, Claude Code is worth a serious evaluation. The 115K stars reflect a tool that fits how a lot of developers already work, and the plugin architecture means it's not limited to what Anthropic ships by default.

For teams already using AI coding tools, the more interesting question is how Claude Code's terminal-native approach compares to your current setup on the workflows that actually slow you down. That's where the real evaluation happens.

Claude Code patches the context gap with a terminal agent. Intent is built to close it at the source, with deep codebase understanding that works across your entire stack from day one.

Build with Intent

Free tier available · VS Code extension · Takes 2 minutes

Written by

Paula Hingel

Paula Hingel

Technical Writer

Paula writes about the patterns that make AI coding agents actually work — spec-driven development, multi-agent orchestration, and the context engineering layer most teams skip. Her guides draw on real build examples and focus on what changes when you move from a single AI assistant to a full agentic codebase.

Get Started

Give your codebase the agents it deserves

Install Augment to get started. Works with codebases of any size, from side projects to enterprise monorepos.