Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Development Environment

devenv (Nix) is the substrate; devenv.nix stays a pure service declaration (operational logic lives in the justfile).

Service/processPort(s)Notes
postgres 165566pgvector; DB synth; lattice: cyberphy 5438 · gaius 5444 · signals 5455 · atelier 5533 · aegir 5555
qdrant (process)6365 http / 6366 grpcreadiness probe on /healthz; house norm is a process, not a service
rustfs9000/9001 (allocated)MinIO replacement; always read RUSTFS_ADDRESS etc. at runtime — devenv allocates the real ports

First devenv shell builds RustFS from source (flake input github:rustfs/rustfs) — a one-time cost unless the store already has it.

Secrets: declared in secretspec.toml, provided per environment (devenv.yaml defaults to the dotenv provider; SOPS/age for committed encrypted files under config/secrets/).