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

DEVELOPERS
The bundled server is TypeScript on Node.js 22+, with MongoDB, Redis, a provider-neutral model layer and an example CLI.
Clone. Configure. Run. ↓
Install the exact lockfile, copy the environment template and keep all credentials out of source control.
Select one owner identity, one model provider and the Memory, Tool, MCP and execution profiles you trust.
Use /health for liveness and /ready as the traffic gate after storage, model, Memory and workers are ready.
Declare product behavior through versioned contracts, compile it, bind trusted adapters and test the event-derived result.
QUICK START
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.
git clone https://github.com/CodeSoul-co/Hypha.git
cd Hypha
npm ci
cp .env.example .env