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.
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.
PSC:\DariusAI\Workbench▌
DariusAI terminal · --info for specs · --help for built-ins
PSC:\DariusAI\Workbench▌
Shared PTY — agent and you see the same shell
Long-running commands with live tail
Approve-before-execute for risky ops
// screenshots
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 · mid-task
// install
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
Open PowerShell as Administrator. Right-click the Start menu → Terminal (Admin) or PowerShell (Admin).
2
Paste the command above and press Enter. You'll be prompted to confirm the install.
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.