Cillers Documentation
  • Introduction
  • PREREQUISITES
  • Hardware And Operating System
  • Polytope
    • Installation For MacOS Users
    • Installation For Windows Users
    • Installation For Linux Users
  • INTEGRATIONS
    • Couchbase Capella
    • Kong Konnect
    • Opper AI
  • CILLERS SYSTEM DEMO TEMPLATES
    • Kong AI + API Gateway Hackathon
Powered by GitBook
On this page
  • Figure Out Which Architecture Your Processor Has
  • Install Polytope CLI Binaries
  • Docker (Not Applicable For Windows Users That Should Already Have Followed The Docker Desktop Instructions For Windows)
  1. Polytope

Installation For Linux Users

PreviousInstallation For Windows UsersNextCouchbase Capella

Last updated 22 days ago

On Linux it is easiest to install the appropriate binaries directly using the following commands.

Figure Out Which Architecture Your Processor Has

The following command will return the machine hardware name. For example, x86_64 indicates that you're running on a AMD 64.

uname -m

We currently only support AMD 64 for Linux. Please let us know if you have a ARM64 processor, so we know that we should increase priority for supporting ARM64 processors for Linux.

Install Polytope CLI Binaries

curl https://polytope.com/releases/polytope-cli-latest-linux-amd64.gz | gzip -d > pt 
chmod +x pt 
sudo mv pt /usr/local/bin/
curl https://storage.googleapis.com/cillers-cli/cillers-cli-latest-linux-amd64.tar.gz | tar -xzvf -
sudo mv cillers-cli /usr/local/bin/cillers

Docker (Not Applicable For Windows Users That Should Already Have Followed The Docker Desktop Instructions For Windows)

Ensure that docker is installed and up-to-date. Polytope does not support old versions of Docker.

is optional for Linux users.

Installing Docker Desktop