— Deploy guide

One line, ten minutes.

TITAN AI deploys read-only by default in under ten minutes. Bash for Linux and macOS, PowerShell for Windows. Same install for trial and production; the difference is the license key. Source served exclusively from titanaisec.com, never from a Git repo.

Read-only scan, fourteen days, no credit card.

Get a trial license at trial.html. Run one of the commands below. CONDUCTOR validates the license, probes for Reader / SecurityAudit / roles/viewer permissions, and runs the first scan.

Bash · Linux / macOS
curl -fsSL https://titanaisec.com/titanai-run.sh | bash -s -- \
  --license=YOUR_TRIAL_KEY --mode=trial --cloud=all
PowerShell · Windows
iwr https://titanaisec.com/client/titanai-quickstart.ps1 -OutFile titanai-quickstart.ps1
.\titanai-quickstart.ps1 -Email you@yourco.com -Company "Your Co"

Same install, signed prod license.

After signing the contract you receive a TITAN-PROD license key. The same command line works; you swap --mode=trial for --mode=prod and add --auto-fix --auto-approve if you want consent-gated remediation enabled by default.

Bash · production
curl -fsSL https://titanaisec.com/titanai-run.sh | bash -s -- \
  --license=TITAN-PROD-XXX-XXX --mode=prod --cloud=all \
  --auto-fix --auto-approve
PowerShell · production
.\titanai-quickstart.ps1 -Mode prod -LicenseKey TITAN-PROD-XXX-XXX -AutoFix -AutoApprove

Pick your tier. Download. Run.

Each bundle is signed for a specific tier and customer. CONDUCTOR enforces the license at the kernel; only the agents your tier entitles ever spawn. Bundles ship a Linux installer (install-offline.sh) and a Windows installer (install-offline.ps1) side-by-side — same evidence, same dashboard, same fix flow.

LAUNCH
Custom

6 agents · SCOUT, COMPLY, AUDIT, WATCH, RECON, COMMAND CENTER. Single-cloud audit + compliance.

Download bundle ↓
~137 KB · Linux + Windows
CLOUD PRO
Custom

14 agents · consent-gated remediation. Adds FORGE, BASTION, SHADOW, AI GUARD, RECON, COMMAND CENTER.

Download bundle ↓
~168 KB · Linux + Windows
HEALTHCARE
Custom

14 agents · HIPAA, HITRUST, PHI. Adds CONDUIT, PHI, ORACLE PORTAL PACK.

Download bundle ↓
~185 KB · Linux + Windows
TELECOM
Custom

11 agents · CSRIC, NIST, CISA. Adds BASTION, SENTINEL, FORGE, SHADOW, AI GUARD.

Download bundle ↓
~174 KB · Linux + Windows
BANKING
Custom

14 agents · PCI, SOX, FFIEC, OCC. Adds CONDUIT, FRAUD, AML.

Download bundle ↓
~188 KB · Linux + Windows
GOVERNMENT
Custom

14 agents · CMMC, FedRAMP, NIST 800-53. Adds CONDUIT, FEDRAMP_CMMC.

Download bundle ↓
~175 KB · Linux + Windows
ORACLE PRO · FULL SUITE
Enterprise contact sales

all 34 agents · Every detector, every framework, every vertical pack. Includes LATTICE Snowflake / Databricks + ORACLE Portal.

Download bundle ↓
~272 KB · Linux + Windows
— Install steps (every tier, both OSes)
  1. Download the bundle for your tier (links above) onto the machine that will run TITAN AI.
  2. Extract the ZIP — you'll see install-offline.sh (Linux/Mac), install-offline.ps1 (Windows), license-*.titan, airlock-public-key.pem, agents/, plus RUN-ME.cmd / RUN-ME.sh for one-click install.
  3. Authenticate to Azureaz login --use-device-code. MFA enforced via tenant policy. CONDUCTOR auto-detects your Azure subscription on first run.
  4. Run the installer:
    Windows (PowerShell, as admin):
    cd path\to\extracted\bundle
    Set-ExecutionPolicy -Scope Process Bypass -Force
    .\install-offline.ps1
    Linux / macOS (bash):
    cd path/to/extracted/bundle
    chmod +x install-offline.sh
    ./install-offline.sh
  5. License validation happens locally (Ed25519 signature against airlock-public-key.pem) — no internet call required for offline mode.
  6. Agents install — only the ones your tier license entitles. CONDUCTOR refuses to spawn agents outside your tier.
  7. Dashboard auto-starts at http://localhost:8081 (demo / no-auth) or http://localhost:8080 (production / username + password + TOTP).
  8. Run a scanpython agents\conductor.py (or use RUN-ME). FORGE triages findings into INC (auto-fix) vs CHG (open ticket).
  9. Review evidence packs at reports/ — HTML + PDF + DOCX + JSON per finding, with five-step playbooks and rollback commands.
Online auto-fetch (alternative): if your host has internet and you'd rather skip the manual download, run:
Linux / macOS: curl -fsSL https://titanaisec.com/titanai-run.sh | bash
Windows: iwr -useb https://titanaisec.com/titanai-run.ps1 | iex
The runner auto-installs Azure CLI, prompts for your license, fetches the matching tier bundle from R2, runs CONDUCTOR. Same end-state as offline install.

Three permission paths.

Snowflake security audit, ten minutes.

LATTICE is the data-warehouse security agent. Sold a la carte or as a bundle add-on. Contact sales for pricing. Runs read-only against SNOWFLAKE.ACCOUNT_USAGE plus real-time INFORMATION_SCHEMA / SHOW probes. Two connection modes are documented below; pick whichever matches your network policy.

See your environment in ten minutes.

Read-only scan. No credit card. Full evidence pack on every finding.