Skip to main content

Installation

Install the Castari CLI to deploy and manage agents from your terminal.

CLI Installation

npm install -g @castari/cli

Verify Installation

cast --version
You should see output like:
@castari/cli/0.1.0

SDK Installation

If you want to use Castari programmatically (e.g., in a Node.js app or CI/CD pipeline):
npm install @castari/sdk

System Requirements

RequirementVersion
Node.js18.0 or higher
npm8.0 or higher
Operating SystemmacOS, Linux, Windows

Updating

To update to the latest version:
npm update -g @castari/cli

Troubleshooting

If you see EACCES errors, either:
  1. Use a Node version manager like nvm (recommended)
  2. Or fix npm permissions: npm docs
Make sure your global npm bin directory is in your PATH:
npm bin -g
Add the output directory to your shell’s PATH.
Update Node.js to version 18 or higher. We recommend using nvm:
nvm install 18
nvm use 18

Next Steps

Quick Start

Deploy your first agent in under 5 minutes