This commit is contained in:
2026-09-11 14:55:34 -04:00
parent 660294d0aa
commit 25b2c4be2e
33 changed files with 1293 additions and 34 deletions
+25
View File
@@ -0,0 +1,25 @@
# Reproducible local demo
From the repository root:
```bash
npm ci
npm test
npm run gpu-doctor
npm run cu-doctor
npm run package:test
```
On a logged-in GNOME session with a visible QVAC GPU backend:
```bash
bash packaging/install.sh --enable
bash packaging/first-run.sh
systemctl --user status jarvisd.service
gnome-extensions enable [email protected]
```
Complete the typed prompt first, then say “Hey Jarvis, whats on my screen?”
and approve a computer-use grant only for the acceptance actions in
`docs/cu-acceptance.md`. If the doctor reports no GPU, stop at diagnostics and
fix the QVAC runtime/driver path before attempting inference.