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.
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
- curl --fail --show-error http://127.0.0.1:8420/api/v1/health
- Confirm the capability response before using any durable route.
Stop and recover
- Stop only the process or container started for this review.
- Keep the data root unless its owner explicitly authorizes removal.