BUILT FOR THE ENGINEERS WHO HAVE TO RUN IT

Trust git. Not a dashboard, an API, or a vendor's control plane.

If someone forwarded you this link, your organization is evaluating Taubyte for governance, delivery consistency, or infrastructure flexibility. Here's where you start building.

Get a local cloud running in one command

$ npm i -g @taubyte/dream

$ dream new multiverse

dream starts several full nodes in one process on your machine. Same routing, same services, same deployment flow as production. Push a project into it and you're looking at real compiled output, not a mock.

Every Kind, at a Glance

23 typed kinds. No mystery ones.

Compute

function
website
worker
application
sandbox
agent
channel
model

Data

secret
cache
database
storage
sync
volume

Triggers

cron
workflow
bus
stream

Internet

gateway
proxy
zone
mcp

Code

component

Config layout: how a project is actually structured

project.yaml # id, name, regions, environments

<kind>/<name>.yaml # one file per resource

namespace/<ns>/meta.yaml # a named scope

namespace/<ns>/<kind>/<name>.yaml

namespace/<ns>/namespace/<child>/… # up to 8 deep

Built for the AI-Agent Era, Not Retrofitted for It

AI infrastructure, in the same vocabulary

Most platforms bolt AI on top. Taubyte v2 makes AI infrastructure part of the same typed, access-controlled vocabulary as everything else.

agent

An LLM loop with tools, where what it may call is exactly what it declares in its access block.

model

A named reference to where inference happens: a remote provider or a local workload you're serving yourself.

agentmodelmcpchannelvector db (auto)

mcp

Groups your functions and exposes them as MCP tools over Streamable HTTP.

channel

A named byte channel for direct workload-to-workload communication over libp2p.

What actually happens inside a build

Webhook

Signature and repository checked before anything touches the source.

Build

Image pulled, source mounted at /src, egress restricted, commands/script/Dockerfile run.

Output

Stored by content id, per environment.

Networking & Ingress

Networking & ingress

exact match/checkout
pattern match/user/:id
prefix match/api/*

Gateway

Host + route + policy: a static route or a router function.

Proxy

Raw TCP/UDP/SCTP connection streamed to a workload over p2p.

Zone

Authoritative DNS zone this cloud serves.

Cloud Test

Guided evaluation environment.

T

Taubyte

Bring concrete, technical evidence back to whoever's deciding.

Docs, Source & Community

Everything you need, in one place.

Documentation
tau / dream downloads
Source on GitHub
Discussions & Discord