#313 · Primary category: AI Coding Assistants
DevoxxGenieIDEAPlugin
DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development with CLI Runners.
Project last updated:08/27/26
GitHub Stars
677
Forks
99
Contributors
35
License
MIT
Why we included this project
DevoxxGenie is a Java-based LLM assistant that lives inside IntelliJ IDEA, so you can review, test, and explain your code without leaving the editor. It connects to local runtimes like Ollama, LM Studio, and llama.cpp as well as a long list of cloud APIs including OpenAI, Anthropic, Gemini, and Azure, which makes it easy to match the model to your privacy or budget constraints. The more interesting part is the workflow tooling: a spec-driven development mode where tasks defined in a Backlog.md file show up in a Kanban board and get implemented by the agent, plus security scanning with Gitleaks, OpenGrep, and Trivy that turns findings into tracked tasks. It also supports portable SKILL.md files that work across Claude Code, Codex, and Gemini, so teams can reuse the same instructions. If you want a plugin that can run entirely against local models and stay inside the JetBrains ecosystem, this is a solid, actively maintained option.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.