Downloading the CLI Using a Command Line

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

To download the CLI manually, execute one of the following commands for your platform from a command prompt.

Note:
  • The CLI binary file will download to the current directory. Before downloading the CLI, navigate to the directory where you want to download it. Otherwise, you will need to manually move the CLI after download.

  • On Linux platforms, it is recommended to place the CLI binary in a directory on the system path, such as /usr/local/bin, to avoid needing to specify the full path when using the CLI.

Linux 64-bit versions
wget https://archive.services.jamfcloud.com/jamf-pro-server-tools/release/latest/linux/x64/jamf-pro
Linux 32-bit versions
wget https://archive.services.jamfcloud.com/jamf-pro-server-tools/release/latest/linux/x86/jamf-pro
Windows PowerShell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest -Uri https://archive.services.jamfcloud.com/jamf-pro-server-tools/release/latest/windows/x64/jamf-pro.exe -OutFile jamf-pro.exe
Note:

You can replace "latest" in the above URLs with a specific version. To browse available files and versions, see Jamf File Archive.