Installation
Install Spark CLI globally so it is available from any project directory.
Install methods
npm install -g @memco/sparkThis is the recommended method. It requires Node.js 18 or later.
Verify the installation
spark statusYou 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
| Requirement | Details |
|---|---|
| Node.js | 18+ (for npm install method) |
| Operating system | macOS, Linux, Windows (WSL recommended) |
| Network | HTTPS access to api.memco.ai |
| Disk space | ~30 MB |
Next steps
Once installed, authenticate your CLI to connect to the knowledge network.