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
5 changes: 2 additions & 3 deletions platform/smallstep-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ 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 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:
Install packages are available from the Smallstep package repository:

- https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg
- https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi
- https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi
- https://packages.smallstep.com/stable/linux/step-agent_amd64_latest.deb
Expand Down
6 changes: 3 additions & 3 deletions tutorials/connect-workspace-one-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Within a few minutes after adding the connection, you should see all of your Wor

In this step, we’ll add the Smallstep Agent to Workspace One UEM for distribution to devices.

- [Download the Smallstep Agent for x64](https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi)
- [Download the Smallstep Agent for Arm64](https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi)
- [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)

1. In Workspace One UEM,
- Go to Resources → Native Apps.
Expand All @@ -114,7 +114,7 @@ In this step, we’ll add the Smallstep Agent to Workspace One UEM for distribut
<Alert severity="info">
<div>
**Got ARM64 devices?**<br />
If you also are deploying to ARM-based devices, add another Native App for the `arm64` version of our [MSI installer](https://github.com/smallstep/step-agent-plugin/releases/latest). Workspace ONE will try to distribute *both* installers to both `arm64` and `amd64` devices. To avoid this, segregate your devices by OS and CPU Architecture. To do this, create two new Smart Groups in **Groups & Settings → Assignment Groups**—one for `arm64` devices, and one for `amd64` devices. Assign each application to the appropriate Smart Group.
If you also are deploying to ARM-based devices, add another Native App for the `arm64` version of our MSI installer. Workspace ONE will try to distribute *both* installers to both `arm64` and `amd64` devices. To avoid this, segregate your devices by OS and CPU Architecture. To do this, create two new Smart Groups in **Groups & Settings → Assignment Groups**—one for `arm64` devices, and one for `amd64` devices. Assign each application to the appropriate Smart Group.
</div>
</Alert>

Expand Down
Loading