╔═══════════════════════════════════════════════╗
║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
║░░░░░░██████╗░██╗░░░██╗███████╗███╗░░░███╗░░░░░║
║░░░░░██╔═══██╗██║░░░██║██╔════╝████╗░████║░░░░░║
║░░░░░██║░░░██║██║░░░██║███████╗██╔████╔██║░░░░░║
║░░░░░██║░░░██║╚██╗░██╔╝╚════██║██║╚██╔╝██║░░░░░║
║░░░░░╚██████╔╝░╚████╔╝░███████║██║░╚═╝░██║░░░░░║
║░░░░░░╚═════╝░░░╚═══╝░░╚══════╝╚═╝░░░░░╚═╝░░░░░║
║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
╚═══════════════════════════════════════════════╝
Solana Virtual Machine Command-Line Interface
Deploy, monitor, and manage SVM infrastructure with AI assistance and extensible plugins
[QUICK START]
[FEATURES]
SVM DEPLOYMENT
Deploy and manage Solana Virtual Machines across mainnet, testnet, and devnet with automated configuration
AI INTEGRATION
Built-in AI assistance for security analysis, code review, and blockchain queries with multiple provider support
MCP SERVERS
Connect to Model Context Protocol servers for enhanced blockchain data access and external integrations
PLUGIN SYSTEM
Extensible architecture with custom commands, tools, themes, and integrations via secure plugin framework
MONITORING
Real-time dashboard with TPS tracking, resource monitoring, and automated health checks
SELF-REPAIR
Intelligent system diagnostics with automatic error detection and repair capabilities
[EXAMPLES]
# List all available SVMs
$ osvm svm list
# Get detailed information about a specific SVM
$ osvm svm get sonic
# Check system health
$ osvm doctor
# Auto-fix common issues
$ osvm doctor --fix
# Get wallet balance
$ osvm balance
# Deploy validator node to mainnet
$ osvm user@host --svm sonic --node-type validator --network mainnet
# Deploy multiple SVMs to devnet
$ osvm user@host --svm sonic,solana,eclipse --node-type validator --network devnet
# Deploy eBPF program to all networks
$ osvm deploy ./program.so --program-id ./id.json --owner ./owner.json --fee ./fee.json
# Ask AI questions about Solana
$ osvm "What are Solana security best practices?"
# Audit smart contract code
$ osvm audit ./contracts
# Interactive AI chat
$ osvm chat
# Setup MCP server from GitHub
$ osvm mcp add-github solana-mcp https://github.com/openSVM/solana-mcp-server
# Install plugin from repository
$ osvm plugins install github.com/user/weather-plugin
# Launch interactive dashboard
$ osvm svm dashboard