Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Compile a demonstrated GUI workflow into a deterministic, locally executable program. Zero model calls on healthy runs; governed repair; halts instead of guessing. Launcher for openadapt-flow: pip install openadapt
| Date | Stars |
|---|---|
| 2026-07-24 | 1655 |
| 2026-07-25 | 1656 |
| 2026-07-28 | 1661 |
| 2026-07-30 | 1662 |
| 2026-08-06 | 1669 |
Today
+7 stars today
This week
+7 stars this week
This month
— stars this month
Momentum
95.0
growth rate 0.42%/day
# OpenAdapt [](https://github.com/OpenAdaptAI/OpenAdapt/actions/workflows/main.yml) [](https://pypi.org/project/openadapt/) [](https://pypi.org/project/openadapt/) [](https://www.python.org/downloads/) [](LICENSE) [](https://discord.gg/yF527cQbDG) **Automate the UI-only work your APIs can’t reach.** OpenAdapt is the verified execution layer for consequential work trapped behind human interfaces. It turns a demonstration into an inspectable workflow that runs across browser, Windows, macOS, Linux, RDP, and Citrix/VDI. Healthy runs use no generative-model calls. Consequential actions are identity-gated, declared results are verified, and uncertainty halts for review instead of becoming a wrong click. Use a supported API when one fits. Use OpenAdapt when the interface is unavoidable and the outcome needs proof. [Website](https://openadapt.ai) · [Documentation](https://docs.openadapt.ai) · [Desktop downloads](https://openadapt.ai/download) · [OpenAdapt Cloud](https://app.openadapt.ai) · [OpenAdapt Execute](https://openadapt.ai/execute) · [Qualify a workflow](https://openadapt.ai/qualify) > **Repository role:** this is the flagship OpenAdapt project, the source of > `pip install openadapt`, and the stable community entry point. The compiler > and governed runtime are implemented in > [`openadapt-flow`](https://github.com/OpenAdaptAI/openadapt-flow). This > repository provides the unified `openadapt` CLI and compatibility surface, > not a second engine. Lifecycle: **Beta**. ## Try it locally OpenAdapt requires Python 3.10–3.12. Install the browser capability for the bundled tutorial: ```bash python -m pip install --upgrade 'openadapt[browser]' ``` On Windows `cmd.exe`, use double quotes: `python -m pip install --upgrade "openadapt[browser]"`. Run the complete bundled tutorial with one command. It needs no account, target application, API key, or operating-system automation permissions: ```bash openadapt quickstart ``` The tutorial records and compiles a task in MockMed (a synthetic practice-management fixture), certifies it with the shipped clinical-write policy, and runs it under the Standard profile. A separate read-only API confirms the saved record outside the screen that performed the write. The healthy run returns `VERIFIED` with no model or Cloud call. You now have: - `openadapt-quickstart/recording/`: the demonstrated interaction and retained target evidence - `openadapt-quickstart/bundle/`: the inspectable compiled workflow - `openadapt-quickstart/run/REPORT.md`: the ordered actions, evidence, outcome, and any halt reason - `openadapt-quickstart/run/receipt.json`: the privacy-safe local receipt for the synthetic verified run Inspect the program and its deployment gaps: ```bash openadapt flow visualize openadapt-quickstart/bundle --out graph.html openadapt flow lint openadapt-quickstart/bundle ``` The bundled workflow is a tutorial, not a production certification. Qualifying a real workflow adds its application boundary, action risks, identities, effect verifiers, fault cases, and deployment policy. Continue with the [five-minute walkthrough](https://docs.openadapt.ai/get-started/). ## Record your workflow The browser path is an explicit capability, so native and remote-only installs do not carry the Playwright driver: ```bash openadapt flow record --backend web --url https://your-app.example --out rec openadapt flow compile rec --out bundle --name my-workflow openadapt flow replay bundle --url https://your-app.example --run-dir run ``` The first browser action downloads its m
Excerpt of 13,939 characters
Read on GitHub429
126
98
86
54
33
22
11
10
8
5
3
1
1
Ikko Eltociear Ashimine · Japan
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:896577f832870f2c, topic:ai-agents, topic:agents
matched fp:896577f832870f2c, topic:large-language-models
matched fp:896577f832870f2c, topic:workflow-automation
matched fp:896577f832870f2c, topic:computer-use, readme:ui automation