DEV Community

Graysoft Dev
Graysoft Dev

Posted on

I built a local LLM IDE that works completely offline — guIDE

#ai

What is guIDE?

guIDE is a local LLM IDE that lets you run AI coding models completely offline on your own hardware. No API keys, no subscription, no data leaving your machine.

Why I built it

Every AI coding tool I tried had the same problems:

  • Monthly fees ($20-100/month)
  • Your code goes to someone else's server
  • Hard dependency on external API uptime

guIDE eliminates all three. Download a model once, run it locally forever.

What it does

  • Chat with a local LLM about your code
  • Inline code completions and explanations
  • Works with any GGUF model (Mistral, LLaMA, CodeLlama, Phi, etc.)
  • Fully offline after initial model download
  • No usage limits, no subscription

Try it free

No login required. Just download and run.

https://graysoft.dev

What local models are you running for coding? Would love to compare notes.

Top comments (0)