Installation
Uninstall NZT
How to uninstall NZT from Claude Code and Codex CLI. It removes only what its manifest lists and keeps your own content in CLAUDE.md and AGENTS.md intact.
NZT uninstalls completely: it removes only what its manifest lists.
With one command
It removes NZT from every provider where it is installed. Paste it into PowerShell:
irm https://nzt-ai.com/nzt/uninstall.ps1 | iexOne-command install is coming soon. The command below is an example: its address does not exist yet.
With the CLI
To uninstall from a single provider:
nzt uninstall --provider claude-codenzt uninstall --provider codexAdd --dry-run to simulate without touching anything. More details in the CLI reference.
What gets removed
- Only what the CLI installed, according to its manifest.
- In
CLAUDE.mdandAGENTS.md, only the block between<!-- nzt:start -->and<!-- nzt:end -->. Your own content stays as it was.
Where the manifests live
| System | Path |
|---|---|
| Windows | %LOCALAPPDATA%/nzt/manifests |
| Linux and macOS | ~/.local/share/nzt/manifests |