Neural Inverse is Open Source →
DocsDeployment

Deployment

Neural Inverse Enterprise runs either as a dedicated hosted instance managed by Neural Inverse, or on your own infrastructure. Both options run the same platform.

Dedicated Hosted

A dedicated isolated tenant at platform.neuralinverse.com. Managed by Neural Inverse, isolated from other customers, in the region you specify. No infrastructure to operate.

Contact enterprise@neuralinverse.com to provision.

On-Premises

Deploy the full platform inside your own infrastructure. All data stays in your environment. Air-gapped deployment is supported.

Two installation options are provided with your license:

Docker Compose - recommended for most on-premises deployments. A compose file and environment template are included.

Kubernetes (Helm) - for multi-replica production deployments:

helm repo add neuralinverse https://charts.neuralinverse.com
helm repo update
helm install neuralinverse-enterprise neuralinverse/enterprise \
  --namespace ni-enterprise \
  --create-namespace

A Neural Inverse Enterprise license key is required. Contact enterprise@neuralinverse.com to obtain one.

Connecting the IDE

Connect the Neural Inverse IDE to your instance:

Option 1 - Environment variable:

export NEURALINVERSE_ENTERPRISE_URL=https://platform.your-domain.com

Option 2 - IDE Settings:

  1. Open Neural Inverse IDE
  2. Go to Settings > Enterprise
  3. Enter your instance URL and sign in

The IDE status bar shows Enterprise: Connected once connected. IAM policies, Checks frameworks, and Enclave rules are enforced immediately.

Authentication

MethodNotes
Email / PasswordBuilt-in
OIDC / OAuth2Okta, Azure AD, Google Workspace, or any OIDC provider
SAML 2.0Enterprise SSO
SCIMAutomatic user provisioning from your IdP

Upgrades

Upgrades preserve all audit data, compliance configuration, violations, and IAM policies. Detailed upgrade instructions are included with your license package.

Support

Contact enterprise@neuralinverse.com or open a ticket at platform.neuralinverse.com/support.


Was this page helpful?

Last edited