2026-09-11 14:29:47 -04:00
2026-09-11 14:00:44 -04:00
P8
2026-09-11 14:29:47 -04:00
P7
2026-09-11 14:26:44 -04:00
P8
2026-09-11 14:29:47 -04:00
P8
2026-09-11 14:29:47 -04:00
P8
2026-09-11 14:29:47 -04:00
P7
2026-09-11 14:26:44 -04:00
2026-09-11 13:37:34 -04:00
P7
2026-09-11 14:26:44 -04:00
2026-09-11 13:50:53 -04:00
2026-09-11 13:37:34 -04:00
2026-09-11 13:50:53 -04:00
P4
2026-09-11 14:09:04 -04:00
2026-09-11 13:44:05 -04:00
2026-09-11 13:50:53 -04:00
2026-09-11 13:44:05 -04:00

JARVIS-QVAC

Local-first Ubuntu GNOME voice assistant scaffold. The cognitive core is the already-extracted /home/raven/dev/agent-harness, copied into vendor/agent-harness; Jarvis does not copy or depend on /home/raven/dev/dlinux.

Bootstrap

npm install
npm test
npm run cu-doctor
npm run gpu-doctor
npx qvac doctor
npm run qvac:serve:diagnostic # optional; never run beside jarvisd

The daemon bridge loads the harness in-process with Agent.engine.load() and creates sessions with Agent.create(). The optional QVAC HTTP sibling is configured for 127.0.0.1:11434. The GNOME extension is an intentionally thin ESM panel shell; inference, audio, portals, and computer-use actuation belong in user services.

GPU inference is a hard requirement. gpu-doctor must report a QVAC-visible GPU and jarvisd refuses to continue if the loaded model reports device: cpu. This prevents a misleading CPU mode and competing QVAC workers.

Current repository scope is phase-0/phase-1 bootstrap plus the computer-use grant boundary. Portal ScreenCast/RemoteDesktop, AT-SPI, PipeWire audio, the full D-Bus adapter, GTK control-center pages, and the voice state machine are the next implementation slices. See docs/agent-harness-map.md and docs/cu-acceptance.md.

S
Description
No description provided
Readme AGPL-3.0
3.3 MiB
Languages
JavaScript 87.8%
Python 7%
Shell 4.2%
CSS 1%