mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
src-tauri-web
This sibling to src-tauri-mobile/ is the browser-hosted shell profile for
OpenHuman E2E and future web-compatible development.
Scope:
- No CEF runtime
- No embedded provider webviews
- No native windowing, tray, or deep-link plugins
- Frontend talks to a standalone
openhuman-coreover HTTP JSON-RPC
Current entrypoints:
pnpm build:web:e2ebuilds the browser bundle intoapp/dist-webpnpm test:e2e:webstarts the mock backend, standalone core, and static web host, then runs Playwright against the browser buildpnpm test:e2e:megakeeps the CEF/Appium mega-flow on the desktop shell
This folder is intentionally documentation-first for now. The browser shell is composed from the existing Vite app plus the standalone core runner rather than another Tauri crate.