diff --git a/components/InstallSection.js b/components/InstallSection.js index d4569484..e3155dd1 100644 --- a/components/InstallSection.js +++ b/components/InstallSection.js @@ -40,16 +40,13 @@ export default function InstallSection() { >
- One command installs the OpenAdapt launcher and governed - workflow compiler. The same CLI records, compiles, and replays - across browser, Windows, macOS, Linux, RDP, and Citrix under one - governed loop; browser runs in production today, and the desktop - and remote surfaces run through customer-controlled - qualification. No account or hosted service is required. + One command installs the launcher, compiler, governed runtime, + and browser driver used by the local tutorial. No account, API + key, or hosted service is required.
- Try the whole loop right now against the bundled demo app,
- which runs in the browser: record, compile, inspect, certify,
- replay, and induce known test drift. No account or cloud
- service. Once it is installed, your workflow data stays on
- your machine. The base install includes browser support. On
- first web use,{' '}
- demo-record or{' '}
- replay downloads a bundled Chromium (~150 MB)
- once, so that step takes a few minutes, and on Linux you may
- need playwright install-deps first.
+ The bundled tutorial records, compiles, certifies, and runs
+ a synthetic task. A separate read-only API verifies the
+ saved result before OpenAdapt reports VERIFIED.
+ The first browser action downloads matching Chromium once.
pip install openadapt
- Install OpenAdapt
- openadapt flow demo-record --out rec
- Record yourself doing the task
-
- openadapt flow compile rec --out bundle --name
- my-task
-
- Turn the recording into a workflow
- openadapt flow lint bundle
- Inspect identity, assertion, and risk coverage gaps
+ openadapt quickstart
+
+ Complete the local lifecycle and write the bundle,
+ report, and privacy-safe receipt.
+
- openadapt flow certify bundle --policy clinical-write
+ openadapt quickstart --break-it --out
+ openadapt-quickstart-broken
- The clinical gate refuses this demo bundle and
- exits non-zero — on purpose. Safeguards refuse
- instead of guessing. Re-run with{' '}
- --policy permissive to see a clean
- pass.
+ Make the demo screen claim success without saving.
+ The independent verifier detects the mismatch and
+ returns HALTED.
openadapt flow replay bundle
- Replay it locally, with zero AI calls
- openadapt flow replay bundle --drift theme
- Exercise deterministic re-resolution on bundled test drift
- pip uninstall openadapt
- Remove the launcher when you are finished
-
- Every replay writes a step-by-step run report: what ran,
- what it saw, what re-resolved, and what halted.
- Compiler/runtime source and measured limits are in{' '}
+ Healthy tutorial runs make zero model or Cloud calls. The
+ report shows what ran, what OpenAdapt verified, and why it
+ halted. Record your own workflow in the{' '}
+
+ five-minute walkthrough
+
+ . Compiler source and measured limits are in{' '}
pip install openadapt
+
+
+ 3 · Watch it catch a false success
+
Requires Python 3.10–3.12. The base install
includes the browser support for this tutorial.
Its first web action downloads matching Chromium
- once. Native, RDP, and Citrix runs do not use it.
+ once. The fault test makes the screen claim
+ success without saving. The independent verifier
+ detects the mismatch and returns HALTED. Native,
+ RDP, and Citrix runs do not use Chromium.
+ openadapt quickstart
+
-
pip install openadapt
+ {`pip install openadapt\nopenadapt quickstart`}