Files
gnome-jarvis/docs
snxraven a78708f8ff
Rolling release / release (push) Failing after 1m24s
Updates
2026-09-11 19:36:12 -04:00
..
2026-09-11 13:41:50 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
2026-09-11 16:08:39 -04:00
R1
2026-09-11 14:55:34 -04:00
2026-09-11 14:37:56 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
2026-09-11 15:14:22 -04:00
2026-09-11 15:52:53 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
R1
2026-09-11 14:55:34 -04:00
P4
2026-09-11 14:09:04 -04:00
2026-09-11 19:36:12 -04:00

JARVIS-QVAC documentation

JARVIS-QVAC is a local-first voice and computer-use assistant for Ubuntu GNOME. This directory is the maintained technical reference for the repository.

Start here

Need Document
Understand the system Architecture
Run it locally Operations and Local demo
Understand the voice loop Voice pipeline
Build desktop control Computer use
Integrate QVAC QVAC runtime
Run the packaged runtime Bare runtime
Understand the agent Harness integration
Use the D-Bus API API reference
Build and release with Gitea CI and releases
Review privacy and safety Security and privacy
Test changes Testing
Diagnose failures Troubleshooting
Track implementation Roadmap

Runtime promise

The project has one cognition loop and one QVAC authority. jarvisd owns the QVAC SDK worker, model lifecycle, GPU policy, scheduler, and cancellation. The vendored harness supplies planning, sessions, memory, and tool-loop behavior. The GNOME Shell extension only renders state and forwards desktop facts. It does not load models or perform inference.

flowchart LR
  U[User] --> G[GNOME Shell extension]
  G <--> D[jarvisd]
  D --> H[Vendored agent harness]
  D --> Q[Single QVAC master]
  D --> C[Computer-use backend]
  D --> A[PipeWire audio]
  Q --> GPU[GPU inference]

Implementation truth

The roadmap distinguishes implemented behavior ([x]), partial behavior ([~]), and planned behavior ([ ]). A doctor command or acceptance test is the source of truth for host-dependent capabilities. In particular, GPU visibility, wake-word bridge availability, portal consent, and live EIS input must be verified on the target GNOME session.

Documentation conventions

  • Commands are run from the repository root unless stated otherwise.
  • Paths beginning with ~ are user-scoped paths.
  • jarvisd means the user service and its packaged Bare process.
  • “Master” means the singleton in daemon/qvac-master.js.
  • Mermaid diagrams use Gitea-compatible fenced Markdown.