Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
IT Security NachrichtenAb 1.10: Meldepflicht für IT-Vorfälle in Österreich | heise online(22.09.2026 um 23:31 Uhr)
IT Security NachrichtenIT Security News Daily Summary 2026-09-22(22.09.2026 um 23:55 Uhr)
IT Security NachrichtenIT Security News Hourly Summary 2026-09-23 00h : 3 posts(23.09.2026 um 00:00 Uhr)
IT Security NachrichtenRelays Are Masking Chinese Access to Frontier AI Models in the US(22.09.2026 um 23:12 Uhr)
Malware / Trojaner / VirenAttackers Use Wallpaper Engine to Distribute Malware(22.09.2026 um 15:10 Uhr)
IT Security NachrichtenSweden fines Miljödata $183,000 over breach affecting 2.2 million(22.09.2026 um 23:40 Uhr)
IT Security NachrichtenRogue external MFA providers can steal passwords during logins(22.09.2026 um 23:45 Uhr)
IT Security NachrichtenÖsterreich setzt NIS2 um, erhält Bundesamt für Cybersicherheit(22.09.2026 um 23:24 Uhr)
IT NachrichtenHere’s a Newer Galaxy Z Fold 8 Update for You(22.09.2026 um 23:19 Uhr)
IT Security NachrichtenAb 1.10: Meldepflicht für IT-Vorfälle in Österreich | heise online(22.09.2026 um 23:31 Uhr)
IT Security NachrichtenIT Security News Daily Summary 2026-09-22(22.09.2026 um 23:55 Uhr)
IT Security NachrichtenIT Security News Hourly Summary 2026-09-23 00h : 3 posts(23.09.2026 um 00:00 Uhr)
IT Security NachrichtenRelays Are Masking Chinese Access to Frontier AI Models in the US(22.09.2026 um 23:12 Uhr)
Malware / Trojaner / VirenAttackers Use Wallpaper Engine to Distribute Malware(22.09.2026 um 15:10 Uhr)
IT Security NachrichtenSweden fines Miljödata $183,000 over breach affecting 2.2 million(22.09.2026 um 23:40 Uhr)
IT Security NachrichtenRogue external MFA providers can steal passwords during logins(22.09.2026 um 23:45 Uhr)
IT Security NachrichtenÖsterreich setzt NIS2 um, erhält Bundesamt für Cybersicherheit(22.09.2026 um 23:24 Uhr)
IT NachrichtenHere’s a Newer Galaxy Z Fold 8 Update for You(22.09.2026 um 23:19 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

OrinIDE v1.0.9 — local AI, an Agentic dev squad, and a bug fix I owe you an explanation for

Hey devs 👋 OrinIDE is an AI-powered code editor that runs entirely in your browser — no cloud account, no subscription, nothing uploaded unless you want it to be. v1.0.8 was the biggest release yet, and v1.0.9 fixes something in it that n…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!




Hey devs 👋



OrinIDE is an AI-powered code editor that runs entirely in your browser — no cloud account, no subscription, nothing uploaded unless you want it to be. v1.0.8 was the biggest release yet, and v1.0.9 fixes something in it that needed fixing. Here's the full rundown.




npx orin-ide






That's the whole install. Onto what's new.








Offline AI, actually offline



OrinIDE now hooks directly into Ollama, so you can run models like TinyLlama fully offline, inside the IDE. No API key, no cost, no cloud round-trip.



Switch between a local model and a cloud model (DeepSeek, Claude, GPT, whatever) in one click. Useful for flights, spotty wifi, or just keeping code fully private.








Agentic Mode — your own AI dev squad



The feature I was most excited to ship:




Architect  →  Coder  →  Reviewer  →  Integrator
(plans) (builds) (audits) (ships)






Give it a task, and four agents plan, build, review, and ship it — each one working from what the last one produced.




  • Assign a different model to each agent

  • Every agent sees the full context of what came before it

  • Self-healing — if a response gets cut off mid-file, the agent picks back up instead of handing off something broken

  • Runs the shell commands it proposes, so it's not just talk



The honest part: in v1.0.8, Agentic Mode looked done and wasn't. Every agent turn crashed on send — a leftover reference to a variable that only existed in a different function's scope, so the pipeline died before producing anything. It's fixed in v1.0.9: the system prompt for each turn is now preserved correctly instead of rebuilt from a variable that was never in scope. Agentic Mode runs end-to-end now, for real. I'd rather tell you what broke than let you find out the hard way.








AI Bug Fixer




  • Scans your code for issues automatically

  • Explains what's wrong in plain language, not a stack trace

  • Generates a fix you can apply directly








Bring Your Own Provider



Self-hosted model, custom endpoint, whatever you run — plug it in. Works alongside OpenRouter, Anthropic, OpenAI, Groq, Together AI, and Ollama, or any OpenAI-compatible API.








A cleaner interface



Refreshed layout, smoother animations, and a more consistent feel across the editor, terminal, and AI panels — still fully keyboard-navigable.








Everything else already in OrinIDE



AI Assistant





  • 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



Inline AI





  • Ctrl+Hover to explain any code

  • Lightbulb actions — fix, explain, refactor, optimize

  • Full AI code review with inline comments

  • AI refactor with diff preview

  • Ghost text completions (Tab to accept)

  • AI-generated commit messages

  • Natural language → shell command terminal



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



Terminal & UI





  • Real terminal (xterm.js), multi-session, survives refresh

  • Dark purple theme

  • Drag-to-resize every panel

  • Command palette (Ctrl+Shift+P)

  • Voice commands

  • Fully responsive — desktop, tablet, mobile








Runs everywhere



Linux, macOS, Windows, and Android via Termux if you want to code from your phone.








Try it






# instant, zero install
npx orin-ide

# or install globally
npm install -g orin-ide
orin-ide






Then open http://127.0.0.1:3000.








Links










One last thing



This is a solo-built project, so a ⭐, a comment, a bug report, or a PR genuinely helps. If OrinIDE saves you ten minutes today, a star goes a long way.



Let me know what you'd want to see next.



— Nandan

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten OrinIDE v1.0.9 — local AI, an Agentic dev squad, and a bug fix I owe you an explanation for

Thematisch verwandte Begriffe: OrinIDE, v109, local, Agentic · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY Kritische Sicherheitsmeldung
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick