The big picture
How a workflow runs, from trigger to result
Workflows, nodes, and connections
You build workflows by dragging nodes onto the canvas and drawing lines between them. No code required.
Where the AI comes in
AI Agents are the thinking nodes. Each agent has a built-in choice of AI provider and model. It takes whatever text flows into it and produces an answer. Models are the brains agents use — OpenAI, Anthropic, Gemini, and others. OpenCompany supports 12 providers (11 dedicated model nodes, plus xAI through the OpenAI-compatible path), including free local options like Ollama. Tools are extra abilities you plug into an agent — web search, file access, code execution. The agent decides on its own when to use them.Everything runs on your computer
OpenCompany is not a cloud service. The app, your workflows, and your API keys (the password-like codes that let OpenCompany use your AI account) all live on your machine. Keys are stored encrypted and are only ever sent to the AI provider you chose.No account or sign-up is required. You open
http://localhost:3000 in your browser, and everything you see is served from your own computer.What’s next
Choose how to run it
On your computer, on a cloud server, or from source.
Install OpenCompany
Two commands and about five minutes.