Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ curl -fsSL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | s
sudo curl -fsSL https://packages.smallstep.com/keys/apt/repo-signing-key.gpg -o /etc/apt/keyrings/smallstep.asc
cat << EOF | sudo tee /etc/apt/sources.list.d/smallstep.sources
Types: deb
URIs: https://pkgs.infra.smallstep.com/stable/debian
URIs: https://packages.smallstep.com/stable/debian
Suites: debs
Components: main
Signed-By: /etc/apt/keyrings/smallstep.asc
Expand Down Expand Up @@ -396,9 +396,9 @@ To uninstall the Smallstep Agent from a macOS system:

## Manual install

1. Download the agent installer from the [Smallstep releases page](https://github.com/smallstep/step-agent-plugin/releases):
- For most systems: `step-agent-plugin_amd64_<version>.msi`
- For ARM64 systems: `step-agent-plugin_arm64_<version>.msi`
1. Download the agent installer:
- For most systems: [step-agent-plugin_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi)
- For ARM64 systems: [step-agent-plugin_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi)

2. Install the agent silently:

Expand Down
13 changes: 12 additions & 1 deletion platform/smallstep-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,18 @@ On macOS and Windows, the Smallstep Agent includes an optional desktop app UI fo
The agent runs as a background service on all platforms.
</Alert>

Installers for macOS, Windows and Linux can be downloaded from [GitHub releases](https://github.com/smallstep/step-agent-plugin/releases). Releases are signed with, and can be verified, by cosign.
Installers for macOS can be downloaded from [GitHub releases](https://github.com/smallstep/step-agent-plugin/releases). Releases are signed with, and can be verified, by cosign.

Windows and Linux packages are available from the Smallstep package repository:

- https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi
- https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi
- https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb
- https://packages.smallstep.com/stable/linux/step-agent-plugin_arm64_latest.deb
- https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm
- https://packages.smallstep.com/stable/linux/step-agent-plugin_aarch64_latest.rpm

For Linux installation instructions, see [Deploy the Agent](./smallstep-agent.mdx#linux-installation).

## System requirements

Expand Down