Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·3 min de lectura

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.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando con revisión previa
npx -y tokrepo@latest install 8a417189-5047-5870-afcc-89092c03f782 --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

Introducción

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 GitHub Repo stars JetBrains Plugin Rating Documentation

Devoxx Genie is a fully Java-based LLM Code Assistant plugin for IntelliJ IDEA, designed to integrate with local LLM providers such as Ollama, LMStudio, GPT4All, Llama.cpp and Exo but also cloud based LLM's such as OpenAI, Anthropic, Mistral, Groq, Gemini, DeepInfra, DeepSeek, Kimi, GLM, OpenRouter, Azure OpenAI and Amazon Bedrock

🆕 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) — 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 — 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.
🙏

Fuente y agradecimientos

Created by devoxx. Licensed under MIT.

devoxx/DevoxxGenieIDEAPlugin — ⭐ 648

Thanks to the upstream maintainers and contributors for publishing this work under an open license.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados