#313 · Primary category: AI Coding Assistants

DevoxxGenieIDEAPlugin

anthropic azure-ai chatgpt chatgpt-api claude-3 claude-ai copilot copilot-chat gemini genai gpt4all groq intellij-plugin java llm lmstudio mistral ollama openai spec-driven-development

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