+
+ {{ ch.label }}
+ {{ ch.data.tag }}
+
+
+ {{ ch.hint }}
+
+ — no product zip/MSI release on this channel yet; see
+ GitHub Releases.
+
+
+
+
CLI (titanium / twp)
+
Self-contained zip. Extract and run. Each zip includes both titanium and twp binaries.
+
-
-
-
macOS arm64
-
{{ links.cli['osx-arm64'].name }}
-
Not in current releases yet — see GitHub Releases
-
{{ links.cli['osx-arm64'].tag }}
+
+
Titanium Inspector
+
+ Desktop MITM debugger.
+ Windows: MSI wizard (choose install folder, Finished + Launch) or portable zip.
+ Uninstall from Settings → Apps (branded icon).
+ Linux / macOS: zip — run portable, or use
+ install.sh / install-app.sh in the zip
+ (uninstall.sh / uninstall-app.sh to remove).
+
+
-**winget** (Windows, **stable** channel only):
+## winget (Windows, stable only)
```shell
winget install justcoding121.TitaniumCli
+winget install justcoding121.TitaniumInspector
```
```shell
titanium run -c twp.yaml
titanium version --check
titanium update
+titanium update --channel beta
titanium http3-deps status
```
-## Titanium Inspector {#inspector}
-
-Desktop MITM debugger. Windows: MSI + zip. Linux / macOS: zip only (same RID set as CLI).
-
-
-
-**winget** (Windows, **stable** channel only):
-
-```shell
-winget install justcoding121.TitaniumInspector
-```
-
+`titanium update` self-updates the CLI from the release feed for the selected channel (stable by default).
## Titanium.Plus
Plus is **not** a separate download on this page. After the CLI is installed:
@@ -168,7 +173,7 @@ dotnet add package Titanium.Web.Proxy --prerelease
See [Releases](/releases) or [all assets on GitHub](https://github.com/justcoding121/titanium-web-proxy/releases).
::: tip Product zips vs NuGet tags
-Some tags publish **NuGet only**. CLI / Inspector / Plus zip assets are attached when a full product release is cut (`v*` tag via the release workflow). After `v7.0.2-beta`, the buttons above should resolve that prerelease’s assets. Prefer this page or GitHub Releases for beta binaries; **winget** remains stable-only.
+Some tags publish **NuGet only**. CLI / Inspector zip assets appear above only when a full product release is cut (`v*` tag via the release workflow). Prefer this page or GitHub Releases for binaries; **winget** remains stable-only.
:::
## See also