Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chatari-cli-modern-test) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Chatari CLI
Official command-line interface for Chatari AI assistant.
Installation
npm install -g @chatari/cli
Or install from source:
git clone https://github.com/chatari/chatari-cli.git
cd chatari-cli
npm install
npm link
Authentication
Authenticate with your Chatari account:
chatari auth login
This will open your browser for secure OAuth 2.0 authentication with PKCE (or use device code flow in headless environments).
Usage
Chat with AI
Start an interactive chat session:
chatari chat
Ask a single question:
chatari ask "What is the meaning of life?"
Check Status
View your authentication status:
chatari auth status
Check usage and quotas:
chatari usage
Logout
Sign out and clear credentials:
chatari auth logout
Requirements
- Node.js 14.0.0 or higher
- Professional or Premium Chatari subscription for CLI access
Security
Chatari CLI uses OAuth 2.0 with PKCE for secure authentication. Your credentials are stored securely in your home directory.
Support
For issues or questions, visit: https://chatari.com/support
License
MIT License - see LICENSE file for details.