Documentation for Chiral SaaS
  • Chiral SaaS Docs
    • Chiral
  • Archives
    • The Abstract Model
      • Dataset
      • Operator
      • Computing Unit
    • Chiral Cli
    • Get Started
    • Versions Free & Pro
    • Installation
    • Commands
Powered by GitBook
On this page
  • Install Chiral cli
  • On Linux and macOS systems
  • On Windows
  • Build and Install Chiral cli from Source
  1. Archives

Installation

PreviousVersions Free & ProNextCommands

Last updated 10 months ago

Install Chiral cli

The easiest way to get Chiral cli is to install the latest stable release.

On Linux and macOS systems

curl https://www.chiral.one/download/install.sh -sSf | sh

It will download a script, and start the installation. If the installation process completes successfully, you'll see this appear:

Chiral Command-Line-Interface installed!
Type './chiral' to start ...

On Windows

we are still working on the solution.

Build and Install Chiral cli from Source

Alternatively, you can build it from .

After cloning the whole project, run the following command to build the binaries ofca Chiral cli.

cargo build --release -p chiral-cli
source