Skip to main content
This guide is for evaluating the Chainloop Platform. If you are looking for the Open Source Evidence Store, please refer to the Chainloop Evidence Store guide. For production deployments of the Chainloop Platform, refer to the Chainloop Platform deployment guide.

Overview

There are different ways to evaluate the Chainloop Platform:
  1. Software as a Service - Use our hosted instance (quickest way to get started)
  2. Local Docker Compose - Deploy locally in development mode for quick evaluation
  3. Local Kubernetes - Deploy locally in development mode (easier to transition to production afterward)

Software as a Service

The quickest way to evaluate the Chainloop Platform is to use our hosted Software as a Service instance:
  1. Visit https://app.chainloop.dev/request-access
  2. Request access to the platform
  3. Once approved, you can immediately start using the Chainloop Platform without any local setup

Local Deployment Options

If you prefer to deploy the Chainloop Platform locally, you have two options for running it in development mode:

Docker Compose Setup

To get started with the Docker Compose evaluation environment:
  1. Visit the Chainloop contact page
  2. In your message, mention that you are interested in running an evaluation lab environment locally
  3. The Chainloop team will send you the lab environment package, which includes:
    • Complete setup instructions
    • Credentials to pull the container images
    • All necessary configuration files

Kubernetes Setup

If you prefer to evaluate the Chainloop Platform in a Kubernetes environment, you can deploy the platform in development mode. This option makes it easier to transition to production later, as Kubernetes is the primary deployment mechanism offered by Chainloop. Refer to the comprehensive Chainloop Platform Deployment guide for detailed instructions.

Additional Resources