π 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
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)
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
@@patchdiffs 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
Then hit up http://127.0.0.1:3000 and you're in. π
π Links
- π» GitHub β https://github.com/nandandas2407-web/orin-ide
- π¦ npm β https://www.npmjs.com/package/orin-ide
- π Docs β https://orinide.netlify.app
- π₯ Promovid β https://www.instagram.com/reel/DaW7UrCRIQ0/?igsh=MW5rbGg4azM0NDl0bQ==
- π Issues / feature requests β https://github.com/nandandas2407-web/orin-ide/issues
β€οΈ 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)