Updates
Rolling release / release (push) Successful in 4m2s
CI / verify (push) Successful in 5m27s

This commit is contained in:
2026-09-11 15:14:22 -04:00
parent 9712bed6f3
commit fede00f902
4 changed files with 98 additions and 1 deletions
+22
View File
@@ -77,6 +77,28 @@ diagnostics and control surfaces, but Jarvis will not run inference on them.
See [hardware compatibility](docs/hardware-compatibility.md) and
[troubleshooting](docs/troubleshooting.md).
## Install with the web installer
The recommended Gitea installer downloads the source snapshot at the current
rolling ref, then runs the reviewed user-local installer. It does not require
root access and does not install into system directories.
~~~bash
curl -fsSL https://git.ssh.surf/snxraven/gnome-jarvis/raw/branch/main/packaging/web-installer.sh | bash -s -- --enable
~~~
Omit `--enable` to install without starting the service. Run the first-run
setup afterward:
~~~bash
bash ~/.local/share/jarvis-qvac/packaging/first-run.sh
gnome-extensions enable jarvis@qvac.local
~~~
The installer requires Node.js 22.17+, npm, curl, and tar. For a mirror or a
specific Gitea ref, set `JARVIS_SERVER`, `JARVIS_REPO`, or `JARVIS_REF` before
the command. The downloaded ref must contain the repository packaging files.
## Install from a checkout
The harness is copied into vendor/agent-harness. It is not a symlink and the