From 4a5e926758c0db5abc2f59b3b6068c18f530f9bb Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 24 Feb 2026 09:25:27 -0800 Subject: [PATCH 1/2] Use package repository URLs for Windows and Linux downloads Replace GitHub releases links with direct download URLs from packages.smallstep.com for Windows MSIs and Linux DEB/RPM packages. macOS still points to GitHub releases. Co-Authored-By: Claude Opus 4.6 --- platform/smallstep-agent.mdx | 6 +++--- platform/smallstep-app.mdx | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/platform/smallstep-agent.mdx b/platform/smallstep-agent.mdx index 0ff8a28c..01ccbcab 100644 --- a/platform/smallstep-agent.mdx +++ b/platform/smallstep-agent.mdx @@ -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..e6922d57 100644 --- a/platform/smallstep-app.mdx +++ b/platform/smallstep-app.mdx @@ -19,7 +19,23 @@ 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 installers are available from the Smallstep package repository: + +| Architecture | MSI | +|---|---| +| amd64 | [step-agent-plugin_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi) | +| arm64 | [step-agent-plugin_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi) | + +Linux packages are available from the Smallstep package repository: + +| Architecture | DEB | RPM | +|---|---|---| +| amd64 / x86_64 | [step-agent-plugin_amd64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb) | [step-agent-plugin_x86_64_latest.rpm](https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm) | +| arm64 / aarch64 | [step-agent-plugin_arm64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent-plugin_arm64_latest.deb) | [step-agent-plugin_aarch64_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 From ee37e6b4e0092c345d8f78f178b5a078278d0aea Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 24 Feb 2026 09:32:08 -0800 Subject: [PATCH 2/2] Use plain URL list and fix pkgs.infra.smallstep.com reference Simplify download links to a bullet list of full URLs for easy copying. Update Debian repo URI from pkgs.infra.smallstep.com to packages.smallstep.com. Co-Authored-By: Claude Opus 4.6 --- platform/smallstep-agent.mdx | 2 +- platform/smallstep-app.mdx | 21 ++++++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/platform/smallstep-agent.mdx b/platform/smallstep-agent.mdx index 01ccbcab..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 diff --git a/platform/smallstep-app.mdx b/platform/smallstep-app.mdx index e6922d57..5043b1f6 100644 --- a/platform/smallstep-app.mdx +++ b/platform/smallstep-app.mdx @@ -21,19 +21,14 @@ The agent runs as a background service on all platforms. 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 installers are available from the Smallstep package repository: - -| Architecture | MSI | -|---|---| -| amd64 | [step-agent-plugin_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi) | -| arm64 | [step-agent-plugin_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi) | - -Linux packages are available from the Smallstep package repository: - -| Architecture | DEB | RPM | -|---|---|---| -| amd64 / x86_64 | [step-agent-plugin_amd64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb) | [step-agent-plugin_x86_64_latest.rpm](https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm) | -| arm64 / aarch64 | [step-agent-plugin_arm64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent-plugin_arm64_latest.deb) | [step-agent-plugin_aarch64_latest.rpm](https://packages.smallstep.com/stable/linux/step-agent-plugin_aarch64_latest.rpm) | +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).