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-forgeQuick Start
Get started with Nexus CLI in 4 simple steps
Install CLI
Install globally via NPM
npm install -g @adverant/nexus-forgeCreate Project
Scaffold your vertical
forge create my-appChoose Template
Select industry template
forge create app --template healthcareStart Building
Begin development
cd my-app && npm run devPowerful 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 loginAuthenticate with Nexus platform
nexus auth registerCreate new account
nexus auth logoutSign out of current session
nexus auth whoamiDisplay current user info
Organization Commands
nexus org listList all organizations
nexus org create <name>Create new organization
nexus org switch <org-id>Switch active organization
nexus org infoShow current organization details
Service Commands
nexus services listList all available services
nexus services statusCheck 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 portsList 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 listList 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 --versionShow CLI version
Session & Workspace
nexus session save <name>Save current session
nexus session load <name>Load saved session
nexus session listList all sessions
nexus workspace initInitialize workspace
nexus workspace validateValidate workspace config
Industry Templates
Jumpstart your project with pre-built templates for common industries
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 healthcareLegal 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 legalProperty 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 propertyBlank 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 blankInstallation
Multiple ways to install Nexus CLI on your system
NPM Global Installation
Install globally via NPM for system-wide access. Requires Node.js 18+ and npm 9+.
npm install -g @adverant/nexus-forgeOutput:
✓ Installed @adverant/nexus-forge@3.0.0 ✓ Added 832 packages ✓ nexus command available globallyFrom 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 linkDownloadable 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
Desktop IDE
Visual development environment with Monaco Editor and GUI tools
Resources & Community
Get help, contribute, and stay updated
Start Building Your Vertical Today
Install Nexus CLI and scaffold your first AI-powered vertical application in minutes
