Bio-binaries v0.2.1
33 bio-inspired system utilities β Binary protocol orchestration, quantum-space simulation, machine-brain inference.
A modular ecosystem where each command represents a biological principle: viral infection, plasmid injection, neural synchronization, resonance fields, homeostasis. Pure Rust, 100% binary protocol.
viral-infect
β infection cascade, signal propagationhox-diff
β differential activation, gene expressionplasmid-dream
β dream sequence generationplasmid-inject
β vector delivery systemmutation-sentinel
β file mutation monitoring
telepathy-sync
β entanglement synchronizationtelepathy-entangle
β quantum correlationeqm-pulse
β electromagnetic pulse shapingeqm-methy
β methylation state encodinggrid-warp
β spatial distortion fieldspath-resonance
β resonance path findingaether-fabric
β topological field mappingaether-excite
β quantum field excitation
borg-cube
β collective consciousness nodebrain-synapse
β synaptic connection modelingbrain-connectome
β connectome reconstructioncollective-sync
β hive mind synchronizationnexus-logic
β logic gate fusionmicroscope-mem
β memory layer interfaceribosome-synth
β protein synthesis (binary mitosis)vagus-nerve
β internal organ sensing (CPU/RAM β WaveField)
wave-encoder
β wave pattern encoding (432 Hz base)wave-sculptor
β wave shaping filter (DSP)wave-field
β self-organizing interference fieldiron-resonate
β iron-core resonance profilingmagneto-acoustic
β acoustic-magnetic coupling (code β audio)magneto-geo
β geomagnetic field interaction (code heatmap)mycelium-spread
β fungal network propagation (filesystem mapping)homeostasis
β system equilibrium maintenance
omega-master
β Queen orchestrator (central server)omega-point
β singularity convergence detectorwave-cryo-tx
β acoustic cryo-transmitter (BFSK modem)wave-cryo-rx
β acoustic cryo-receiver (BFSK demodulation)
| Binary | Layer | Description | Status |
|---|---|---|---|
omega-master |
|||
| Control | Queen orchestrator β drone registration, task dispatch, BioMessage protocol | β | |
omega-point |
|||
| Control | Convergence detector β system coherence monitoring | β | |
viral-infect |
|||
| Bio-Evolution | Regex-based code transformation at scale | β | |
hox-diff |
|||
| Bio-Evolution | Project structure differentiator | β | |
plasmid-dream |
|||
| Bio-Evolution | Predictive error analyzer β build runner + trend analysis | β | |
plasmid-inject |
|||
| Bio-Evolution | Surgical file patching at line level | β | |
mutation-sentinel |
|||
| Bio-Evolution | File mutation watcher β auto-freeze on changes | β | |
telepathy-sync |
|||
| Quantum-Space | BLAKE3 delta directory synchronization | β | |
telepathy-entangle |
|||
| Quantum-Space | Inter-process shared state via temp files | β | |
eqm-pulse |
|||
| Quantum-Space | System health monitor + FFT frequency analysis | β | |
eqm-methy |
|||
| Quantum-Space | File consolidator β BLAKE3 integrity index with methylation rate | β | |
aether-excite |
|||
| Quantum-Space | Resource excitation monitor β per-region system load | β | |
aether-fabric |
|||
| Quantum-Space | System topology mapper β process/port/connection graph | β | |
borg-cube |
|||
| Machine-Brain | Parallel command replicator β exponential scaling | β | |
brain-synapse |
|||
| Machine-Brain | File co-change tracker β Hebbian git analysis | β | |
brain-connectome |
|||
| Machine-Brain | Dependency graph builder β static import analysis | β | |
collective-sync |
|||
| Machine-Brain | Multi-process state reconciliation β distributed consensus | β | |
nexus-logic |
|||
| Machine-Brain | Knowledge indexer β local full-text trigram search engine | β | |
ribosome-synth |
|||
| Machine-Brain | Code generator & self-replicator β binary mitosis engine | β | |
microscope-mem |
|||
| Machine-Brain | Memory layer interface (Microscope API compatibility) | β | |
vagus-nerve |
|||
| Machine-Brain | Internal organ sensing β CPU/RAM β WaveField | β | |
wave-encoder |
|||
| Resonance | Dataβwave encoder β FFT-based file encoding (432 Hz base) | β | |
wave-sculptor |
|||
| Resonance | Frequency filter β digital signal processing on wave packets | β | |
wave-field |
|||
| Resonance | Self-organizing wave interference field | β | |
iron-resonate |
|||
| Resonance | Hardware resonance monitor β HW performance profiler | β | |
path-resonance |
|||
| Resonance | Hot-path detector β filesystem activity heatmap | β | |
grid-warp |
|||
| Resonance | Symlink/junction manager + latency measurement | β | |
magneto-geo |
|||
| Resonance | Error hotspot detector β code quality heatmap scanner | β | |
magneto-acoustic |
|||
| Resonance | Code health sonifier β error patterns to audio (WAV) | β | |
mycelium-spread |
|||
| Resonance | Recursive filesystem mapper β network graph builder | β | |
homeostasis |
|||
| Resonance | System equilibrium maintenance | β | |
wave-cryo-tx |
|||
| Audio | Acoustic CryoFrame transmitter β BFSK modulated WAV output | β | |
wave-cryo-rx |
|||
| Audio | Acoustic CryoFrame receiver β BFSK demodulation from WAV | β |
v2 BioMessage (Primary β 100% binary)
- Header: 60 bytes (BLAKE3 auth, nonce replay protection)
- Payload: TLV-style field encoding
- 22 opcodes: JOIN, TASK, RESULT, HEARTBEAT, CLONE, GENOME, APOPTOSIS, FREEZE, THAW, CRISPR_PATCH, IMMUNE_ALERT, HOMEO_SYNC, MICRO_QUERY, and more
- Drones use
bio_client::DroneClient
over UDP - Stateless, concurrent, replay-protected via NonceWindow
v1 Echo-X (Legacy β deprecated)
| Module | Format | Purpose |
|---|---|---|
| wave_store | Custom TLV | Wave packet archive |
| cryo | bincode + zlib | Cryogenic snapshots (FFT spectral state) |
| microscope_mem | bincode index | Memory layer |
| eqm_methy | bincode | Methylation state |
| telepathy_entangle | bincode | Entanglement records |
No JSON in production storage. External APIs (Ollama, dream_loop) use JSON as bridge only.
cargo check
cargo build --release
./target/release/omega-master status
./target/release/omega-master start --listen 127.0.0.1:8888
ls target/release/*.exe | grep -v deps | sed 's|target/release/||;s|\.exe$||'
| Module | Lines | Description |
|---|---|---|
bio_protocol.rs |
||
| 553 | Binary protocol: encode/decode, TLV fields, CRC64, replay protection | |
cryo.rs |
||
| 867 | FFT-based spectral snapshots (CryoFrame), freeze/thaw engine | |
acoustic.rs |
||
| 675 | BFSK modem: Goertzel demodulation, hand-written WAV I/O | |
auth.rs |
||
| 253 | QueenKey (BLAKE3 keyed), DroneToken, BinaryIntegrity gate macro | |
bio_client.rs |
||
| 63 | UDP DroneClient: JOIN, heartbeat, result send | |
system.rs |
||
| 129 | sysinfo-based system snapshot (CPU, RAM, disk, processes) | |
omega_master.rs |
||
| 667 | Queen orchestrator: drone registry, task dispatch, CLI |
Project stats: ~17,300 lines of Rust, 92 source files, 33 binary targets.
sysinfo = "0.30" # System info
blake3 = "1.5" # BLAKE3 hashing
clap = "4" # CLI parsing
serde = "1.0" # Serialization
bincode = "1.3" # Binary encoding
serde_json = "1.0" # JSON (external APIs only)
tokio = "1" # Async runtime
colored = "2" # Terminal colors
memmap2 = "0.9" # Memory mapping
chrono = "0.4" # Timestamps
notify = "6" # File watching
rustfft = "6" # FFT spectral analysis
flate2 = "1.0" # Zlib compression
qrcode = "0.14" # QR code generation
reqwest = "0.13.2" # HTTP (external API bridge)
src/
βββ lib.rs # Module declarations
βββ commands/ # 33 command modules
β βββ mod.rs
β βββ omega_master.rs # Queen orchestrator
β βββ viral_infect.rs # Code transformer
β βββ telepathy_sync.rs # Delta sync
β βββ ... # 30 more command modules
βββ bin/ # 33 binary entry points
β βββ omega_master.rs
β βββ viral_infect.rs
β βββ ... # 31 more entry points
βββ bio_protocol.rs # v2 BioMessage format
βββ bio_client.rs # Drone client protocol
βββ auth.rs # BLAKE3 authentication
βββ cryo.rs # Cryogenic snapshots (FFT)
βββ acoustic.rs # BFSK modem
βββ wave_store.rs # Wave packet storage
βββ system.rs # System monitoring
βββ wave_field.rs # Wave field simulation
βββ magneto.rs # Magnetic field utilities
βββ mitosis.rs # Binary replication
βββ leash.rs # Metabolic token management
βββ ...
Cargo.toml # Dependencies & metadata
Cargo.lock # Locked versions
Binary Integrity Checkβ BLAKE3 self-hash at startup; if the binary changed since last verified run, exits with code 77** Queen Key Authentication**β Ed25519-style BLAKE3 keypair, drone session tokens (1-hour expiry)** Nonce Replay Protection**β rolling window of seen nonces in BioMessage protocol** CRC64 Checksums**β every BioMessage has a checksum covering header + payload** Exponential Power Limit**β borg-cube caps at 2^N (typical: 2^4 = 16) to prevent DoS** CRC-16 CCITT**β acoustic frames have CRC-16 error detection** Constant-Time Comparison**β auth tag verification is timing-safe
MΓ‘tΓ© RΓ³bert (Silent) β bio-binaries orchestration system
A research project exploring bio-inspired computing principles through a pure Rust ecosystem. Each module represents a biological metaphor: viral propagation, quantum entanglement, neural connectivity, resonance fields, homeostatic balance.
Not a toy. Deployment-ready code.
cargo check
cargo run --release --bin omega-master -- status
cargo run --release --bin viral-infect -- . --pattern "TODO" --replace "DONE" --dry-run
cargo run --release --bin wave-cryo-tx -- test
cargo run --release --bin cryo-freeze
Status: π― Ready for deployment β All 33 binaries compile and run, binary protocol verified.
Last verified: 2026-06-03 | Cargo check: 0 errors