Documentation

Read the source.
Trust the source.

Every architectural decision, every test report, every security control. In the repo, in plain Markdown, dated and committed. CISOs read this before booking the demo.

30-second quickstart

On the laptop where you’ll evaluate Vertirite:

# 1. Install the desktop app
brew install --cask vertirite          # macOS (after Day 4)
choco install vertirite                # Windows
appimage-install Vertirite-0.2.0.AppImage  # Linux

# 2. Open Vertirite, click ▶ Vertirite Theatre in the sidebar.

# 3. (Optional) Live-mode requires a local broker:
git clone https://github.com/SurgeXi/Vertirite.git
cd Vertirite
./run-surge-shell

# 4. From your own AI / RPA / cron stack, point at the broker:
export SURGE_BROKER_URL=http://127.0.0.1:8220
# Then send actions through surge-agentd's CLI or HTTP API.

The desktop install paths above light up Day 4 of the seven-day launch (5/4). Until then, request the dev build via [email protected].

The docs that matter

All public; all in the repo. Each link opens GitHub.

Start here

Product

Reference

Deeper material on request

For evaluators going past the public docs, we share — under NDA where appropriate — the following:

  • Capability registry schema — the YAML format that drives every authorization decision.
  • Audit-log signing model — how the per-tenant key chain works, how rotation works, what a tampered chain looks like.
  • Mode-authority protocol — the out-of-band channel that the AI cannot reach.
  • Pilot deployment runbook — what we do at the customer site for an on-prem trial. Windows Server, Linux, hybrid.
  • Threat model + last pen-test report — when commissioned (first scheduled Q3 2026).
  • SOC2 Type 2 in-flight letter — once Drata onboarding completes (Day 5 of launch).
  • BAA template — for medical-vertical evaluators.
Request technical docs