Build, run, and debug AI agents on your own infrastructure — with full visibility and control. The self-hosted, production-ready alternative to SaaS AI agent builders
Chronos is a visual AI agent workflow builder designed for teams who own their infrastructure.
- Visual builder for complex agent workflows
- Fully self-hosted (local, on-prem, private cloud)
- Deep observability (trace every step of every run)
TL;DR: Chronos is like Flowise — but tailored for teams who need self-hosting, observability, and production readiness.
Most AI agent tools are great for demos — but fall apart in production. Chronos is built and used for real-world applied AI use cases
- Own your data: Run everything inside your infrastructure.
- Visibility of agents actions: Inspect prompts, tool calls, responses, errors, and token usage.
- Cost & Performance Dashboard: Track and optimise agent costs and operations.
- Scheduled agents: Maintain schedules for your agents.
- Tracing: Opentelemetry helps traicing failures across the entire workflows.
- From prototype to production: Build agents and integrate to enterprise systems via embeded OpenAI APIs.
- Internal copilots over private company data
- RAG pipelines with local embeddings and vector stores
- Automated reporting and monitoring agents
- Deep research and analysis workflows
- Scheduled background agents for ongoing work.
Get Chronos running locally in under 5 minutes.
The fastest way to try it is to build and run all‑in‑one Chronos Docker image.
# clone the repository
git clone git@github.com:intelligexhq/chronos.git
cd chronos_app/docker
# build local image
docker build -f Dockerfile.local -t chronos:local ..
# run Chronos
docker run -d --name chronos -p 3001:3000 chronos:local
# chronos is now available at:
# http://localhost:3001For more configuration and advanced hosting examples, including localy hosted vectorstores, Ollama, queue modes - see Docker compose examples section.
- ⭐ Star this repo to support development
- Contribute via PRs; sugest issues, features and use cases.
Some of the upcoming capabilities:
- Agents with webhooks for event‑driven workflows.
- Versioning and publishing for agents.
- SSO (single sign‑on) for user logins.
- Additional tutorials on intelligex.com covering skill catalogues, deep agents, and data privacy.
These guides will get you started with running Chronos and building agents:
- Chronos visual agent builder – up and running in a local environment
- Chronos visual agent builder – advanced Docker Compose examples
- Chronos visual agent builder – build your first agent
- Build a RAG agent with Qdrant and Ollama
- How and where Chronos stores data
Source code in this repository is made available under the Apache License Version 2.0.
We provide professional services to help you deploy, customise, and operate Chronos in your organisation’s environment:
- Architecture and deployment in your infra (on‑prem or cloud).
- Custom agent development and integrations.
- Training and best practices for teams.

