Download
Get CLI and Inspector builds from GitHub Releases, or install with winget on Windows.
CLI (titanium / twp)
Self-contained zip. Extract and run. Each zip includes both titanium and twp binaries.
winget (Windows):
winget install justcoding121.TitaniumClititanium run -c twp.yaml
titanium version --check
titanium updateTitanium Inspector
Desktop MITM debugger for Windows.
winget:
winget install justcoding121.TitaniumInspectorTitanium.Plus
Plus is not a separate download on this page. After the CLI is installed:
titanium update --plus
titanium version --check --plusPlace the DLL beside the CLI (the updater does this), then enable Plus in config:
plus:
enabled: true
controlPlane:
host: "127.0.0.1"
port: 9080
sharedSecret: "<shared-secret>"Plus is licensed under PolyForm Noncommercial — not for commercial use without a separate license agreement.
Library (NuGet)
dotnet add package Titanium.Web.ProxyPrerelease:
dotnet add package Titanium.Web.Proxy --prereleaseRelease notes
See Releases or all assets on GitHub.
Product zips vs NuGet tags
Recent tags such as 6.0.2 may publish only the NuGet package. CLI / Inspector / Plus zip assets are attached when a full product release is cut with the release workflow. Until then, prefer winget or the GitHub Releases page for available binaries.