osvm-cli@docs:~$
user@osvm:~$ cat README.md
                    ╔═══════════════════════════════════════════════╗
                    ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
                    ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
                    ║░░░░░░██████╗░██╗░░░██╗███████╗███╗░░░███╗░░░░░║
                    ║░░░░░██╔═══██╗██║░░░██║██╔════╝████╗░████║░░░░░║
                    ║░░░░░██║░░░██║██║░░░██║███████╗██╔████╔██║░░░░░║
                    ║░░░░░██║░░░██║╚██╗░██╔╝╚════██║██║╚██╔╝██║░░░░░║
                    ║░░░░░╚██████╔╝░╚████╔╝░███████║██║░╚═╝░██║░░░░░║
                    ║░░░░░░╚═════╝░░░╚═══╝░░╚══════╝╚═╝░░░░░╚═╝░░░░░║
                    ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
                    ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
                    ╚═══════════════════════════════════════════════╝
                

Solana Virtual Machine Command-Line Interface

Deploy, monitor, and manage SVM infrastructure with AI assistance and extensible plugins

MIT License Rust 1.80+ Solana 1.14+
💡 Click any command on this page to copy it to your clipboard!

[QUICK START]

$ curl -sSf https://osvm.ai/install.sh | sh
$ osvm svm list CLICK TO COPY
List available SVMs
$ osvm svm dashboard CLICK TO COPY
Launch monitoring dashboard
$ osvm chat CLICK TO COPY
AI-powered assistance
$ osvm examples CLICK TO COPY
View usage examples

[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]

Basic Operations ← Click any command to copy
# 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
Node Deployment ← Click any command to copy
# 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
AI Integration ← Click any command to copy
# Ask AI questions about Solana
$ osvm "What are Solana security best practices?"

# Audit smart contract code
$ osvm audit ./contracts

# Interactive AI chat
$ osvm chat
Advanced Features ← Click any command to copy
# 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