Skip to main content

Install

Documentation Map

Install

jhf-shuttle supports three practical install paths:

  • CLI/library usage
  • optional API runtime
  • optional self-stack / on-prem runtime

The bundled compatibility surfaces n8n-expert and n8n-operator remain part of this repository and are not separate docs/platform truths.

CLI / Library

python -m pip install -e .

Optional API Runtime

python -m pip install -e .[api]

Optional Self-Stack Runtime

bash scripts/start_shuttle_self_stack.sh

Use these deeper references after bootstrap:

  • Operations
  • Runtime Stack Contract (docs/RUNTIME_STACK_CONTRACT.md)
  • JHF Shuttle Self Stack Runbook (docs/JHF_SHUTTLE_SELF_STACK_RUNBOOK.md)

Verify Path

py -m pytest -q
py scripts/run_mission_control_checks.py
py scripts/run_release_matrix_checks.py
py scripts/verify_cpu_safe_runtime_guardrails.py --json

AGPLv3. Learn more at helpifyr.com.