██████╗ ███████╗██╗   ██╗███╗   ███╗     ██████╗██╗     ██╗
██╔═══██╗██╔════╝██║   ██║████╗ ████║    ██╔════╝██║     ██║
██║   ██║███████╗██║   ██║██╔████╔██║    ██║     ██║     ██║
██║   ██║╚════██║╚██╗ ██╔╝██║╚██╔╝██║    ██║     ██║     ██║
╚██████╔╝███████║ ╚████╔╝ ██║ ╚═╝ ██║    ╚██████╗███████╗██║
 ╚═════╝ ╚══════╝  ╚═══╝  ╚═╝     ╚═╝     ╚═════╝╚══════╝╚═╝

Solana Virtual Machine Command-Line Interface

Deploy, monitor, and manage SVM infrastructure with AI assistance, MCP server integration, and extensible plugin architecture

MIT License Rust 1.80+ Solana 1.14+ Plugin Support
💡 Click any command on this site to copy it to your clipboard! Try Ctrl+K to search.

[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

[KEY FEATURES]

📡

SVM DEPLOYMENT

Deploy and manage Solana Virtual Machines across mainnet, testnet, and devnet with automated configuration

Learn More →
🤖

AI INTEGRATION

Built-in AI assistance for security analysis, code review, and blockchain queries with multiple provider support

Learn More →
🔌

MCP SERVERS

Connect to Model Context Protocol servers for enhanced blockchain data access and external integrations

Learn More →
🧩

PLUGIN SYSTEM

Extensible architecture with custom commands, tools, themes, and integrations via secure plugin framework

Learn More →
📊

MONITORING

Real-time dashboard with TPS tracking, resource monitoring, and automated health checks

Learn More →
🔧

SELF-REPAIR

Intelligent system diagnostics with automatic error detection and repair capabilities

Learn More →

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

# Setup MCP server for AI tools
$ osvm mcp setup --auto-enable
Plugin & Theme Management ← Click any command to copy
# List available plugins
$ osvm plugins list

# Install plugin from GitHub
$ osvm plugins install github.com/user/weather-plugin

# Apply custom theme
$ osvm chat --theme cyberpunk

# Create new plugin
$ osvm plugins create my-plugin --type command

[WHAT'S NEW]

🎉 NEW

Advanced Plugin System

Create custom commands, tools, and themes with our new plugin architecture. Support for Python, Rust, and JavaScript plugins.

✨ ENHANCED

AI Chat Interface

Completely redesigned chat interface with real-time suggestions, task management, and enhanced AI integration.

v0.8.1 Try It →
🔌 UPDATED

MCP Server Integration

Enhanced Model Context Protocol support with GitHub integration, tool discovery, and improved authentication.

v0.8.0 Explore →

Ready to Get Started?

Install OSVM CLI and start managing your Solana infrastructure today

💡 New to OSVM? Try our installation guide or explore plugins and themes