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.
23 typed kinds. No mystery ones.
Compute
Data
Triggers
Internet
Code
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
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.
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
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.
Taubyte
Bring concrete, technical evidence back to whoever's deciding.
Docs, Source & Community
Everything you need, in one place.