Chat
Talk to your whole stack
Ask in plain language. It reads metrics, logs, and clusters — and acts through real tools, behind a human-in-the-loop gate on anything that mutates.
Chat, code, and visual workflows that do the work — running on your models, your infrastructure, your data. Open source. Self-hosted. Free to run forever.
curl -sSL https://install.openagentics.io | bash Not just for IT ops
OpenAgentic isn’t a single-purpose bot. It’s the engine — chat, flows, and code over any model and any MCP tool you connect. Point it at your systems and it works the job, whatever the job is.
Three familiar surfaces, one platform, infinite obsession
Chat
Ask in plain language. It reads metrics, logs, and clusters — and acts through real tools, behind a human-in-the-loop gate on anything that mutates.
Flows
Wire agents and tools into governed automations — parallel fan-out, retries, approval gates, and a signed, replay-verifiable trace for every run.
Code
Reach your real repositories through the built-in GitHub tool, and connect any MCP server you bring — the agent reasons over code and runs the tools you wire up, behind the same approval gate.
Any model
Ollama · Bedrock · Vertex · Azure · OpenAI — swap per task
Your boundary
Self-hosted, air-gapped if you want — nothing leaves
Local-auth, single operator
OSS runs on a local admin account — no phone-home, no telemetry
Provable
Tamper-evident audit trail, human-in-the-loop on writes
Under the hood
A free chat UI gives you a textbox and a model. The hard part — staying coherent across a long operation, picking the right tool from hundreds, remembering, routing, and proving every action — is a year of engineering. This is that part.
Hundreds of tools, but the model only ever sees the relevant ≤15: intent routing → pgvector semantic search → a hard ceiling. Dumping the whole catalog at a model wrecks its accuracy — so we don't.
The context window is partitioned across recent turns, summaries, and long-term knowledge — and long sessions compact silently at 65% and 85% instead of blowing the window and losing the thread.
Per-user memory recalled from a vector layer with a context cache — not a flat scrollback. "What did we decide about that last week" resolves without a scrollback crawl.
Five-step model resolution that routes down to a cheap local model for trivial turns and up to the frontier when a task demands it — and refuses rather than silently under-delivering.
An always-on data layer (query_data / list_datasets) and artifacts the agent produces and reuses — so a run builds on real, queryable state, not just text in a window.
Every mutating tool call stops at a human-in-the-loop gate, then lands in an append-only, hash-chained, tamper-evident log. Free wrappers can't tell you who did what — this can.
From a live local install
The agent calling live cloud tools, charting real metrics, reading images, and running fully on-box with Ollama. Click any capture to view it full size.
Real tools, real data
prometheus_query hits a live monitoring stack; the agent turns the returned series into a chart.Chat that does the work
Runs on your stack
a local Ollama model on your own Ollama making native tool calls — nothing leaves the box.
nomic-embed-text vectors (768-dim) served by your local Ollama — straight from the container logs, $0 inference.Platform shown at v1.0.0.
Run it your way
OpenAgentic is a self-hosted web platform — chat, flows, and the admin console run in any modern browser, with nothing to install on your machine. Desktop coding apps and a mobile companion are AgenticWork products, separate from the open-source core.
Mobile companion — in the works.
Get started
Free to self-host, forever — you pay your model provider, no one else.
curl -sSL https://install.openagentics.io | bash Open source
Apache-2.0, public roadmap, real issues. Star it, file a bug, ship a PR — first-time contributors welcome.
Enterprise
Fleet & Mission orchestration across many instances, managed hosting, and designed-for-FedRAMP-High governance.