<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OSVM CLI - Solana Virtual Machine Management Tool - Blueprint Theme</title>
<meta name="description" content="A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered DeepLogic security auditing and free self-hosted RPC deployment. Monitor, deploy, and secure your SVM infrastructure with a single tool.">
<meta name="keywords" content="Solana, SVM, CLI, blockchain, validator, RPC, node management, OSVM, security audit, AI analysis, self-hosted RPC, DeepLogic">
<meta property="og:title" content="OSVM CLI - Solana Virtual Machine Management Tool">
<meta property="og:description" content="A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered DeepLogic security auditing and free self-hosted RPC deployment.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://opensvm.github.io/osvm-cli/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="OSVM CLI - Solana Virtual Machine Management Tool">
<meta name="twitter:description" content="A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered DeepLogic security auditing and free self-hosted RPC deployment.">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
line-height: 1.6;
color: #00ff41;
background: #0a0e0a;
min-height: 100vh;
overflow-x: hidden;
}
.terminal-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0a0e0a;
z-index: -2;
}
.matrix-rain {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
z-index: -1;
pointer-events: none;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.ascii-header {
text-align: center;
padding: 40px 0;
color: #00ff41;
font-family: monospace;
font-size: 0.7rem;
line-height: 1.1;
white-space: pre;
overflow-x: auto;
}
header {
text-align: center;
padding: 20px 0 60px 0;
color: #00ff41;
border-bottom: 2px solid #00ff41;
margin-bottom: 40px;
}
.logo {
font-size: 3rem;
font-weight: bold;
margin-bottom: 20px;
text-shadow: 0 0 10px #00ff41;
font-family: monospace;
}
.tagline {
font-size: 1.2rem;
margin-bottom: 30px;
opacity: 0.9;
color: #66ff66;
}
.version-badge {
display: inline-block;
background: #001a00;
color: #00ff41;
padding: 5px 15px;
border: 1px solid #00ff41;
border-radius: 0;
font-family: monospace;
margin-bottom: 30px;
}
.terminal-command {
background: #1a1a1a;
border: 2px solid #00ff41;
border-radius: 0;
padding: 20px;
margin: 20px 0;
font-family: monospace;
color: #00ff41;
position: relative;
}
.terminal-command::before {
content: "$ ";
color: #66ff66;
font-weight: bold;
}
.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 40px;
flex-wrap: wrap;
}
.btn {
display: inline-block;
padding: 15px 30px;
border: 2px solid #00ff41;
background: transparent;
color: #00ff41;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
font-family: monospace;
text-transform: uppercase;
}
.btn:hover {
background: #00ff41;
color: #0a0e0a;
box-shadow: 0 0 20px #00ff41;
}
.btn-primary {
background: #00ff41;
color: #0a0e0a;
}
.btn-primary:hover {
background: transparent;
color: #00ff41;
}
main {
background: #0f1b0f;
border: 2px solid #00ff41;
padding: 40px;
margin: 20px 0;
}
.section {
padding: 40px 0;
border-bottom: 1px solid #004400;
}
.section:last-child {
border-bottom: none;
}
.section-title {
text-align: center;
font-size: 2rem;
margin-bottom: 20px;
color: #00ff41;
font-family: monospace;
text-transform: uppercase;
}
.section-subtitle {
text-align: center;
font-size: 1.1rem;
color: #66ff66;
margin-bottom: 40px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.feature-card {
background: #001a00;
border: 1px solid #004400;
padding: 30px;
transition: all 0.3s ease;
}
.feature-card:hover {
border-color: #00ff41;
box-shadow: 0 0 20px rgba(0, 255, 65, 0.3);
}
.feature-icon {
font-size: 2rem;
margin-bottom: 15px;
color: #00ff41;
}
.feature-title {
font-size: 1.3rem;
margin-bottom: 10px;
color: #00ff41;
font-family: monospace;
}
.feature-description {
color: #66ff66;
line-height: 1.5;
}
.code-block {
background: #1a1a1a;
border: 1px solid #004400;
padding: 20px;
margin: 20px 0;
font-family: monospace;
color: #00ff41;
overflow-x: auto;
}
.highlight {
color: #66ff66;
font-weight: bold;
}
.deeplogic-section {
background: linear-gradient(45deg, #001a00, #002200);
border: 2px solid #00ff41;
padding: 40px;
margin: 40px 0;
}
.deeplogic-title {
font-size: 2.5rem;
color: #00ff41;
text-align: center;
margin-bottom: 20px;
font-family: monospace;
text-shadow: 0 0 10px #00ff41;
}
.analysis-vectors {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 30px 0;
}
.vector-card {
background: #0a1a0a;
border: 1px solid #004400;
padding: 20px;
text-align: center;
}
.vector-icon {
font-size: 2rem;
margin-bottom: 10px;
color: #00ff41;
}
.vector-name {
font-size: 1.1rem;
color: #00ff41;
margin-bottom: 10px;
font-family: monospace;
}
.vector-desc {
color: #66ff66;
font-size: 0.9rem;
}
footer {
text-align: center;
padding: 40px 0;
border-top: 2px solid #00ff41;
margin-top: 60px;
color: #66ff66;
}
.nav-menu {
display: flex;
justify-content: center;
gap: 30px;
margin: 30px 0;
flex-wrap: wrap;
}
.nav-link {
color: #00ff41;
text-decoration: none;
padding: 10px 20px;
border: 1px solid #004400;
transition: all 0.3s ease;
font-family: monospace;
text-transform: uppercase;
}
.nav-link:hover {
border-color: #00ff41;
box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}
@media (max-width: 768px) {
.ascii-header {
font-size: 0.5rem;
}
.logo {
font-size: 2rem;
}
.cta-buttons {
flex-direction: column;
align-items: center;
}
main {
padding: 20px;
}
}
</style>
</head>
<body>
<div class="terminal-bg"></div>
<div class="ascii-header">░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
........███████.....█████████..█████...█████..█████...█████.....▐█░░░░░░
......███░░░░░███..███░░░░░███░░███...░░███.░░██████.██████.......▐█░░░░
.....███.....░░███░███....░░░..░███....░███..░███░█████░███.........▐█░░
....░███......░███░░█████████..░███....░███..░███░░███░░███...........▐█
....░███......░███.░░░░░░░░███.░░███...███...░███░░░░░░░███.........▐█░░
....░░███.....███..███....░███..░░░█████░....░███░░░░░░░███.......▐█░░░░
░░░░░░░░███████░░░░░█████████░░░░░░░███░░░░░░░███░░░░░░░███░░░░░▐█░░░░░░
███████████████████████████████████████████████████████████████████████</div>
<div class="container">
<header>
<h1 class="logo">OSVM CLI</h1>
<div class="version-badge">v0.6.0 - Now with DeepLogic AI</div>
<p class="tagline">Advanced Solana Virtual Machine Management with AI-Powered Security Auditing</p>
<div class="terminal-command">curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | bash</div>
<div class="cta-buttons">
<a href="#install" class="btn btn-primary">Install Now</a>
<a href="#deeplogic" class="btn">DeepLogic AI</a>
<a href="https://github.com/openSVM/osvm-cli" class="btn">View Source</a>
</div>
<div class="nav-menu">
<a href="docs.html?doc=README" class="nav-link">Documentation</a>
<a href="docs.html?doc=deeplogic-ai-analysis" class="nav-link">DeepLogic Guide</a>
<a href="docs.html?doc=security-audit" class="nav-link">Security Audit</a>
<a href="audit.html" class="nav-link">Demo Report</a>
</div>
</header>
<main>
<section class="section" id="quickstart">
<h2 class="section-title">Quick Start</h2>
<p class="section-subtitle">Get started with OSVM in seconds</p>
<div class="code-block">
<span class="highlight"># Install OSVM CLI</span>
curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | bash
<span class="highlight"># Audit any GitHub repository with AI-powered DeepLogic analysis</span>
osvm audit opensvm/aeamcp
<span class="highlight"># Audit local project</span>
osvm audit ./my-solana-project
<span class="highlight"># Deploy Solana validator</span>
osvm solana validator user@host --network mainnet
<span class="highlight"># Start local RPC node</span>
osvm rpc local --port 8899
</div>
</section>
<div class="deeplogic-section" id="deeplogic">
<h2 class="deeplogic-title">🧠 DeepLogic AI Analysis</h2>
<p class="section-subtitle">Advanced AI-powered security analysis that goes beyond traditional scanning</p>
<div class="analysis-vectors">
<div class="vector-card">
<div class="vector-icon">🔄</div>
<div class="vector-name">State Transition</div>
<div class="vector-desc">Analyzes how state changes might be exploited</div>
</div>
<div class="vector-card">
<div class="vector-icon">💰</div>
<div class="vector-name">Economic Exploit</div>
<div class="vector-desc">Detects financial attack scenarios and MEV vulnerabilities</div>
</div>
<div class="vector-card">
<div class="vector-icon">🔐</div>
<div class="vector-name">Access Control</div>
<div class="vector-desc">Finds permission bypass and authorization issues</div>
</div>
<div class="vector-card">
<div class="vector-icon">🧮</div>
<div class="vector-name">Mathematical Integrity</div>
<div class="vector-desc">Identifies overflow, precision, and calculation errors</div>
</div>
</div>
<div class="code-block">
<span class="highlight"># AI analysis enabled by default</span>
osvm audit opensvm/aeamcp
<span class="highlight"># Custom AI endpoint</span>
osvm audit opensvm/aeamcp --api-url http://localhost:3000/api/getAnswer
<span class="highlight"># Disable AI analysis</span>
osvm audit opensvm/aeamcp --noai
</div>
</section>
<section class="section" id="features">
<h2 class="section-title">Core Features</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">🧠</div>
<h3 class="feature-title">AI-Powered Security</h3>
<p class="feature-description">DeepLogic AI analysis identifies complex logical vulnerabilities with specific code snippets and fix suggestions.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🐙</div>
<h3 class="feature-title">GitHub Integration</h3>
<p class="feature-description">Direct repository auditing with intelligent branch detection. Just run: osvm audit owner/repo</p>
</div>
<div class="feature-card">
<div class="feature-icon">🚀</div>
<h3 class="feature-title">SVM Deployment</h3>
<p class="feature-description">Deploy Solana validators, RPC nodes, and manage multiple SVM implementations effortlessly.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📊</div>
<h3 class="feature-title">Comprehensive Reports</h3>
<p class="feature-description">Beautiful HTML reports with risk scenarios, code examples, and actionable remediation steps.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔧</div>
<h3 class="feature-title">Self-Healing</h3>
<p class="feature-description">Automatic system diagnostics and repair capabilities for consistent performance.</p>
</div>
<div class="feature-card">
<div class="feature-icon">⚡</div>
<h3 class="feature-title">Zero Config</h3>
<p class="feature-description">Works out of the box with sensible defaults. AI analysis enabled automatically.</p>
</div>
</div>
</section>
<section class="section" id="install">
<h2 class="section-title">Installation</h2>
<div class="code-block">
<span class="highlight"># Quick install (recommended)</span>
curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | bash
<span class="highlight"># Manual install from source</span>
git clone https://github.com/openSVM/osvm-cli.git
cd osvm-cli
cargo build --release
<span class="highlight"># Verify installation</span>
osvm --version
</div>
</section>
<section class="section" id="examples">
<h2 class="section-title">Usage Examples</h2>
<div class="code-block">
<span class="highlight"># Security Auditing</span>
osvm audit opensvm/aeamcp # Audit GitHub repo
osvm audit ./solana-project --format html # Local project audit
osvm audit myorg/defi-protocol#develop # Specific branch
<span class="highlight"># Node Management</span>
osvm nodes list --network mainnet # List all nodes
osvm nodes status node-id-123 # Check node status
osvm nodes deploy --svm solana --host server.com
<span class="highlight"># RPC Operations</span>
osvm rpc local --port 8899 # Local test RPC
osvm rpc devnet --background # Devnet sync
osvm rpc query-solana mainnet --health # Network health
<span class="highlight"># SVM Management</span>
osvm svm list # Available SVMs
osvm svm install solana user@host # Remote install
osvm svm dashboard # Interactive dashboard
</div>
</section>
</main>
<footer>
<p>© 2024 OpenSVM. Licensed under MIT.</p>
<p>Built for the Solana ecosystem with ❤️</p>
</footer>
</div>
</body>
</html>
margin-bottom: 20px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.tagline {
font-size: 1.4rem;
margin-bottom: 30px;
opacity: 0.95;
}
.badges {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 40px;
flex-wrap: wrap;
}
.badge {
background: rgba(255,255,255,0.2);
padding: 5px 12px;
border-radius: 15px;
font-size: 0.9rem;
border: 1px solid rgba(255,255,255,0.3);
}
.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 40px;
flex-wrap: wrap;
}
.btn {
display: inline-block;
padding: 15px 30px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
border: none;
cursor: pointer;
font-size: 1rem;
}
.btn-primary {
background: #fff;
color: #667eea;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.btn-secondary {
background: transparent;
color: white;
border: 2px solid white;
}
.btn-secondary:hover {
background: white;
color: #667eea;
}
main {
background: white;
margin-top: -50px;
border-radius: 20px 20px 0 0;
box-shadow: 0 -5px 30px rgba(0,0,0,0.1);
position: relative;
z-index: 1;
}
.section {
padding: 60px 0;
}
.section-title {
text-align: center;
font-size: 2.5rem;
margin-bottom: 20px;
color: #333;
}
.section-subtitle {
text-align: center;
font-size: 1.2rem;
color: #666;
margin-bottom: 50px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 50px;
}
.feature-card {
background: #f8f9fa;
padding: 30px;
border-radius: 10px;
border-left: 4px solid #667eea;
transition: transform 0.3s ease;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.feature-icon {
font-size: 2rem;
margin-bottom: 15px;
}
.feature-title {
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 10px;
color: #333;
}
.feature-description {
color: #666;
line-height: 1.6;
}
.install-section {
background: #f8f9fa;
border-radius: 10px;
padding: 40px;
margin: 40px 0;
}
.install-tabs {
display: flex;
justify-content: center;
margin-bottom: 30px;
flex-wrap: wrap;
gap: 10px;
}
.install-tab {
padding: 10px 20px;
background: #e9ecef;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
transition: all 0.3s ease;
}
.install-tab.active {
background: #667eea;
color: white;
}
.install-content {
display: none;
}
.install-content.active {
display: block;
}
.code-block {
background: #2d3748;
color: #e2e8f0;
padding: 20px;
border-radius: 5px;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
font-size: 0.9rem;
overflow-x: auto;
position: relative;
}
.copy-btn {
position: absolute;
top: 10px;
right: 10px;
background: #4a5568;
color: white;
border: none;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
font-size: 0.8rem;
}
.copy-btn:hover {
background: #667eea;
}
.stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
text-align: center;
margin: 50px 0;
}
.stat-item {
padding: 20px;
}
.stat-number {
font-size: 2.5rem;
font-weight: bold;
color: #667eea;
display: block;
}
.stat-label {
color: #666;
font-size: 1rem;
margin-top: 5px;
}
footer {
background: #2d3748;
color: white;
text-align: center;
padding: 40px 0;
}
.footer-links {
display: flex;
justify-content: center;
gap: 30px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.footer-links a {
color: #cbd5e0;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-links a:hover {
color: white;
}
@media (max-width: 768px) {
.logo {
font-size: 2.5rem;
}
.tagline {
font-size: 1.1rem;
}
.cta-buttons {
flex-direction: column;
align-items: center;
}
.section-title {
font-size: 2rem;
}
.install-tabs {
justify-content: stretch;
}
.install-tab {
flex: 1;
text-align: center;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<div class="logo">OSVM CLI 🚀</div>
<div class="tagline">A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered security auditing and free self-hosted RPC deployment</div>
<div class="badges">
<span class="badge">MIT License</span>
<span class="badge">Rust 1.80.0+</span>
<span class="badge">Solana 1.14.29+</span>
</div>
<div class="cta-buttons">
<a href="https://github.com/openSVM/osvm-cli" class="btn btn-primary" target="_blank">View on GitHub</a>
<a href="docs.html?doc=README" class="btn btn-secondary">📚 Documentation</a>
<a href="https://github.com/openSVM/osvm-cli/releases" class="btn btn-secondary" target="_blank">Download</a>
</div>
</div>
</header>
<main>
<div class="container">
<section class="section">
<h2 class="section-title">Key Features</h2>
<p class="section-subtitle">Everything you need to manage your Solana infrastructure - with advanced security auditing and free RPC hosting</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">🔒</div>
<div class="feature-title">AI-Powered Security Audit</div>
<div class="feature-description">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.</div>
</div>
<div class="feature-card">
<div class="feature-icon">🌐</div>
<div class="feature-title">Free Self-Hosted RPC</div>
<div class="feature-description">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.</div>
</div>
<div class="feature-card">
<div class="feature-icon">🔧</div>
<div class="feature-title">SVM Management</div>
<div class="feature-description">List and inspect Solana Virtual Machines with detailed information and status monitoring.</div>
</div>
<div class="feature-card">
<div class="feature-icon">🚀</div>
<div class="feature-title">Node Deployment</div>
<div class="feature-description">Deploy validator or dedicated RPC nodes with a single command across different networks.</div>
</div>
<div class="feature-card">
<div class="feature-icon">📊</div>
<div class="feature-title">Interactive Dashboard</div>
<div class="feature-description">Real-time monitoring with a terminal-based UI for comprehensive infrastructure oversight.</div>
</div>
<div class="feature-card">
<div class="feature-icon">📈</div>
<div class="feature-title">Performance Metrics</div>
<div class="feature-description">Track TPS, latency, and system requirements with detailed performance analytics.</div>
</div>
</div>
</section>
<section class="section">
<h2 class="section-title">Quick Installation</h2>
<p class="section-subtitle">Get started with OSVM CLI in just one command</p>
<div class="install-section">
<div class="install-tabs">
<button class="install-tab active" onclick="showInstall('linux')">Linux/macOS</button>
<button class="install-tab" onclick="showInstall('windows')">Windows</button>
<button class="install-tab" onclick="showInstall('source')">From Source</button>
</div>
<div id="linux-install" class="install-content active">
<div class="code-block">
<button class="copy-btn" onclick="copyToClipboard('curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | sh')">Copy</button>
<code>curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | sh</code>
</div>
</div>
<div id="windows-install" class="install-content">
<div class="code-block">
<button class="copy-btn" onclick="copyToClipboard('powershell -Command \"Invoke-WebRequest -Uri \'https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.ps1\' -OutFile \'install.ps1\'; .\\install.ps1\"')">Copy</button>
<code>powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.ps1' -OutFile 'install.ps1'; .\install.ps1"</code>
</div>
</div>
<div id="source-install" class="install-content">
<div class="code-block">
<button class="copy-btn" onclick="copyToClipboard('git clone https://github.com/openSVM/osvm-cli.git\ncd osvm-cli\ncargo build --release\nsudo cp target/release/osvm /usr/local/bin/')">Copy</button>
<code># Clone the repository<br>git clone https://github.com/openSVM/osvm-cli.git<br>cd osvm-cli<br><br># Build the project<br>cargo build --release<br><br># Install the binary<br>sudo cp target/release/osvm /usr/local/bin/</code>
</div>
</div>
</div>
</section>
<section class="section">
<h2 class="section-title">Quick Start</h2>
<p class="section-subtitle">Common commands to get you started</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-title">Security Audit</div>
<div class="code-block">
<button class="copy-btn" onclick="copyToClipboard('osvm audit .')">Copy</button>
<code>osvm audit .</code>
</div>
<div class="feature-description">Run comprehensive security analysis on your Solana program</div>
</div>
<div class="feature-card">
<div class="feature-title">Deploy RPC Node</div>
<div class="code-block">
<button class="copy-btn" onclick="copyToClipboard('osvm rpc-manager local --port 8899')">Copy</button>
<code>osvm rpc-manager local --port 8899</code>
</div>
<div class="feature-description">Start your own Solana RPC node locally for free</div>
</div>
<div class="feature-card">
<div class="feature-title">SVM Dashboard</div>
<div class="code-block">
<button class="copy-btn" onclick="copyToClipboard('osvm svm dashboard')">Copy</button>
<code>osvm svm dashboard</code>
</div>
<div class="feature-description">Launch interactive monitoring dashboard</div>
</div>
<div class="feature-card">
<div class="feature-title">List SVMs</div>
<div class="code-block">
<button class="copy-btn" onclick="copyToClipboard('osvm svm list')">Copy</button>
<code>osvm svm list</code>
</div>
<div class="feature-description">View all installed Solana Virtual Machines</div>
</div>
</div>
</section>
<section class="section">
<h2 class="section-title">📚 Comprehensive Documentation</h2>
<p class="section-subtitle">Explore our detailed guides and references organized by feature</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">📖</div>
<div class="feature-title">Getting Started</div>
<div class="feature-description">
<a href="docs.html?doc=installation" style="color: #667eea; text-decoration: none;">Installation Guide</a> |
<a href="docs.html?doc=configuration" style="color: #667eea; text-decoration: none;">Configuration</a> |
<a href="docs.html?doc=examples" style="color: #667eea; text-decoration: none;">Examples</a>
</div>
</div>
<div class="feature-card">
<div class="feature-icon">🔧</div>
<div class="feature-title">Core Features</div>
<div class="feature-description">
<a href="docs.html?doc=svm-management" style="color: #667eea; text-decoration: none;">SVM Management</a> |
<a href="docs.html?doc=node-management" style="color: #667eea; text-decoration: none;">Node Management</a> |
<a href="docs.html?doc=rpc-manager" style="color: #667eea; text-decoration: none; font-weight: bold;">🌐 Free RPC Hosting</a>
</div>
</div>
<div class="feature-card">
<div class="feature-icon">🚀</div>
<div class="feature-title">Deployment</div>
<div class="feature-description">
<a href="docs.html?doc=ssh-deployment" style="color: #667eea; text-decoration: none;">SSH Deployment</a> |
<a href="docs.html?doc=ebpf-deployment" style="color: #667eea; text-decoration: none;">eBPF Programs</a> |
<a href="docs.html?doc=validator-enhancements" style="color: #667eea; text-decoration: none;">Validator Setup</a>
</div>
</div>
<div class="feature-card">
<div class="feature-icon">📊</div>
<div class="feature-title">Monitoring & Operations</div>
<div class="feature-description">
<a href="docs.html?doc=dashboard" style="color: #667eea; text-decoration: none;">Interactive Dashboard</a> |
<a href="docs.html?doc=log-monitoring" style="color: #667eea; text-decoration: none;">Log Monitoring</a> |
<a href="docs.html?doc=self-repair-system" style="color: #667eea; text-decoration: none;">Self-Repair</a>
</div>
</div>
<div class="feature-card">
<div class="feature-icon">🔒</div>
<div class="feature-title">Security & Audit</div>
<div class="feature-description">
<a href="docs.html?doc=security-audit" style="color: #667eea; text-decoration: none; font-weight: bold;">🛡️ AI-Powered Security Audit</a><br>
<span style="color: #666;">23+ vulnerability checks, CWE mapping, CVSS scoring, and automated compliance reporting for Solana programs</span>
</div>
</div>
<div class="feature-card">
<div class="feature-icon">🎯</div>
<div class="feature-title">Complete Index</div>
<div class="feature-description">
<a href="docs.html?doc=README" style="color: #667eea; text-decoration: none; font-weight: bold;">📖 Complete Documentation Index</a><br>
<span style="color: #666;">Central hub with architecture overview and all feature guides</span>
</div>
</div>
</div>
</section>
<section class="section">
<h2 class="section-title">Prerequisites</h2>
<div class="stats">
<div class="stat-item">
<span class="stat-number">Rust</span>
<div class="stat-label">1.80.0 or later</div>
</div>
<div class="stat-item">
<span class="stat-number">Solana CLI</span>
<div class="stat-label">1.14.29 or later</div>
</div>
<div class="stat-item">
<span class="stat-number">SSH</span>
<div class="stat-label">For remote deployment</div>
</div>
</div>
</section>
</div>
</main>
<footer>
<div class="container">
<div class="footer-links">
<a href="https://github.com/openSVM/osvm-cli">GitHub Repository</a>
<a href="docs.html?doc=README">Documentation</a>
<a href="https://github.com/openSVM/osvm-cli/issues">Report Issues</a>
<a href="https://github.com/openSVM/osvm-cli/blob/main/LICENSE">License</a>
<a href="https://docs.opensvm.org">Official Docs</a>
</div>
<p>© 2024 OSVM CLI. Licensed under the MIT License.</p>
</div>
</footer>
<script>
function showInstall(platform) {
document.querySelectorAll('.install-content').forEach(content => {
content.classList.remove('active');
});
document.querySelectorAll('.install-tab').forEach(tab => {
tab.classList.remove('active');
});
document.getElementById(platform + '-install').classList.add('active');
event.target.classList.add('active');
}
function copyToClipboard(text) {
const cleanText = text.replace(/<br>/g, '\n');
if (navigator.clipboard && window.isSecureContext) {
navigator.clipboard.writeText(cleanText).then(() => {
showCopyFeedback(event.target);
});
} else {
const textArea = document.createElement('textarea');
textArea.value = cleanText;
document.body.appendChild(textArea);
textArea.select();
document.execCommand('copy');
document.body.removeChild(textArea);
showCopyFeedback(event.target);
}
}
function showCopyFeedback(button) {
const originalText = button.textContent;
button.textContent = 'Copied!';
button.style.background = '#48bb78';
setTimeout(() => {
button.textContent = originalText;
button.style.background = '#4a5568';
}, 2000);
}
</script>
</body>
</html>