Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,16 @@ To uninstall the Smallstep Agent from a macOS system:
- A TPM 2.0 module is required
- We support `amd64` and `arm64` architectures

## Install via Winget

Install the agent via [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/):

```powershell
winget install Smallstep.step-agent
```

To upgrade, run `winget upgrade Smallstep.step-agent`. To uninstall, run `winget uninstall Smallstep.step-agent`.

## Manual install

1. Download the agent installer:
Expand Down
Loading