Skip to main content

Installation

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

CLI Installation

Verify Installation

Using Claude Code? Install the Castari plugin with npx skills add castari/cli and type /castari-deploy to handle installation, auth, and deployment in one step. Learn more.
You should see output like:

SDK Installation

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

System Requirements

Updating

To update to the latest version:

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:
Add the output directory to your shell’s PATH.
Update Node.js to version 18 or higher. We recommend using nvm:

Next Steps

Quick Start

Deploy your first agent in under 5 minutes