Production Ready • 60+ Commands • 54K+ Lines of Code

Nexus CLICommand Your AI Platform

World-class command-line tools for building vertical AI applications. Scaffold projects in seconds, manage 43 microservices, develop plugins, and deploy to production with a single command.

Install Nexus CLI globally

npm install -g @adverant/nexus-forge

Quick Start

Get started with Nexus CLI in 4 simple steps

1

Install CLI

Install globally via NPM

npm install -g @adverant/nexus-forge
2

Create Project

Scaffold your vertical

forge create my-app
3

Choose Template

Select industry template

forge create app --template healthcare
4

Start Building

Begin development

cd my-app && npm run dev

Powerful Features

Everything you need to build, deploy, and scale vertical AI applications

Service Discovery

Auto-discovery and management of all 43 Nexus microservices with health monitoring and status checks

Plugin Development

Complete plugin SDK with scaffolding, local testing, and marketplace publishing tools

Industry Templates

Pre-built templates for Healthcare, Legal, Property Management, and more with example queries

Real-time Streaming

WebSocket support for real-time progress monitoring and live updates from platform services

Docker Orchestration

Complete Docker Compose management for local development and production deployments

Claude MCP Integration

Seamless integration with Claude Desktop via Model Context Protocol for AI-powered development

Command Reference

Complete list of available commands and their usage

Auth Commands

nexus auth login

Authenticate with Nexus platform

nexus auth register

Create new account

nexus auth logout

Sign out of current session

nexus auth whoami

Display current user info

Organization Commands

nexus org list

List all organizations

nexus org create <name>

Create new organization

nexus org switch <org-id>

Switch active organization

nexus org info

Show current organization details

Service Commands

nexus services list

List all available services

nexus services status

Check health status of all services

nexus services start <name>

Start specific service

nexus services stop <name>

Stop running service

nexus services restart <name>

Restart service

nexus services logs <name>

View service logs

nexus services health <name>

Check specific service health

nexus services info <name>

Show service details

nexus services ports

List all service ports

Plugin Commands

nexus plugin init <name>

Initialize new plugin project

nexus plugin install <name>

Install plugin from marketplace

nexus plugin uninstall <name>

Remove installed plugin

nexus plugin enable <name>

Enable plugin

nexus plugin disable <name>

Disable plugin

nexus plugin list

List all plugins

nexus plugin info <name>

Show plugin details

Forge Commands

forge create <project-name>

Create new vertical project

forge create <name> --template <type>

Use industry template

forge config get <key>

Get configuration value

forge config set <key> <value>

Set configuration value

forge --version

Show CLI version

Session & Workspace

nexus session save <name>

Save current session

nexus session load <name>

Load saved session

nexus session list

List all sessions

nexus workspace init

Initialize workspace

nexus workspace validate

Validate workspace config

Industry Templates

Jumpstart your project with pre-built templates for common industries

heart health

Healthcare CRM

Clinical trial optimization, patient data management, and regulatory compliance

Use Cases

  • Clinical trials management
  • Patient record processing
  • Medical compliance tracking
  • Healthcare analytics

Create Project

forge create healthcare-crm --template healthcare
gavel legal

Legal Research

Case management, document analysis, and legal research automation

Use Cases

  • Case law research
  • Document discovery
  • Contract analysis
  • Legal brief generation

Create Project

forge create legal-research --template legal
building office

Property Management

Tenant management, maintenance tracking, and property analytics

Use Cases

  • Tenant onboarding
  • Maintenance requests
  • Lease management
  • Property analytics

Create Project

forge create property-mgmt --template property
lightning

Blank Template

Start from scratch with full flexibility and customization

Use Cases

  • Custom verticals
  • Experimental projects
  • Unique workflows
  • Learning & exploration

Create Project

forge create my-vertical --template blank

Installation

Multiple ways to install Nexus CLI on your system

RECOMMENDED

NPM Global Installation

Install globally via NPM for system-wide access. Requires Node.js 18+ and npm 9+.

npm install -g @adverant/nexus-forge

Output:

✓ Installed @adverant/nexus-forge@3.0.0 ✓ Added 832 packages ✓ nexus command available globally

From Source (Development)

Clone the repository and build locally for development or contribution.

git clone https://github.com/adverant/nexus-cli.git
cd nexus-cli
npm install
npm link

Downloadable Binaries

Pre-built binaries available for macOS, Linux, and Windows via GitHub Releases.

CLI vs Desktop IDE

Choose the right tool for your workflow

Nexus CLI

Command-line tools for automation, scripting, and CI/CD workflows

CI/CD pipeline integration
Remote server management
Automation & scripting
Project scaffolding
Install CLI

Desktop IDE

Visual development environment with Monaco Editor and GUI tools

Visual code editor
GUI preferences
Git integration
MCP server management
Learn about Desktop IDE

Resources & Community

Get help, contribute, and stay updated

GitHub Repository

View source code, report issues, and contribute to the project

View on GitHub

Full Documentation

Complete API reference, guides, and examples

Read Docs

Community Support

Join Discord, ask questions on Stack Overflow

Get Support

Start Building Your Vertical Today

Install Nexus CLI and scaffold your first AI-powered vertical application in minutes