# Download KGrid Applications
# Activator
The latest release JAR file can be downloaded at the GutHub repo release page (opens new window).
The latest Docker image can be retrieved by
docker pull kgrid/activator:latest
Resource Links:
# Library
The latest release JAR file can be downloaded at the GutHub repo release page (opens new window).
The latest Docker image can be retrieved by
docker pull kgrid/library:latest
Resource Links:
# CLI
- The latest release of KGrid CLI can be installed by
npm install @kgrid/cli
Resource Links:
# Node runtime
- The latest release of KGrid Node Runtime can be installed by
npm install @kgrid/noderuntime
Resource Links:
# Python Runtime
- The latest release of KGrid Python Runtime can be installed by
pip install kgrid-python-runtime
Resource Links:
# Example KO Collection
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: