44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > OSVM CLI - Solana Virtual Machine Management Tool</ title >
7- < meta name ="description " content ="A powerful command-line interface for managing Solana Virtual Machines (SVMs) across various networks . Monitor, deploy, and manage your SVM infrastructure with a single tool. ">
8- < meta name ="keywords " content ="Solana, SVM, CLI, blockchain, validator, RPC, node management, OSVM ">
7+ < meta name ="description " content ="A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered security auditing and free self-hosted RPC deployment . Monitor, deploy, and secure your SVM infrastructure with a single tool. ">
8+ < meta name ="keywords " content ="Solana, SVM, CLI, blockchain, validator, RPC, node management, OSVM, security audit, AI analysis, self-hosted RPC ">
99
1010 <!-- Open Graph Meta Tags -->
1111 < meta property ="og:title " content ="OSVM CLI - Solana Virtual Machine Management Tool ">
12- < meta property ="og:description " content ="A powerful command-line interface for managing Solana Virtual Machines (SVMs) across various networks . ">
12+ < meta property ="og:description " content ="A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered security auditing and free self-hosted RPC deployment . ">
1313 < meta property ="og:type " content ="website ">
1414 < meta property ="og:url " content ="https://opensvm.github.io/osvm-cli/ ">
1515
1616 <!-- Twitter Card Meta Tags -->
1717 < meta name ="twitter:card " content ="summary_large_image ">
1818 < meta name ="twitter:title " content ="OSVM CLI - Solana Virtual Machine Management Tool ">
19- < meta name ="twitter:description " content ="A powerful command-line interface for managing Solana Virtual Machines (SVMs) across various networks . ">
19+ < meta name ="twitter:description " content ="A powerful command-line interface for managing Solana Virtual Machines (SVMs) with AI-powered security auditing and free self-hosted RPC deployment . ">
2020
2121 < style >
2222 * {
329329 < header >
330330 < div class ="container ">
331331 < div class ="logo "> OSVM CLI 🚀</ div >
332- < div class ="tagline "> A powerful command-line interface for managing Solana Virtual Machines (SVMs) across various networks </ div >
332+ < 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 >
333333 < div class ="badges ">
334334 < span class ="badge "> MIT License</ span >
335335 < span class ="badge "> Rust 1.80.0+</ span >
347347 < div class ="container ">
348348 < section class ="section ">
349349 < h2 class ="section-title "> Key Features</ h2 >
350- < p class ="section-subtitle "> Everything you need to manage your Solana Virtual Machine infrastructure </ p >
350+ < p class ="section-subtitle "> Everything you need to manage your Solana infrastructure - with advanced security auditing and free RPC hosting </ p >
351351
352352 < div class ="features-grid ">
353+ < div class ="feature-card ">
354+ < div class ="feature-icon "> 🔒</ div >
355+ < div class ="feature-title "> AI-Powered Security Audit</ div >
356+ < 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 >
357+ </ div >
358+
359+ < div class ="feature-card ">
360+ < div class ="feature-icon "> 🌐</ div >
361+ < div class ="feature-title "> Free Self-Hosted RPC</ div >
362+ < 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 >
363+ </ div >
364+
353365 < div class ="feature-card ">
354366 < div class ="feature-icon "> 🔧</ div >
355367 < div class ="feature-title "> SVM Management</ div >
@@ -368,23 +380,11 @@ <h2 class="section-title">Key Features</h2>
368380 < div class ="feature-description "> Real-time monitoring with a terminal-based UI for comprehensive infrastructure oversight.</ div >
369381 </ div >
370382
371- < div class ="feature-card ">
372- < div class ="feature-icon "> 🌐</ div >
373- < div class ="feature-title "> Network Configuration</ div >
374- < div class ="feature-description "> Configure nodes for mainnet, testnet, or devnet with optimized settings for each environment.</ div >
375- </ div >
376-
377383 < div class ="feature-card ">
378384 < div class ="feature-icon "> 📈</ div >
379385 < div class ="feature-title "> Performance Metrics</ div >
380386 < div class ="feature-description "> Track TPS, latency, and system requirements with detailed performance analytics.</ div >
381387 </ div >
382-
383- < div class ="feature-card ">
384- < div class ="feature-icon "> 🎨</ div >
385- < div class ="feature-title "> Enhanced Output</ div >
386- < div class ="feature-description "> Colorized output with consistent color-coding for status, commands, and data visualization.</ div >
387- </ div >
388388 </ div >
389389 </ section >
390390
@@ -428,39 +428,39 @@ <h2 class="section-title">Quick Start</h2>
428428
429429 < div class ="features-grid ">
430430 < div class ="feature-card ">
431- < div class ="feature-title "> List SVMs </ div >
431+ < div class ="feature-title "> Security Audit </ div >
432432 < div class ="code-block ">
433- < button class ="copy-btn " onclick ="copyToClipboard('osvm svm list ') "> Copy</ button >
434- < code > osvm svm list </ code >
433+ < button class ="copy-btn " onclick ="copyToClipboard('osvm audit . ') "> Copy</ button >
434+ < code > osvm audit . </ code >
435435 </ div >
436- < div class ="feature-description "> View all installed Solana Virtual Machines </ div >
436+ < div class ="feature-description "> Run comprehensive security analysis on your Solana program </ div >
437437 </ div >
438438
439439 < div class ="feature-card ">
440- < div class ="feature-title "> SVM Dashboard </ div >
440+ < div class ="feature-title "> Deploy RPC Node </ div >
441441 < div class ="code-block ">
442- < button class ="copy-btn " onclick ="copyToClipboard('osvm svm dashboard ') "> Copy</ button >
443- < code > osvm svm dashboard </ code >
442+ < button class ="copy-btn " onclick ="copyToClipboard('osvm rpc-manager local --port 8899 ') "> Copy</ button >
443+ < code > osvm rpc-manager local --port 8899 </ code >
444444 </ div >
445- < div class ="feature-description "> Launch interactive monitoring dashboard </ div >
445+ < div class ="feature-description "> Start your own Solana RPC node locally for free </ div >
446446 </ div >
447447
448448 < div class ="feature-card ">
449- < div class ="feature-title "> List Nodes </ div >
449+ < div class ="feature-title "> SVM Dashboard </ div >
450450 < div class ="code-block ">
451- < button class ="copy-btn " onclick ="copyToClipboard('osvm nodes list ') "> Copy</ button >
452- < code > osvm nodes list </ code >
451+ < button class ="copy-btn " onclick ="copyToClipboard('osvm svm dashboard ') "> Copy</ button >
452+ < code > osvm svm dashboard </ code >
453453 </ div >
454- < div class ="feature-description "> View all managed validator and RPC nodes </ div >
454+ < div class ="feature-description "> Launch interactive monitoring dashboard </ div >
455455 </ div >
456456
457457 < div class ="feature-card ">
458- < div class ="feature-title "> View Examples </ div >
458+ < div class ="feature-title "> List SVMs </ div >
459459 < div class ="code-block ">
460- < button class ="copy-btn " onclick ="copyToClipboard('osvm examples ') "> Copy</ button >
461- < code > osvm examples </ code >
460+ < button class ="copy-btn " onclick ="copyToClipboard('osvm svm list ') "> Copy</ button >
461+ < code > osvm svm list </ code >
462462 </ div >
463- < div class ="feature-description "> Show examples for common workflows </ div >
463+ < div class ="feature-description "> View all installed Solana Virtual Machines </ div >
464464 </ div >
465465 </ div >
466466 </ section >
@@ -486,7 +486,7 @@ <h2 class="section-title">📚 Comprehensive Documentation</h2>
486486 < div class ="feature-description ">
487487 < a href ="docs.html?doc=svm-management " style ="color: #667eea; text-decoration: none; "> SVM Management</ a > |
488488 < a href ="docs.html?doc=node-management " style ="color: #667eea; text-decoration: none; "> Node Management</ a > |
489- < a href ="docs.html?doc=rpc-manager " style ="color: #667eea; text-decoration: none; " > RPC Manager </ a >
489+ < a href ="docs.html?doc=rpc-manager " style ="color: #667eea; text-decoration: none; font-weight: bold; " > 🌐 Free RPC Hosting </ a >
490490 </ div >
491491 </ div >
492492
@@ -514,8 +514,8 @@ <h2 class="section-title">📚 Comprehensive Documentation</h2>
514514 < div class ="feature-icon "> 🔒</ div >
515515 < div class ="feature-title "> Security & Audit</ div >
516516 < div class ="feature-description ">
517- < a href ="docs.html?doc=security-audit " style ="color: #667eea; text-decoration: none; " > Security Audit</ a > |
518- < span style ="color: #666; "> AI-powered vulnerability analysis and compliance reporting</ span >
517+ < a href ="docs.html?doc=security-audit " style ="color: #667eea; text-decoration: none; font-weight: bold; " > 🛡️ AI-Powered Security Audit</ a > < br >
518+ < span style ="color: #666; "> 23+ vulnerability checks, CWE mapping, CVSS scoring, and automated compliance reporting for Solana programs </ span >
519519 </ div >
520520 </ div >
521521
0 commit comments