diff --git a/platform/smallstep-agent.mdx b/platform/smallstep-agent.mdx index 0ff8a28c..a759882f 100644 --- a/platform/smallstep-agent.mdx +++ b/platform/smallstep-agent.mdx @@ -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 @@ -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_.msi` - - For ARM64 systems: `step-agent-plugin_arm64_.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: diff --git a/platform/smallstep-app.mdx b/platform/smallstep-app.mdx index f3ecfba9..5043b1f6 100644 --- a/platform/smallstep-app.mdx +++ b/platform/smallstep-app.mdx @@ -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. -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