Skip to main content

Experimental deployment planner

This planner creates review commands in the browser. It sends no data and collects no credentials. Fasti has no supported production profile.

Review mode

Native loopback review

Available for bounded review

This plan is for review. It is not a supported production profile.

Keep initialization proofs and credentials out of URLs, browser storage, commands, and reports.

Command

FASTI_LISTEN='127.0.0.1:8420' FASTI_DATA_ROOT='/path/to/private/fasti-data' FASTI_PORT_FALLBACK='fail' 'cargo' 'run' '--locked' '-p' 'fastid'

Verify

  1. curl --fail --show-error http://127.0.0.1:8420/api/v1/health
  2. Confirm the capability response before using any durable route.

Stop and recover

  1. Stop only the process or container started for this review.
  2. Keep the data root unless its owner explicitly authorizes removal.