Hosted edition

KeplerCrew Cloud

Nothing to install. Sign in and your crew is ready — projects, cycles and delivery run on managed infrastructure.

Enterprise edition

Self-hosted, on your machine

License key required

The complete KeplerCrew engine — installed on your own infrastructure, your code never leaves your network. One command installs everything; your license key is the only credential you need.

Windows (PowerShell)
powershell -ExecutionPolicy Bypass -Command "irm https://get.keplercrew.com/install.ps1 | iex"
Linux
curl -fsSL https://get.keplercrew.com/install.sh | sh
macOS coming soon

The installer:

  1. Validates your license key before downloading anything.
  2. Downloads the latest bundle your license is entitled to, over HTTPS.
  3. Verifies the SHA256 checksum against the release metadata.
  4. Installs per-user — no administrator access required.
  5. Stores your license key locally with user-only permissions, then launches.
Updating

Run updates from the client machine by re-running the same command - no new key entry, no site visit.

  • Your stored license key is reused automatically.
  • If you are already on the latest release, the installer exits with "up to date".
  • The running KeplerCrew stops, updates in place, and relaunches.
OptionEffect
KEPLER_LICENSE_KEYYour license key (skips the interactive prompt)
KEPLER_VERSIONPin a version (default: latest)
KEPLER_DRY_RUN=1Resolve and print the release without installing
KEPLER_INSTALL_DIRCustom install directory
KEPLER_NO_LAUNCH=1Install without launching
KEPLER_FORCESet to 1 to reinstall the current version
Need a license? Enterprise trials and purchases are handled directly — write to support@aichargelabs.com and we will set you up with a key the same day.