weside-cli
v0.4.0
Published
CLI for the weside.ai AI Companion Platform
Downloads
1,268
Readme
weside-cli
The official CLI for weside.ai — chat with your AI Companions from the terminal.
This npm package downloads the pre-built Go binary for your platform.
Installation
npx weside-cli versionOr install globally:
npm install -g weside-cli
weside versionOther install methods
# Homebrew (macOS/Linux)
brew tap weside-ai/tap && brew install weside-cli
# Shell script
curl -fsSL https://raw.githubusercontent.com/weside-ai/weside-cli/main/scripts/install.sh | sh
# From source
go install github.com/weside-ai/weside-cli@latestQuick Start
weside auth login
weside companions list
weside companions select nox
weside chat -m "Hey!"
weside chat --stream -m "Tell me a story"Documentation
Full docs: github.com/weside-ai/weside-cli
License
Apache 2.0
