Install
- macOS (Apple Silicon)
- macOS (Intel)
- Linux x86_64
- Linux arm64
- Windows x64
PATH edits beyond moving the binary into /usr/local/bin.
Update
Re-run the install command. It always pulls the latest release.macOS Gatekeeper
Binaries aren’t yet signed with an Apple Developer ID, so Gatekeeper quarantines them on first download. Thexattr -d com.apple.quarantine ./ekso line in the macOS install steps clears it. If you see “ekso cannot be opened because the developer cannot be verified”, run that command against the downloaded binary, or right-click → Open in Finder once. Code signing is on the roadmap.
Verify the download
Each release ships aSHA256SUMS file alongside the archives:
Alternative: .NET global tool
Already have .NET 10 installed and prefer the dotnet-tool ecosystem? The CLI is also published to NuGet:dotnet tool already. Everyone else: use the standalone binary above.
Update with dotnet tool update -g Ekso.Cli. All versions, including pre-releases: nuget.org/packages/Ekso.Cli.
Next steps
- Authenticate — sign in to your tenant via device flow, or supply an API key.
- Configure — set defaults via environment variables so you don’t repeat
--tenanton every call.