# DevoxxGenie — Local LLM Coding for IntelliJ > An IntelliJ IDEA plugin that uses local LLMs for coding assistance, with a security-focused tool menu; verified 648★, pushed 2026-05-14. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash # Optional tools referenced in README: brew install gitleaks brew install opengrep brew install trivy # Then install/enable DevoxxGenie in IntelliJ (see README). ``` ## Intro An IntelliJ IDEA plugin that uses local LLMs for coding assistance, with a security-focused tool menu; verified 648★, pushed 2026-05-14. **Best for:** IntelliJ users who want local-LLM coding help with optional security scanning utilities **Works with:** IntelliJ IDEs; README includes brew installs for tools like gitleaks/opengrep/trivy **Setup time:** 10-20 minutes ### Key facts (verified) - GitHub: 648 stars · 86 forks · pushed 2026-05-14. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `Install in IntelliJ Marketplace`. ## Main - Keep it local-first: pair a local LLM with IDE context to avoid sending sensitive code to third-party APIs when not needed. - Use the security tools as guardrails: run gitleaks/opengrep/trivy during review to catch common issues early. - Define a repeatable workflow: e.g., generate → test → scan → refactor, rather than free-form prompting inside the IDE. - Document model/runtime requirements for your team so plugin behavior is consistent across machines. ### README (excerpt) ## DevoxxGenie [![X](https://img.shields.io/twitter/follow/DevoxxGenie)](https://x.com/devoxxgenie) ![GitHub Repo stars](https://img.shields.io/github/stars/devoxx/DevoxxGenieIDEAPlugin) ![JetBrains Plugin Rating](https://img.shields.io/jetbrains/plugin/r/stars/24169-devoxxgenie) [![Documentation](https://img.shields.io/badge/docs-genie.devoxx.com-blue)](https://genie.devoxx.com) Devoxx Genie is a fully Java-based LLM Code Assistant plugin for IntelliJ IDEA, designed to integrate with local LLM providers such as [Ollama](https://ollama.com/), [LMStudio](https://lmstudio.ai/), [GPT4All](https://gpt4all.io/index.html), [Llama.cpp](https://github.com/ggerganov/llama.cpp) and [Exo](https://github.com/exo-explore/exo) but also cloud based LLM's such as [OpenAI](https://openai.com), [Anthropic](https://www.anthropic.com/), [Mistral](https://mistral.ai/), [Groq](https://groq.com/), [Gemini](https://aistudio.google.com/app/apikey), [DeepInfra](https://deepinfra.com/dash/deployments), [DeepSeek](https://www.deepseek.com/), [Kimi](https://platform.moonshot.ai/), [GLM](https://open.bigmodel.cn/), [OpenRouter](https://www.openrouter.ai/), [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) and [Amazon Bedrock](https://aws.amazon.com/bedrock) **🆕 [Security Scanning](https://genie.devoxx.com/docs/features/security-scanning)** — Run **Gitleaks** (secret detection), **OpenGrep** (SAST) and **Trivy** (dependency CVEs) directly from the LLM agent. Findings are automatically created as prioritised tasks in the Spec Browser for tracking and remediation! **🆕 [Spec Driven Development (SDD)](https://genie.devoxx.com/docs/features/spec-driven-development)** — Define tasks in `Backlog.md`, browse them in the Spec Browser with Task List and Kanban Board views, then let the Agent implement them autonomously! Use the **Agent Loop** to run multiple tasks in a single batch with dependency ordering and automatic advancement. **🆕 [AI-powered Inline Code Completion](https://genie.devoxx.com/docs/features/inline-completion)** — Get context-aware code suggestions as you type using Fill-in-the-Middle (FIM) models via Ollama or LM Studio! ### Source-backed notes - README includes a table listing tools like Gitleaks/OpenGrep/Trivy with example `brew install ...` commands. - Repo is MIT licensed and recently pushed (verified via GitHub API). - The project is an IntelliJ IDEA plugin per repository naming and README framing. ### FAQ - **Do I need Homebrew?**: Only if you want the optional security tools; the plugin itself installs via IntelliJ. - **Is it open source?**: Yes—MIT licensed (verified via GitHub API). - **What are the tools for?**: README lists gitleaks/opengrep/trivy for secrets/SAST/dependency scanning workflows. ## Source & Thanks > Created by [devoxx](https://github.com/devoxx). Licensed under MIT. > > [devoxx/DevoxxGenieIDEAPlugin](https://github.com/devoxx/DevoxxGenieIDEAPlugin) — ⭐ 648 Thanks to the upstream maintainers and contributors for publishing this work under an open license. --- ## Quick Use ```bash # Optional tools referenced in README: brew install gitleaks brew install opengrep brew install trivy # Then install/enable DevoxxGenie in IntelliJ (see README). ``` ## Intro DevoxxGenie 是 IntelliJ IDEA 插件:可用本地 LLM 做编码辅助,并提供安全工具菜单(如 Trivy/Gitleaks);已验证 648★,更新于 2026-05-14。 **Best for:** 想在 IntelliJ 中使用本地 LLM 辅助编码,并顺手集成安全扫描工具的开发者 **Works with:** IntelliJ 系列 IDE;README 提到可通过 brew 安装 gitleaks/opengrep/trivy 等工具 **Setup time:** 10-20 minutes ### Key facts (verified) - GitHub:648 stars · 86 forks;最近更新 2026-05-14。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中可对照的入口:`Install in IntelliJ Marketplace`。 ## Main - 优先本地化:本地 LLM + IDE 上下文可减少敏感代码外发的需求。 - 把安全工具当护栏:在 review 流程里跑 gitleaks/opengrep/trivy,提前暴露常见问题。 - 固化可重复流程:例如 生成 → 测试 → 扫描 → 重构,而不是在 IDE 内随意聊天式改代码。 - 把模型与运行环境要求写清楚:让团队机器上的插件行为更一致。 ### README (excerpt) ## DevoxxGenie [![X](https://img.shields.io/twitter/follow/DevoxxGenie)](https://x.com/devoxxgenie) ![GitHub Repo stars](https://img.shields.io/github/stars/devoxx/DevoxxGenieIDEAPlugin) ![JetBrains Plugin Rating](https://img.shields.io/jetbrains/plugin/r/stars/24169-devoxxgenie) [![Documentation](https://img.shields.io/badge/docs-genie.devoxx.com-blue)](https://genie.devoxx.com) Devoxx Genie is a fully Java-based LLM Code Assistant plugin for IntelliJ IDEA, designed to integrate with local LLM providers such as [Ollama](https://ollama.com/), [LMStudio](https://lmstudio.ai/), [GPT4All](https://gpt4all.io/index.html), [Llama.cpp](https://github.com/ggerganov/llama.cpp) and [Exo](https://github.com/exo-explore/exo) but also cloud based LLM's such as [OpenAI](https://openai.com), [Anthropic](https://www.anthropic.com/), [Mistral](https://mistral.ai/), [Groq](https://groq.com/), [Gemini](https://aistudio.google.com/app/apikey), [DeepInfra](https://deepinfra.com/dash/deployments), [DeepSeek](https://www.deepseek.com/), [Kimi](https://platform.moonshot.ai/), [GLM](https://open.bigmodel.cn/), [OpenRouter](https://www.openrouter.ai/), [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) and [Amazon Bedrock](https://aws.amazon.com/bedrock) **🆕 [Security Scanning](https://genie.devoxx.com/docs/features/security-scanning)** — Run **Gitleaks** (secret detection), **OpenGrep** (SAST) and **Trivy** (dependency CVEs) directly from the LLM agent. Findings are automatically created as prioritised tasks in the Spec Browser for tracking and remediation! **🆕 [Spec Driven Development (SDD)](https://genie.devoxx.com/docs/features/spec-driven-development)** — Define tasks in `Backlog.md`, browse them in the Spec Browser with Task List and Kanban Board views, then let the Agent implement them autonomously! Use the **Agent Loop** to run multiple tasks in a single batch with dependency ordering and automatic advancement. **🆕 [AI-powered Inline Code Completion](https://genie.devoxx.com/docs/features/inline-completion)** — Get context-aware code suggestions as you type using Fill-in-the-Middle (FIM) models via Ollama or LM Studio! ### Source-backed notes - README 的工具表格列出 Gitleaks/OpenGrep/Trivy,并给出 `brew install ...` 示例命令。 - 仓库为 MIT 许可证且近期更新(已通过 GitHub API 复核)。 - 仓库定位为 IntelliJ IDEA 插件(由 README 与项目结构说明)。 ### FAQ - **一定要 Homebrew 吗?**:不一定:Homebrew 主要用于安装可选的安全工具;插件本身在 IntelliJ 里安装。 - **是开源的吗?**:是:MIT 许可证(已通过 GitHub API 复核)。 - **这些工具用来干嘛?**:README 列出 gitleaks/opengrep/trivy,用于 secrets/SAST/依赖安全扫描流程。 ## Source & Thanks > Created by [devoxx](https://github.com/devoxx). Licensed under MIT. > > [devoxx/DevoxxGenieIDEAPlugin](https://github.com/devoxx/DevoxxGenieIDEAPlugin) — ⭐ 648 --- Source: https://tokrepo.com/en/workflows/devoxxgenie-local-llm-coding-for-intellij Author: Script Depot