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
4 changes: 3 additions & 1 deletion platform/smallstep-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Alert>

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
Expand All @@ -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).

Expand Down
7 changes: 3 additions & 4 deletions tutorials/connect-fleet-dm-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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'`).
Expand Down
1 change: 1 addition & 0 deletions tutorials/connect-workspace-one-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading