Download
Trial lets users install the real self-hosted product.
Trial is not just a local CLI demo. It includes the self-hosted runtime, customer console, API, worker, CLI, and limited scoped evidence so users can experience the core value before buying production features.
Install and run the first server-mode gate.
The 3-day trial license is created during setup. Starter, Team, Business, and Custom add scale, retention, SSO group mapping, advanced connectors, reports, and runtime checks.
# Sign in to https://releasepassport.com/portal first.
# Customer runtime images are pulled only from the official Release Passport registry.
# The installer creates or preserves RELEASEPASSPORT_INSTALL_ID in the runtime Secret.
curl -fsSL https://releasepassport.com/install.sh | bash -s -- \
--install-token <portal-install-token>Upgrade when the team needs production scale.
Download and install flow
| User intent | What they do | What they receive | Next step |
|---|---|---|---|
| Try the product | Download a 3-day Trial license. | CLI, checksums, Helm chart, values example, console/API/worker runtime. | Install chart and run server-mode shadow gate. |
| Use more services/connectors | Choose Starter, Team, or Business and complete payment checkout. | Production entitlement after a valid successful payment event for eligible purchases. | Apply entitlement material and enable production features. |
| Custom rollout | Request custom review with public-safe implementation context. | Procurement/security path, custom terms, and licensed package process. | Plan rollout, evidence scope, retention, and operating model. |
What trial users download
CLI archives, checksums, Trial Helm chart, values file, install script, and docs for the core self-hosted runtime.
What production customers receive
The same install path plus production license material, licensed image/package channel, and plan-specific values.
What never gets installed
Source packages, owner app, billing controls, license issuance, pricing, package entitlement, and sales operations.
Use this decision rule.
If you are evaluating the core value, install Trial now. If you need production scale, retention, SSO groups, advanced connectors or runtime checks, request a production license and use the entitlement token when the download channel is ready.
# Trial: token-first, checksum-backed bootstrap package
curl -fsSLO https://releasepassport.com/install.sh
curl -fsSLO https://releasepassport.com/install.sh.sha256
if command -v shasum >/dev/null 2>&1; then shasum -a 256 -c install.sh.sha256; else sha256sum -c install.sh.sha256; fi
bash install.sh --install-token <portal-install-token>
# Production: use the entitlement channel after subscription activation
export RELEASEPASSPORT_DOWNLOAD_TOKEN="rp_dl_..."
curl -fsSL https://releasepassport.com/install.sh | bash -s -- \
--install-token <portal-install-token>