Skip to content

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.

Windows x64Not in current releases yet — use winget or GitHub Releases
Linux x64Not in current releases yet — see GitHub Releases
macOS x64Not in current releases yet — see GitHub Releases

winget (Windows):

shell
winget install justcoding121.TitaniumCli
shell
titanium run -c twp.yaml
titanium version --check
titanium update

Titanium Inspector

Desktop MITM debugger for Windows.

Windows MSINot in current releases yet — use winget or GitHub Releases
Windows zipNot in current releases yet — see GitHub Releases

winget:

shell
winget install justcoding121.TitaniumInspector

Titanium.Plus

Plus is not a separate download on this page. After the CLI is installed:

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

Place the DLL beside the CLI (the updater does this), then enable Plus in config:

yaml
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)

shell
dotnet add package Titanium.Web.Proxy

Prerelease:

shell
dotnet add package Titanium.Web.Proxy --prerelease

Release 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.

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