Synaptic Mesh CLI
Complete CLI library for the Synaptic Neural Mesh project, integrating all components including the revolutionary Synaptic Market.
Features
- Complete Integration: All Synaptic Neural Mesh components in one CLI
- Synaptic Market: Decentralized Claude-Max marketplace with full compliance
- P2P Operations: Launch and manage mesh nodes
- Neural Networks: Train and run WASM neural networks
- Swarm Management: Control distributed agent swarms
- QuDAG Networking: Quantum-resistant DAG operations
- Token Wallet: Manage RUV tokens for marketplace transactions
Installation
Usage
Core Operations
# Start a mesh node
# Create a swarm
# Train a neural network
# Query mesh status
Synaptic Market Operations
# Initialize market (requires own Claude subscription)
# View terms and compliance requirements
# Offer Claude capacity (with explicit opt-in)
# Bid for Claude capacity
# Check market status
Wallet Operations
# Check RUV token balance
# Transfer tokens
# View transaction history
Library Usage
use ;
// Start a node
let cmd = NodeStart ;
execute_command.await?;
// Initialize market
let cmd = MarketInit ;
execute_command.await?;
// Check wallet balance
let cmd = WalletBalance;
let result = execute_command.await?;
Compliance Notice
The Synaptic Market operates as a peer compute federation, not a resale service:
- ✅ NO shared API keys - Each participant uses their own Claude subscription
- ✅ LOCAL execution - Tasks run locally on provider's Claude account
- ✅ VOLUNTARY participation - Full user control with explicit opt-in
- ✅ TOKEN rewards - RUV tokens reward contribution, not access purchase
All participants must maintain individual Claude subscriptions and comply with Anthropic's Terms of Service.
License
MIT OR Apache-2.0