No description
  • Go 88.1%
  • Shell 11.7%
  • Makefile 0.2%
Find a file
2026-08-26 17:12:55 +00:00
.agents/skills/qwsg-job framework: deliver engineering framework 2.0.0 2026-08-26 13:27:54 +00:00
ai lifecycle: close task 063 2026-08-26 17:12:55 +00:00
bin Implement reusable engineering framework v1.0.0 2026-07-24 00:38:22 +00:00
cmd/qwsg fix: prepare Guardian state before systemd activation 2026-08-24 16:44:38 +00:00
docs docs: record QWSG 1.1.0 publication 2026-08-26 17:11:35 +00:00
internal fix: restore Guardian evidence convergence 2026-08-25 21:49:49 +00:00
packaging feat: add QWSG guided setup and Guardian activation 2026-08-20 12:53:00 +00:00
scripts release: establish QWSG 1.1.0 source 2026-08-26 14:01:42 +00:00
testdata feat(core): establish engineering lifecycle and canonical inventory foundation 2026-07-22 00:24:39 +00:00
.gitignore release: establish QWSG 1.0.0 release-source baseline 2026-08-12 05:06:10 +00:00
AGENTS.md feat(core): establish engineering lifecycle and canonical inventory foundation 2026-07-22 00:24:39 +00:00
CHANGELOG.md release: establish QWSG 1.1.0 source 2026-08-26 14:01:42 +00:00
go.mod feat(core): establish engineering lifecycle and canonical inventory foundation 2026-07-22 00:24:39 +00:00
LICENSE release: establish QWSG 1.0.0 release-source baseline 2026-08-12 05:06:10 +00:00
Makefile fix: make exported-source builds deterministic 2026-08-24 07:40:28 +00:00
README.md release: prepare QWSG 1.1.0-rc.1 acceptance source 2026-08-20 14:57:20 +00:00
VERSION release: establish QWSG 1.1.0 source 2026-08-26 14:01:42 +00:00

Quantum Wizard Server Guardian

QWSG is a local Linux Server Guardian for operators who need trustworthy, privacy-preserving evidence about server health and change. Community runs as an ordinary user, keeps evidence locally, and supports one administrator email recipient through operator-controlled SMTP without a QWS account.

The supported platform is Ubuntu 24.04 LTS on amd64 with systemd 255+. Start with the dedicated installation guide. A release archive exposes it as INSTALL.md; after installation it is at /usr/local/share/doc/qwsg/INSTALL.md.

Normal journey

verify archive -> ./bin/qwsg install --check -> sudo ./install.sh
-> qwsg setup -> qwsg readiness

Setup is resumable and guides configuration, optional external notification, and explicit Guardian activation. QWSG never installs packages, invokes sudo, or enables lingering for you. Readiness distinguishes working Guardian core from external notification and requires fresh evidence—not process state alone.

Principal commands

qwsg setup
qwsg setup --plan --format json
qwsg config show
qwsg notification preflight
qwsg notification test
qwsg readiness
qwsg observe
qwsg console

Automation retains qwsg setup --accept-defaults, qwsg setup --set KEY=VALUE, and qwsg config ....

Documentation

Run qwsg help for the command reference. Developer and architecture material lives under docs/development/ and docs/architecture/ rather than dominating this operator entrypoint. QWSG uses the source-available QWS Community / Free License Version 1.0; see LICENSE.