OpenAdapt Desktop
Lifecycle: Experimental supporting surface. The canonical OpenAdapt workflow engine is
openadapt-flow. This repository is not a production desktop application or a supported installer.
OpenAdapt Desktop is the intended authoring and human-teaching companion for OpenAdapt workflows. The checked-out code does not yet deliver that integrated product: it contains a tested Python capture/review CLI plus an unintegrated Tauri shell.
OpenAdapt compiles demonstrated GUI workflows into deterministic, locally
executable programs. Healthy runs make no model calls. When an interface
drifts, OpenAdapt re-resolves from recorded evidence or proposes a governed
repair, and halts when verification fails. Workflow compilation, replay,
certification, and repair live in openadapt-flow, not this repository.
Current Status
| Area | Checked-out implementation | Status |
|---|---|---|
| Python capture CLI | Record, list, inspect, scrub, review, approve, local storage, health, and cleanup commands | Experimental; covered by tests |
| Local review gate | Persisted states and egress checks for the legacy capture pipeline | Experimental; not the openadapt-flow certification system |
| Legacy upload adapters | S3-compatible storage, Hugging Face Hub, Magic Wormhole, and federated-learning code paths | Experimental; not the current hosted workflow/break-report contract |
| Tauri/WebView UI | Static prototype assets and a release-mode shell binary built on Linux, macOS, and Windows CI | Compiles unsigned; commands remain scaffold-only |
| Rust commands | Command signatures return Not implemented |
Not integrated |
| Python sidecar IPC | Protocol skeleton with no registered handlers | Not integrated |
| Desktop-to-flow handoff | No record -> compile -> replay -> teach connection | Not implemented |
| Build artifacts | Wheel/sdist, a smoke-tested PyInstaller sidecar, and an unsigned Tauri shell binary | CI artifacts only; not an integrated or signed release |
| Native installers and updater | Bundle configuration exists; installer signing, updater signing, and release credentials are incomplete | Not release-ready |
The Python and JavaScript package versions also differ (0.2.0 and 0.1.0).
That is another integration gap, not evidence of two supported desktop
releases.
Use OpenAdapt Today
Use openadapt-flow for the runnable product loop:
pip install openadapt-flow
openadapt-flow demo-record --out rec
openadapt-flow compile rec --out bundle --name my-task
openadapt-flow lint bundle # expected to find demo gaps
openadapt-flow certify bundle --policy permissive # smoke-policy pass
openadapt-flow certify bundle --policy clinical-write # expected strict refusal
openadapt-flow replay bundle
openadapt-flow replay bundle --drift theme --save-healed-to healed
The bundled tutorial is runnable but intentionally not certified for clinical writes. A nonzero strict-certification result is the expected refusal boundary, not a setup failure.
Inspect This Repository
The current CLI is useful to contributors evaluating the earlier local capture and review components. It is not the canonical OpenAdapt quickstart and does not compile or replay workflows.
git clone https://github.com/OpenAdaptAI/openadapt-desktop.git
cd openadapt-desktop
uv sync --extra dev
uv run openadapt-desktop doctor
uv run openadapt-desktop list
uv run openadapt-desktop storage
uv run pytest tests -q
uv run ruff check engine tests
Recording requires the operating-system permissions and runtime support used
by openadapt-capture:
uv run openadapt-desktop record --task "Inspect capture path"
Do not treat the upload command or optional upload extras as the supported
OpenAdapt hosted path. They belong to an earlier capture-data architecture and
have not been integrated with current workflow bundles, break reports, or
regulated deployment policy.
Intended Architecture
The target boundary is deliberately narrow:
Desktop authoring/teaching UI
|
| local authenticated IPC (not implemented here)
v
openadapt-flow
record -> compile -> lint/certify -> replay -> halt/repair/teach
|
+-> optional hosted control-plane metadata and break reporting
The desktop application should own consent, operating-system permissions,
recording controls, inspection, and human teaching. It should not duplicate the
workflow compiler or runtime. Those remain in openadapt-flow.
Known Gaps
- The Tauri frontend is not wired to the Python engine.
- The Rust command implementations and sidecar lifecycle are placeholders.
- The Python IPC handler registry is empty.
- No checked-in adapter hands a capture to
openadapt-flowfor compilation. - No teaching UI writes a governed repair back to a workflow bundle.
- Native DMG, MSI, and Linux packages are not established release artifacts.
- Apple signing/notarization, Windows Authenticode, updater signing, and rollback are not configured as a supported release channel.
- The separately developed tray client expects a desktop IPC service that this branch does not provide.
Legacy CLI Surface
The Python engine currently exposes these experimental commands:
| Command | Purpose |
|---|---|
openadapt-desktop record |
Capture a local session |
openadapt-desktop list / info |
Inspect capture metadata |
openadapt-desktop scrub |
Run configured PII scrubbing |
openadapt-desktop review / approve / dismiss |
Operate the legacy review state machine |
openadapt-desktop storage / health / cleanup |
Inspect and maintain local storage |
openadapt-desktop backends / upload |
Inspect or invoke legacy upload adapters |
openadapt-desktop config / doctor |
Inspect local configuration and dependencies |
Raw recordings are local by default. Any egress path still requires careful review of the selected adapter, configuration, logs, and data-classification policy. This repository does not establish a HIPAA-compliant or production-safe deployment by itself.
Development
Prerequisites are Python 3.11+ and
uv. Rust, Node.js, and the Tauri CLI are needed
only when working on the unfinished shell.
The main implementation areas are:
engine/ Python capture, review, storage, and legacy adapter code
src-tauri/ Experimental Rust/Tauri shell and placeholder sidecar wiring
src/ Experimental WebView frontend
tests/ Python unit and end-to-end tests, largely with mocked boundaries
See DESIGN.md as a historical design reference. Where it conflicts
with this status section or with openadapt-flow, this README describes the
current public product boundary.
Related Projects
| Project | Lifecycle and role |
|---|---|
openadapt-flow |
Canonical workflow compiler, runtime, certification, and governed repair engine |
OpenAdapt |
Flagship launcher/meta-repository |
openadapt-capture |
Experimental capture component used by this Python engine |
openadapt-privacy |
Experimental PII detection and redaction component |
openadapt-tray |
Experimental status and launcher companion; not integrated end to end with this branch |
License
MIT. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openadapt_desktop-0.3.1.tar.gz.
File metadata
- Download URL: openadapt_desktop-0.3.1.tar.gz
- Upload date:
- Size: 267.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76261ef37fbf6526663ccd8032f9b318a31ef5f19c1513fe12311492c1da0622
|
|
| MD5 |
429b65b423dfee413a2baebbe832d91f
|
|
| BLAKE2b-256 |
812eeacaf09b7e5714eebaaa1f74594e176f3234fb46fee0eb6266ad3cf63d28
|
Provenance
The following attestation bundles were made for openadapt_desktop-0.3.1.tar.gz:
Publisher:
release.yml on OpenAdaptAI/openadapt-desktop
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openadapt_desktop-0.3.1.tar.gz -
Subject digest:
76261ef37fbf6526663ccd8032f9b318a31ef5f19c1513fe12311492c1da0622 - Sigstore transparency entry: 2176439245
- Sigstore integration time:
-
Permalink:
OpenAdaptAI/openadapt-desktop@30f320e84dbb4b34e19a2772e9aa80888258cb25 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/OpenAdaptAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@30f320e84dbb4b34e19a2772e9aa80888258cb25 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openadapt_desktop-0.3.1-py3-none-any.whl.
File metadata
- Download URL: openadapt_desktop-0.3.1-py3-none-any.whl
- Upload date:
- Size: 43.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
254de7215883a9734146913250ef62bec73431fcd113c4312dbcee4ec932fbc2
|
|
| MD5 |
51bf6fce3386e0a2525c5bfdac70764b
|
|
| BLAKE2b-256 |
7d8a3e922d1f3a4d01b2ba8934bec8049ec7ebab099a0c8d65eaf7ac890daff1
|
Provenance
The following attestation bundles were made for openadapt_desktop-0.3.1-py3-none-any.whl:
Publisher:
release.yml on OpenAdaptAI/openadapt-desktop
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openadapt_desktop-0.3.1-py3-none-any.whl -
Subject digest:
254de7215883a9734146913250ef62bec73431fcd113c4312dbcee4ec932fbc2 - Sigstore transparency entry: 2176439484
- Sigstore integration time:
-
Permalink:
OpenAdaptAI/openadapt-desktop@30f320e84dbb4b34e19a2772e9aa80888258cb25 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/OpenAdaptAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@30f320e84dbb4b34e19a2772e9aa80888258cb25 -
Trigger Event:
push
-
Statement type: