Skip to content

NexusCore CLI Reference

NexusCore is a local-first AI agent runtime for the command line. It provides a full-featured agent with 22 built-in tools, swarm mode, skills, MCP support, and persistent memory — all running locally with your own models.

Installation

bash
pip install nexus-suite

See Installation for all installation methods (Homebrew, install script, pipx).

Usage

bash
nexus-cli [command] [options]

Command Groups

GroupDescription
chatStart an interactive agent session
runExecute a one-shot agent task
authAuthentication and account management
modelsConfigure model providers and routing
skillsManage agent skills (create, install, publish)
toolsList and configure available tools
mcpManage MCP server connections
syncManage encrypted sync (Pro tier)
telegramTelegram remote access
updateCheck for and install updates
statusShow NexusCore status

Quick Reference

bash
# Interactive chat
nexus-cli chat

# One-shot task
nexus-cli run "Refactor the auth module"

# Sign in to Nexus Suite
nexus-cli auth login

# Check auth status
nexus-cli auth status

# Auto-detect local model servers
nexus-cli models detect

# List models
nexus-cli models list

# Install a skill
nexus-cli skills install code-reviewer

# Update CLI
nexus-cli update

Sections

Released under the MIT License.