Claude Code For Jetbrains
Description
Claude Code for JetBrains IDEs — a native GUI client for Anthropic's AI coding agent. Streaming chat, editable IDE diffs, MCP and a deterministic security layer. IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider. No Node.js at runtime.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Native
[](CHANGELOG.md) [](#requirements) [](https://plugins.jetbrains.com/plugin/31965-claude-code-native) [](LICENSE)
An unofficial IntelliJ Platform plugin that puts [Claude Code](https://code.claude.com/docs/en/overview) inside JetBrains IDEs as a full graphical client: a streaming chat, inline permission cards, file edits reviewed as real IDE diffs you can modify before approving, a tab per agent, and a deterministic security layer that gates every tool call.
It drives the `claude` binary — the one you already have, or one it installs for you on first run if you do not — speaking its `stream-json` and control protocol directly from Kotlin. There is no Node.js at runtime, no bundled SDK, and no credentials of ours — you bring your own Claude subscription or API key.
**This repository is the project's origin**, written and maintained by [Lain](https://github.com/serialexperimentslainnnn) — every release on the JetBrains Marketplace is published from here. Canonical location: ****. Forks are welcome and licensed; see [Upstream and forks](#upstream-and-forks) for where they are and how to tell them apart.
Contents
- How it compares
- Requirements · Installation · First run
- User guide
- Security
- Troubleshooting
- Build from source · How it works
- Documentation
- Upstream and forks · Licence
How it compares
Three different things are o
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,