Skip to content

Plus

Optional ops plugin for the CLI (and Inspector panels). Licensed under PolyForm Noncommercialnot for commercial use without a separate agreement.

Install

Plus is distributed as a sidecar DLL next to the CLI. There is no public Plus download button on this site.

shell
titanium update --plus
titanium version --check --plus

Enable

yaml
plus:
  enabled: true
  controlPlane:
    host: "127.0.0.1"
    port: 9080
    sharedSecret: "<shared-secret>"
  options:
    cache.enable: "true"

Use a strong secret in production. Dev-only default secrets require an explicit environment opt-in on loopback.

What you get

AreaCapability
Control planeLoopback HTTP API with shared-secret header; snapshot get/put; cache purge
DashboardHTML admin on control-plane port + 1
ObservabilityPrometheus-style metrics for destination state / latency
OperationsDrain / healthy / maintenance destination states
DiscoveryFile watch, DNS poll; Consul / Kubernetes best-effort
SecurityCIDR allow-list, JWT/OIDC (JWKS)
WAFThin deny-list (paths, methods, headers, body size) — not a full WAF suite
StateRedis fixed-window per-IP rate limit
ResilienceActive HTTP/TCP health probes
CacheIn-memory HTTP response cache (cache.enable)

See also

Core & CLI: MIT · Plus & Inspector: PolyForm Noncommercial