Skip to content

Vornik

Vornik is an asynchronous, local-first orchestration daemon for teams of AI agents. You define projects, each backed by a swarm of agents and one or more workflows; you submit tasks (or let a project create its own); Vornik queues them, runs each agent in its own isolated container, and persists every result. Work runs continuously in the background — you submit and walk away, then come back for the output.

The daemon runs on your own infrastructure. Agents run with no direct network egress by default — the daemon makes the outbound calls — so Vornik suits data-sensitive and air-gapped environments, including with self-hosted, open-weight models.

Start here

  • Getting Started — install the daemon, create your first project, and run a task end to end.
  • Concepts — projects, swarms, roles, workflows, tasks, delegation, and memory — and the architecture behind them.

What it does

Find your way around