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 requiredThe 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:
- Validates your license key before downloading anything.
- Downloads the latest bundle your license is entitled to, over HTTPS.
- Verifies the SHA256 checksum against the release metadata.
- Installs per-user — no administrator access required.
- 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.
| Option | Effect |
|---|---|
KEPLER_LICENSE_KEY | Your license key (skips the interactive prompt) |
KEPLER_VERSION | Pin a version (default: latest) |
KEPLER_DRY_RUN=1 | Resolve and print the release without installing |
KEPLER_INSTALL_DIR | Custom install directory |
KEPLER_NO_LAUNCH=1 | Install without launching |
KEPLER_FORCE | Set 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.