diff --git a/platform/smallstep-app.mdx b/platform/smallstep-app.mdx index 84d28fbe..2690c893 100644 --- a/platform/smallstep-app.mdx +++ b/platform/smallstep-app.mdx @@ -19,7 +19,7 @@ On macOS and Windows, the Smallstep Agent includes an optional desktop app UI fo The agent runs as a background service on all platforms. -Install packages are available from the Smallstep package repository: +Install packages are available from the [Smallstep package repository](https://releases.smallstep.com): - https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg - https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi @@ -28,6 +28,8 @@ Install packages are available from the Smallstep package repository: - https://packages.smallstep.com/stable/linux/step-agent_arm64_latest.deb - https://packages.smallstep.com/stable/linux/step-agent_x86_64_latest.rpm - https://packages.smallstep.com/stable/linux/step-agent_aarch64_latest.rpm +- https://packages.smallstep.com/stable/linux/step-agent_amd64_latest.pkg.tar.zst +- https://packages.smallstep.com/stable/linux/step-agent_arm64_latest.pkg.tar.zst For Linux installation instructions, see [Deploy the Agent](./smallstep-agent.mdx#linux-installation). diff --git a/tutorials/connect-fleet-dm-to-smallstep.mdx b/tutorials/connect-fleet-dm-to-smallstep.mdx index 216e33df..fbb1c559 100644 --- a/tutorials/connect-fleet-dm-to-smallstep.mdx +++ b/tutorials/connect-fleet-dm-to-smallstep.mdx @@ -428,8 +428,7 @@ The profiles will be deployed to devices at their next check-in. Fleet will auto The last step is to deploy the [Smallstep agent](../platform/smallstep-agent.mdx) to your endpoints. The agent manages certificates and makes it easy to configure endpoints. You can deploy the agent using Fleet's [software deployment](https://fleetdm.com/guides/deploy-software-packages) feature: -1. Download the agent package: - - macOS: [step-agent_latest.pkg](https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg) +1. [Download the agent package for your platform](https://releases.smallstep.com/): - Windows (x64): [step-agent_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi) - Windows (ARM64): [step-agent_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi) - Linux (Debian/Ubuntu x64): [step-agent_amd64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent_amd64_latest.deb) @@ -566,12 +565,12 @@ If your Linux fleet includes multiple architectures, add entries for each varian post_install_script: path: ../lib/smallstep-agent-setup.sh labels_include_any: - - Red Hat Linux + - RedHat Linux - url: https://packages.smallstep.com/stable/linux/step-agent_aarch64_latest.rpm post_install_script: path: ../lib/smallstep-agent-setup.sh labels_include_any: - - Red Hat Linux + - RedHat Linux ``` Adapt the label names to match your Fleet label configuration. Fleet includes built-in labels for common Linux distributions. For architecture-specific targeting, you can create [custom labels](https://fleetdm.com/guides/managing-labels-in-fleet) using osquery queries (for example, `SELECT 1 FROM system_info WHERE cpu_type = 'x86_64'`). diff --git a/tutorials/connect-workspace-one-to-smallstep.mdx b/tutorials/connect-workspace-one-to-smallstep.mdx index b21ce7d1..5315c2fa 100644 --- a/tutorials/connect-workspace-one-to-smallstep.mdx +++ b/tutorials/connect-workspace-one-to-smallstep.mdx @@ -98,6 +98,7 @@ In this step, we’ll add the Smallstep Agent to Workspace One UEM for distribut - [Download the Smallstep Agent for x64 (MSI)](https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi) - [Download the Smallstep Agent for Arm64 (MSI)](https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi) +- [See all versions](https://releases.smallstep.com/) 1. In Workspace One UEM, - Go to Resources → Native Apps.