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.
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.
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.
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.
6 agents · SCOUT, COMPLY, AUDIT, WATCH, RECON, COMMAND CENTER. Single-cloud audit + compliance.
Download bundle ↓14 agents · consent-gated remediation. Adds FORGE, BASTION, SHADOW, AI GUARD, RECON, COMMAND CENTER.
Download bundle ↓14 agents · HIPAA, HITRUST, PHI. Adds CONDUIT, PHI, ORACLE PORTAL PACK.
Download bundle ↓11 agents · CSRIC, NIST, CISA. Adds BASTION, SENTINEL, FORGE, SHADOW, AI GUARD.
Download bundle ↓14 agents · PCI, SOX, FFIEC, OCC. Adds CONDUIT, FRAUD, AML.
Download bundle ↓14 agents · CMMC, FedRAMP, NIST 800-53. Adds CONDUIT, FEDRAMP_CMMC.
Download bundle ↓all 34 agents · Every detector, every framework, every vertical pack. Includes LATTICE Snowflake / Databricks + ORACLE Portal.
Download bundle ↓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.az login --use-device-code. MFA enforced via tenant policy. CONDUCTOR auto-detects your Azure subscription on first run.cd path\to\extracted\bundleSet-ExecutionPolicy -Scope Process Bypass -Force.\install-offline.ps1
cd path/to/extracted/bundlechmod +x install-offline.sh./install-offline.sh
airlock-public-key.pem) — no internet call required for offline mode.http://localhost:8081 (demo / no-auth) or http://localhost:8080 (production / username + password + TOTP).python agents\conductor.py (or use RUN-ME). FORGE triages findings into INC (auto-fix) vs CHG (open ticket).reports/ — HTML + PDF + DOCX + JSON per finding, with five-step playbooks and rollback commands.curl -fsSL https://titanaisec.com/titanai-run.sh | bashiwr -useb https://titanaisec.com/titanai-run.ps1 | iex
[y/N] consent prompt.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.
ABC12345-XY99000.CREATE ROLE IF NOT EXISTS TITAN_AUDIT_RO; GRANT IMPORTED PRIVILEGES ON DATABASE SNOWFLAKE TO ROLE TITAN_AUDIT_RO; GRANT MONITOR USAGE ON ACCOUNT TO ROLE TITAN_AUDIT_RO; CREATE USER IF NOT EXISTS titan_audit_svc PASSWORD='<set one>' DEFAULT_ROLE=TITAN_AUDIT_RO; GRANT ROLE TITAN_AUDIT_RO TO USER titan_audit_svc;pip install snowflake-connector-python
$env:SNOWFLAKE_ACCOUNT = "ABC12345-XY99000"
$env:SNOWFLAKE_USER = "titan_audit_svc"
$env:SNOWFLAKE_PASSWORD = "<your password>"
python agents\snowflake_lattice.py --account-label "your-account"snowflake-connector-python, run the same scan over the public Snowflake SQL API with key-pair JWT or OAuth. Stdlib only.$env:SNOWFLAKE_PRIVATE_KEY_PATH = "C:\path\to\rsa_key.p8"
$env:SNOWFLAKE_PUBLIC_KEY_FP = "<public key fingerprint>"
python agents\snowflake_lattice.py --mode api --account-label "your-account"reports/snowflake-live/. Every finding carries a five-step remediation playbook with the exact ALTER USER, REVOKE, CREATE MASKING POLICY, or ALTER ACCOUNT SQL to apply the fix.Read-only scan. No credit card. Full evidence pack on every finding.