Skip to content
Moonrend

ZakuraAgents that get smarter together.

Capabilities

An agent needs more than a model

mcps/*

Unified MCP gateway

Tools register on the gateway; agents see one endpoint.

apps/runner

Isolated runner workspaces

Containerized workspaces, a real shell, discarded after the task.

packages/core

Multi-agent collaboration

One shared task context and toolset.

pgvector

Persistence and vector search

PGlite by default, Postgres + pgvector in production.

Headscale

Private networking

Runners join over a tailnet and need no public address.

oss / saas

Two shapes

Single-tenant open source, or multi-tenant SaaS.

Deployment

Hosted, or entirely yours

Hosted

Preview

preview

Free during public preview

  • Self-registration and member invites
  • Multi-tenancy and admin console
  • ZeroCat OAuth sign-in
  • Managed database and runners

Self-hosted

AGPL-3.0

Free

Open source

  • Single account, installed via /setup
  • One implicit Default tenant
  • Embedded PGlite, or bring Postgres
  • Self-hosted Headscale and runners

Quickstart

Running in a few minutes

$ git clone https://github.com/Moonrend/Zakura.git$ cd Zakura$ cp .env.example .env# optional: COMPOSE_PROFILES=postgres for Postgres + pgvector$ docker compose up -d
Deployment guide

Give your agents somewhere to land