Local AI coding harness · Windows · MIT

Plan, build, and run code with an always-on AI partner on your machine.

DariusAI gives you a 5-panel desktop harness — Neural View, Chat, Editor, Console, and Terminal — wired into a single, fast local workflow. No cloud lock-in, no copy-paste loops, no waiting.

Windows 10/11 PowerShell 5.1+ MIT License

Five panels. One workflow.

Every part of the build loop lives in a docked panel — exactly like the desktop harness, brought to the web so you can tour it before installing.

Neural View

live

A force-directed map of every skill, conversation, and decision Darius has learned from. Click any node to inspect the underlying knowledge atom.

  • Skill graph, atom map, tag navigator
  • Hover preview, click to edit payload
  • Renders at 60fps even with 1k+ nodes

Chat

TPS 88.1

A structured, phased chat surface. Prompts, tool calls, and reasoning are split out so you can audit exactly what Darius did and why.

  • Phased plans, citations, and tool-call log
  • Inline editing of any message in the thread
  • Token & context budget visible at a glance

Editor

saved

A real code editor docked next to chat, with a file tree, syntax highlighting, and a save hotkey. No tab switching, no second window.

  • Monaco-grade highlighting, multi-cursor
  • Per-file "save to repo" + dry-run diff
  • Auto-saves conversation context per file

Console

51 events

Every tool call, file read, and skill invocation is logged in a structured, filterable event stream. Pause and replay the agent like a video.

  • Filter by tool, tag, phase, or actor
  • Click any event to rewind the thread
  • Export to JSONL for debugging

Terminal

interactive

A persistent PowerShell session that the agent can call. Run ad-hoc commands, inspect the environment, or hand control back to you for anything sensitive.

  • Shared PTY — agent and you see the same shell
  • Long-running commands with live tail
  • Approve-before-execute for risky ops

The real app, in motion.

Two live captures of DariusAI mid-task — a 7-phase plan unfolding on the left, skill lookups streaming into the console below.

DariusAI · early-task
DariusAI desktop harness in its first phase, showing the Neural View, an early Chat thread, and a populated Console.
DariusAI · mid-task
DariusAI desktop harness mid-plan with detailed phased reasoning in Chat, skill tag pills in Neural View, and live Console events.

One PowerShell line. That's it.

Open PowerShell as Administrator, paste the line, and DariusAI will install, add itself to your PATH, and launch.

PowerShell · Windows
# TODO: replace with the final install command from the repo README
irm https://raw.githubusercontent.com/tattooinmtl/DariusAI/main/install.ps1 | iex

Placeholder command — the final installer lands in the repo this week. The URL stays the same; only the script body will change.

  1. 1
    Open PowerShell as Administrator. Right-click the Start menu → Terminal (Admin) or PowerShell (Admin).
  2. 2
    Paste the command above and press Enter. You'll be prompted to confirm the install.
  3. 3
    Launch DariusAI by typing dariusai from anywhere, or pinning it to your Start menu.

Built for developers who'd rather not babysit their agent.

DariusAI is an MIT-licensed local harness. Your code never leaves your machine. The repo is open on GitHub — file issues, send PRs, or fork it for your own stack.

License MIT
Status alpha 0.80
Domain Darius-AI.GlobalwarningNetworks.com