- Command line
-
- OpenAdapt CLI
-
-
- Run the complete local tutorial, inspect every
- artifact, and script the same lifecycle in a
- terminal or CI environment.
-
-
-
-
-
2 · Run the whole loop
-
-
-
-
3 · Inspect the report
-
- Confirm the VERIFIED outcome and
- review the retained actions and effect
- evidence. The report also includes the
- privacy-safe receipt.
-
-
-
- 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
- Chromium.
-
-
-
- Native app
+ Recommended first workflow
OpenAdapt Desktop
- Record, compile, inspect, qualify, run, and review
- evidence from the visual cockpit. It packages the
- same governed workflow engine behind a native app.
+ Start with one small read-only task in a real app.
+ Use test data if the app provides it. Desktop keeps
+ the recording, compiled workflow, run status, and
+ evidence in one place.
-
- 1 · Choose your installer
+ 1 · Grant local permissions
+
+
+ Allow the screen capture and input access that
+ Desktop needs for the app you choose.
+
+ -
+
+ 2 · Choose a read-only task
+
+
+ Pick one repeatable task that does not change
+ application or external state.
+
+ -
+
+ 3 · Record the demonstration
- Available for Windows, macOS, and Linux.
+ Perform the task once while Desktop records
+ the actions and target evidence.
-
- 2 · Follow first-run setup
+ 4 · Review the compiled workflow
- Grant the local permissions needed to capture
- your demonstration.
+ Check the steps, inputs, targets, risks, and
+ expected result before any replay.
-
- 3 · Run the visual workflow
+ 5 · Run it under supervision
- Review the compiled graph, policy, result, and
- retained evidence in one place.
+ Watch the first replay and inspect its result
+ and retained evidence.
+
+ -
+
+ 6 · Qualify unattended use
+
+
+ A state-changing, unknown, consequential, or
+ irreversible action must pass qualification
+ before its first actuation.
@@ -205,12 +171,74 @@ export default function StartPage() {
- Desktop opens without a browser download.
- Chromium is added only if you choose a browser
- workflow; native, RDP, and Citrix work stays on
- its own substrate path.
+ Desktop is available for Windows, macOS, and
+ Linux. A browser workflow downloads matching
+ Chromium once. Native, RDP, and Citrix workflows
+ use their own substrate paths.
+ Developer and CI path
+
+ OpenAdapt CLI
+
+
+ Use the command line for a repeatable installation
+ check, exact artifact inspection, or automation in
+ a terminal and CI environment.
+
+
+
+
+ 2 · Check the installation
+
+
+
+
+
3 · Inspect the report
+
+ Confirm the VERIFIED outcome and
+ review the retained actions, result evidence,
+ and privacy-safe receipt.
+
+
+
+ The quickstart runs a successful synthetic task.
+ It checks the installation before you record real
+ work. It requires Python 3.10–3.12, and the first
+ browser action downloads matching Chromium once.
+
+
+