Files
gnome-jarvis/docs/local-demo.md
T
snxraven a4073b9020
Rolling release / release (push) Successful in 6m36s
Check Point
2026-09-12 09:07:09 -04:00

25 lines
634 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
systemctl --user status jarvisd.service
gnome-extensions enable [email protected]
```
Complete the typed prompt from the tray, 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.