Junie
Autonomous coding agent by JetBrains that ships code from the IDE, CLI or CI/CD, powered by any LLM you choose.
Delv Safety Grade: A
Score 82/100 · assessed 2026-04-18
Junie is JetBrains' autonomous coding agent that operates within their IDE ecosystem, CLI, and CI/CD pipelines. As a major established vendor with decades of IDE development experience, JetBrains provides strong organisational legitimacy. The agent is open source on GitHub with clear documentation and active development. However, as an autonomous coding agent, Junie requires substantial permissions: filesystem write access to modify codebases, shell execution for build and test operations, repository write access for commits, and network access for LLM communication. The 'autonomous' nature means it can make changes without per-action approval, which inherently carries risk despite JetBrains' reputation. Supply chain is solid through standard distribution channels (JetBrains Toolbox, npm for CLI). The ability to use any LLM adds flexibility but also means security depends partly on your chosen model provider. No known security incidents. Best suited for teams already invested in JetBrains tooling who understand the trade-offs of autonomous agents.
Green flags
- Maintained by JetBrains, a major established IDE vendor since 2000
- Open source on GitHub with active development and clear documentation
- Integrates with existing JetBrains security and permission systems
- No known security incidents or CVEs
- Supports self-hosted LLMs for data sovereignty
Red flags
- Autonomous agent can make filesystem and repo changes without per-action approval
- Shell execution capability required for build/test operations
- Security depends partly on user's choice of external LLM provider
- Paid product bundled with AI Pro limits accessibility for security review
Permissions requested
Pricing
Platforms
Review
If you're already on JetBrains IDEs and want an agent that iterates without handholding, Junie earns its spot. VS Code users should stick with Cursor or Windsurf unless they're willing to switch ecosystems.
Good at
- Actually iterates on test failures without human intervention
- Native JetBrains integration feels polished, not bolted on
- CLI and CI/CD modes let you run agents in pipelines
- Works with any LLM, not locked to one provider
- Handles medium-complexity tasks end-to-end reliably
Watch out
- Bundled pricing means you pay for the full AI Pro suite
- Struggles with vague or exploratory tasks
- Less useful on legacy codebases with inconsistent patterns
- Not available for VS Code users
- Slower than Cursor for quick, single-file edits
Use cases
- bug fixing
- feature implementation
- PR review