DEV Community

Cover image for OrinIDE v1.0.8 is here and it's a whole vibe upgrade πŸš€
Nandan Das
Nandan Das

Posted on

OrinIDE v1.0.8 is here and it's a whole vibe upgrade πŸš€

πŸŽ‰ Hey devs, big news!

If you've been sleeping on OrinIDE β€” the AI-powered code editor that runs 100% in your browser, no cloud account, no subscription, nothing ever uploaded β€” buckle up, because v1.0.8 just dropped and it's loaded. πŸ”₯

npx orin-ide
Enter fullscreen mode Exit fullscreen mode

That's it. That's the install. Let's get into what's new πŸ‘‡

🧠 Offline AI?! Yes, really.

No wifi? No API key? No problem. πŸ™Œ

OrinIDE now hooks straight into Ollama, so you can run models like TinyLlama fully offline, right inside the IDE. Zero cost. Zero cloud. Just you, your laptop, and your AI sidekick. πŸ› οΈ

Flip between local models and cloud models (DeepSeek, Claude, GPT, whatever you like) with one click. πŸ”„

πŸ’‘ Pro tip: perfect for coding on a plane, in a basement with no signal, or just keeping your code fully private.

πŸ•ΈοΈ Agentic Mode β€” your own AI dev squad

This is the big one. Meet your new 4-agent dream team:

🧭 Architect  β†’  πŸ‘¨β€πŸ’» Coder  β†’  πŸ” Reviewer  β†’  πŸš€ Integrator
   (plans)         (builds)      (audits)       (ships)
Enter fullscreen mode Exit fullscreen mode

Give them a task. Walk away. Come back to a planned, built, reviewed, and shipped result. 🀯

  • πŸŽ›οΈ Assign a different model to each agent
  • 🧠 Every agent sees what the last one did
  • 🩹 Self-healing β€” if an agent gets cut off mid-file, it picks right back up instead of passing you a broken file
  • πŸ› Squashed a nasty crash that used to kill the whole pipeline after step one

🐞 Meet your new AI Bug Fixer

Found a bug? Don't panic. 😌

  • βœ… Auto-detects issues in your code
  • πŸ’¬ Explains what went wrong in plain English (no cryptic stack traces)
  • πŸ› οΈ Generates a fix, ready to apply

πŸ”Œ Bring Your Own Provider (BYOP)

Got a favorite self-hosted model? A custom endpoint? Bring it. πŸŽ’

Works alongside OpenRouter, Anthropic, OpenAI, Groq, Together AI, and Ollama β€” any OpenAI-compatible API, plug it right in.

🎨 Fresh new look

New animations ✨, smoother layout, more cohesive vibe across the editor, terminal, and AI panels. Still 100% keyboard-friendly for the shortcut lovers out there. ⌨️

🧰 And in case you're new here β€” here's everything else OrinIDE brings to the table:

πŸ€– Click to expand: AI Assistant features

  • πŸ’¬ Multi-model AI chat β€” DeepSeek, Gemini, GPT, Claude, Gemma & more
  • ⚑ Real-time streaming responses
  • 🎭 5 chat modes: Chat, Generate, Edit, Patch, Explain
  • 🩹 Patch Mode β€” surgical @@patch diffs instead of full rewrites
  • ♻️ Auto-continuation for cut-off responses
  • πŸ“‚ Full project-wide AI context

✨ Click to expand: Inline AI superpowers

  • πŸ–±οΈ Ctrl+Hover to explain any code
  • πŸ’‘ Lightbulb actions β€” fix, explain, refactor, optimize
  • πŸ” Full AI code review, inline comments
  • πŸͺ„ AI refactor with diff preview
  • πŸ‘» Ghost text completions (Tab to accept)
  • πŸ“ AI-generated commit messages
  • πŸ—£οΈ Natural language β†’ shell command terminal

πŸ“ Click to expand: File & Git tools

  • 🌳 Full file explorer + favorites
  • πŸ”Ž Project-wide search & find/replace (regex included!)
  • πŸ“¦ ZIP export/import
  • πŸ–ΌοΈ Drag-and-drop media upload
  • ⚑ Quick Open (Ctrl+P)
  • 🌿 Full git panel β€” stage, commit, push, pull, init

πŸ’» Click to expand: Terminal & UI

  • πŸ–₯️ Real terminal (xterm.js), multi-session, survives refresh
  • 🎨 Dark purple cyberpunk theme
  • πŸ–±οΈ Drag-to-resize every panel
  • ⌨️ Command palette (Ctrl+Shift+P)
  • πŸŽ™οΈ Voice commands
  • πŸ“± Fully responsive β€” desktop, tablet, mobile

πŸ“± Runs everywhere

Linux, macOS, Windows... and yes, even Android via Termux. Code from your phone if that's your thing. No judgment. πŸ˜„

πŸš€ Try it right now

# instant, zero install
npx orin-ide

# or install globally
npm install -g orin-ide
orin-ide
Enter fullscreen mode Exit fullscreen mode

Then hit up http://127.0.0.1:3000 and you're in. πŸŽ‰

πŸ”— Links

❀️ One last thing

This is a solo-built project, so every ⭐, comment, bug report, or PR genuinely means a lot. If OrinIDE saves you even 10 minutes today, consider dropping a star β€” it helps way more than you'd think.

Let me know in the comments what you'd want to see in the next release! πŸ‘‡πŸ”₯

β€” Nandan

Top comments (0)