On-premise by design
Runs inside your own walls. Documents, vectors, and conversations stay on hardware you control.
Open source · sovereign AI
ArcumAI is an open-source agentic platform that runs entirely on your own hardware. It reads your documents, answers in context, and keeps every byte inside your infrastructure. No external API. No data exit. No compromise.
// the trade-off
Mainstream assistants only work by shipping your prompts and your documents to someone else's servers. For a private bank, a fiduciary, or a law firm, that single condition rules them out before the conversation starts.
So ArcumAI inverts the arrangement: the model comes to the data, never the other way around.
// what it does
Runs inside your own walls. Documents, vectors, and conversations stay on hardware you control.
Open models served through Ollama. It runs on a modest server, with no licence keys phoning home.
Semantic search and keyword search, fused. Answers are grounded in your documents, with sources you can trace.
Tools and context connect through the Model Context Protocol, so the assistant can act, not just chat.
Need heavier reasoning? An optional cloud path stays hard-isolated from your local data. Off by default.
Every line is readable, auditable, and yours to fork. No black box, no vendor lock-in.
// how it works
Your files are read and chunked locally, then indexed. Nothing is uploaded anywhere.
Chunks land in a local vector store and a keyword index, side by side.
A query fuses semantic and keyword results to find the passages that actually matter.
A local model reads the retrieved context and composes an answer grounded in it.
You get a cited, context-aware reply in the web app or directly inside Outlook.
Interfaces: a NiceGUI web workspace and a native Outlook add-in. Backend: FastAPI. Optional isolated cloud reasoning when you ask for it, never by default.
// under the hood
No proprietary runtime sits between you and your data. The pieces are standard, swappable, and documented in the repository.
// where it fits
Surface client policy, KYC files, and product documentation without a single record crossing the institution's perimeter.
Search contracts, mandates, and correspondence in plain language, with answers that stay on the office network.
Question case files and precedent locally, preserving privilege and client confidentiality end to end.
Clone it, read every line, and run it on your own terms. Open source and free to deploy.