1
Your Nexus host
The base URL of your repository, e.g.
https://repo.client.ae. Throughout these docs we use repo.client.ae as a placeholder — replace it with the host you’re given.2
A service-account username & password
A read-only account scoped to your organization’s repositories. Treat it like any other secret.
These Nexus credentials are only for downloading packages. They are unrelated to your API key (used at runtime to authenticate SDK calls) — see API keys.
Authenticating a download
Every package manager has its own way to store credentials (covered in Configure your package manager). The lowest-common-denominator that always works is HTTP basic auth withcurl -u:
-u "$NEXUS_USER:$NEXUS_PASSWORD" pattern works for any raw artifact — SDK bundles, the macOS/Linux/Windows service packages, and the GPG signing key.
Keep credentials out of source control
Next: pick your package
See the package matrix for the exact artifact and version for your platform.

