DEVELOPERS

Start with the source.

The bundled server is TypeScript on Node.js 22+, with MongoDB, Redis, a provider-neutral model layer and an example CLI.

Clone. Configure. Run.
Hypha technical system illustration
01

Clone

Install the exact lockfile, copy the environment template and keep all credentials out of source control.

02

Configure

Select one owner identity, one model provider and the Memory, Tool, MCP and execution profiles you trust.

03

Verify

Use /health for liveness and /ready as the traffic gate after storage, model, Memory and workers are ready.

04

Build a DomainPack

Declare product behavior through versioned contracts, compile it, bind trusted adapters and test the event-derived result.

QUICK START

Clone. Configure. Run.

Use the official repository directly when you already know your system boundary. Node.js 22+, MongoDB, Redis and one model provider are the bundled server requirements.

CLONE THE OFFICIAL REPOSITORY
git clone https://github.com/CodeSoul-co/Hypha.git
cd Hypha
npm ci
cp .env.example .env