The Vizzor command-line client. Pair your account once, then run predictions, scans, and chat from your terminal against the hosted Vizzor engine.
It's a thin client — the prediction engine, prompts, and tools all run server-side. The CLI only pairs your wallet, sends your messages, and renders the streamed response.
npm install -g @vizzor/consolevizzor setupOpen vizzor.ai/cli-pair, sign in with your wallet (SIWS), and paste the pairing token back into the terminal. Your plan and tracked win-rates follow your account.
vizzor # interactive chat
vizzor health # check pairing + engine connectivity
vizzor update # check for a newer versionInside chat, type anything — predict BTC 4h, scan <address>,
audit <contract>. /help lists the built-in commands, /exit quits.
vizzor config show
vizzor config set engineUrl https://api.vizzor.ai/v1 # enterprise: your engine
vizzor config set timezone Europe/MadridEnvironment overrides: VIZZOR_HOSTED_ENGINE_URL, VIZZOR_SITE_URL,
VIZZOR_HOME.
MIT — see LICENSE.