Installation
Install the Castari CLI to deploy and manage agents from your terminal.CLI Installation
- npm
- yarn
- pnpm
Verify Installation
SDK Installation
If you want to use Castari programmatically (e.g., in a Node.js app or CI/CD pipeline):- npm
- yarn
- pnpm
System Requirements
| Requirement | Version |
|---|---|
| Node.js | 18.0 or higher |
| npm | 8.0 or higher |
| Operating System | macOS, Linux, Windows |
Updating
To update to the latest version:Troubleshooting
Permission denied when installing globally
Permission denied when installing globally
Command not found after installation
Command not found after installation
Make sure your global npm bin directory is in your PATH:Add the output directory to your shell’s PATH.
Node.js version too old
Node.js version too old
Update Node.js to version 18 or higher. We recommend using nvm:
Next Steps
Quick Start
Deploy your first agent in under 5 minutes