A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered security auditing and free self-hosted RPC deployment
MIT License Rust 1.80.0+ Solana 1.14.29+

Key Features

Everything you need to manage your Solana infrastructure - with advanced security auditing and free RPC hosting

🔒
AI-Powered Security Audit
Comprehensive Solana program analysis with 23+ security vulnerability checks, AI-enhanced insights, and automated compliance reporting. Detect critical issues like account validation flaws, CPI vulnerabilities, and arithmetic overflows.
🌐
Free Self-Hosted RPC
Deploy your own Solana RPC node for free in just one command. Support for mainnet, testnet, and devnet with optimized configurations, load balancing, and response caching.
🔧
SVM Management
List and inspect Solana Virtual Machines with detailed information and status monitoring.
🚀
Node Deployment
Deploy validator or dedicated RPC nodes with a single command across different networks.
📊
Interactive Dashboard
Real-time monitoring with a terminal-based UI for comprehensive infrastructure oversight.
📈
Performance Metrics
Track TPS, latency, and system requirements with detailed performance analytics.

Quick Installation

Get started with OSVM CLI in just one command

curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | sh
powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.ps1' -OutFile 'install.ps1'; .\install.ps1"
# Clone the repository
git clone https://github.com/openSVM/osvm-cli.git
cd osvm-cli

# Build the project
cargo build --release

# Install the binary
sudo cp target/release/osvm /usr/local/bin/

Quick Start

Common commands to get you started

Security Audit
osvm audit .
Run comprehensive security analysis on your Solana program
Deploy RPC Node
osvm rpc-manager local --port 8899
Start your own Solana RPC node locally for free
SVM Dashboard
osvm svm dashboard
Launch interactive monitoring dashboard
List SVMs
osvm svm list
View all installed Solana Virtual Machines

📚 Comprehensive Documentation

Explore our detailed guides and references organized by feature

📖
Getting Started
📊
Monitoring & Operations
🔒
Security & Audit
🛡️ AI-Powered Security Audit
23+ vulnerability checks, CWE mapping, CVSS scoring, and automated compliance reporting for Solana programs
🎯
Complete Index
📖 Complete Documentation Index
Central hub with architecture overview and all feature guides

Prerequisites

Rust
1.80.0 or later
Solana CLI
1.14.29 or later
SSH
For remote deployment