Nexus Fleet
Planned — Q4 2026
Nexus Fleet is the cluster profile — an 8–40MB system for multi-node deployments, distributed computing, and edge infrastructure.
Target Hardware
- Rack servers (x86_64, ARM64)
- Edge computing nodes
- Distributed sensor networks
- Quantum computing farms (future)
What's Included
Everything in Nexus Core, plus:
- Rumkv hypervisor (mandatory for multi-tenant isolation)
- NexFS Mesh with federation extensions
- UTCP with tensor extensions for AI workloads
- ProvChain Network (distributed audit trail)
- Mesh topology and peer discovery (HyParView)
- Federation economics (Kinetic Tokens, $STASIS Bonds)
Cluster Features
Mesh Storage
NexFS nodes in a Fleet cluster form a storage mesh:
- Content-addressable deduplication across nodes
- DAG-based version synchronization
- Automatic data placement based on access patterns
- Vouch ceremony for node admission
Distributed ProvChain
Fleet nodes maintain a distributed ProvChain:
- Each node's audit trail is replicated to peers
- Consensus on system state across the cluster
- Tamper detection through cross-node verification
UTCP Tensor Extensions
For AI/ML workloads, Fleet includes UTCP extensions for:
- Soft-RDMA for large tensor transfers
- Zero-copy scatter/gather for distributed training
- Priority scheduling for gradient synchronization
Build
sh
nexus build --profile=fleet --arch=x86_64 --nodes=16
nexus build --profile=fleet --arch=aarch64 --variant=edge