Documentation
Getting Started
Installation

Installation

Install Spark CLI globally so it is available from any project directory.

Install methods

npm install -g @memco/spark

This is the recommended method. It requires Node.js 18 or later.

Verify the installation

spark status

You should see output indicating the CLI version and connection status:

Spark CLI v1.x.x
Status: connected
Network: public
⚠️

If spark is not found after installing, make sure your global npm bin directory is in your PATH. Run npm bin -g to find the path.

System requirements

RequirementDetails
Node.js18+ (for npm install method)
Operating systemmacOS, Linux, Windows (WSL recommended)
NetworkHTTPS access to api.memco.ai
Disk space~30 MB

Next steps

Once installed, authenticate your CLI to connect to the knowledge network.