# Download KGrid Applications

# Activator

GitHub release (opens new window)

docker pull kgrid/activator:latest

Resource Links:

# Library

GitHub release (opens new window)

docker pull kgrid/library:latest

Resource Links:

# CLI

npm version (opens new window)

  • The latest release of KGrid CLI can be installed by
npm install @kgrid/cli

Resource Links:

# Node runtime

npm version (opens new window)

  • The latest release of KGrid Node Runtime can be installed by
npm install @kgrid/noderuntime

Resource Links:

# Python Runtime

pypi version (opens new window)

  • The latest release of KGrid Python Runtime can be installed by
pip install kgrid-python-runtime

Resource Links:

# Example KO Collection

GitHub release (opens new window)

The collection can be downloaded into a local directory using KGrid CLI by running

kgrid download -m https://github.com/kgrid-objects/example-collection/releases/download/4.1.1/manifest.json

The collection can also be imported into the shelf when the activator is starting up with the option of

--kgrid.shelf.manifest=https://github.com/kgrid-objects/example-collection/releases/download/4.1.1/manifest.json

Resource Links:

Last Updated: 6/15/2021, 6:24:57 PM