Abstract / public runtime front door

Retriever is a typed runtime for robotics pipelines.

Retriever lets teams author typed flows in Python, debug them locally with Pipeline.step() and carry the same graph into multiprocessing or dora-backed execution. This homepage stays intentionally short: install, verify fit, then continue on Start or the integrated docs.

Treat openretriever.org as the open-source front door, openretriever-docs.pages.dev as the core docs, and retriever-space.pages.dev as the Golden examples gallery.

Python-first runtime Typed flow I/O Local step debugging Multiprocessing to dora

Install first

Keep the first command visible

Full guide
Quickstart terminal
curl -fsSL https://pixi.sh/install.sh | bash
pixi run demo-webcam-detection

# fallback if your environment needs it
python -m pip install -e ".[demo,dora,recording]"
01
Install the runtime
02
Run one real demo
03
Continue on Start or Docs