Skip to content
AutomataNexus

AutomataNexus

Pure-Rust infrastructure for industrial controls, edge ML, and the systems that run them.

Rust Projects Edge Controllers Sites SLSA Level 3 ORCID


What we build

AutomataNexus designs and ships pure-Rust infrastructure for HVAC controls, industrial monitoring, and edge AI. We replace heterogeneous legacy stacks (Node-RED, Python micro-services, off-the-shelf BMS appliances, vendor-locked NPU toolchains) with a coherent, auditable, performance-first Rust ecosystem that runs on a Raspberry Pi at the edge or scales to a multi-tenant SaaS.

We've shipped 50+ projects across eight product families, deployed across our own production HVAC controller fleet at 16 customer sites with 60+ controllers under management, with thousands of telemetry points flowing into our database every second.


Product Families

NexusEdge — On-prem HVAC controllers

NexusEdge Talos Controllers Sites Hailo

Rust controller firmware running on Raspberry Pi 5 with NVMe + Hailo-8/10H NPU acceleration. Talks to Sequent Microsystems I/O HAT stacks (MegaBAS, MegaIND, Univin16, Uout16, Relind16, Relind8) over I2C. Drives building-system equipment -- AHUs, RTUs, chillers, boilers, DOAS units, mixing valves, lead/lag pumps -- across 16 production sites. Runtime-gated AN26 HMAC-SHA256 licensing.

  • Talos -- Rust I2C hardware daemon, the ground-truth bridge between the controller and physical I/O. 22 concrete control algorithms (TMC, PID, cascade, lead/lag, and 18 more).
  • NexusConfigurator -- Tauri 2 desktop app that commissions, configures, deploys, and monitors the controller fleet.
  • NexusBMS -- Fleet command bus + customer-facing dashboards for setpoints, schedules, and incident updates.

Aegis-DB -- Multi-paradigm distributed database

Aegis-DB License Rust Paradigms

A single Rust binary that speaks SQL, Document, Graph, Key-Value, Time-Series, and Streaming workloads. Powers our HVAC telemetry storage at the edge and our SaaS at the core. ACID, horizontal scale, zero-dependency.

AxonML -- PyTorch-equivalent ML framework, pure Rust

AxonML License Crates Tests LoC CUDA LLMs NN Layers

22 crates, 226K+ lines of Rust, ~92-95% PyTorch parity with several novel features that go beyond PyTorch. Trains on CUDA with 15 custom PTX kernel modules. 9 LLM architectures (GPT-2, LLaMA, Mistral, Phi, BERT, SSM/Mamba, Hydra, Trident, Chimera). 41 NN layer types. 6 quantization formats including 1.58-bit ternary. Distributed training (DDP, FSDP, pipeline parallelism). ONNX import/export with 39 operators.

  • NexusSentinel NexusSentinel -- Facility health assessment. ~15K-param MLP autoencoder + severity classifier, SLSA Level 3.
  • NexusWatch NexusWatch -- Edge computer vision. YOLOv8 + custom architectures on Hailo NPU.

NexusOracle -- AI-powered HVAC diagnostics

NexusOracle Backends

AI diagnostic assistant for the NexusEdge controller fleet. Terminal chat TUI, daemon API, mobile app, tech field guide. Connects to controllers via SSH, reads live sensor data, diagnoses faults, suggests fixes. Powered by nexus-serve (local) with cloud fallback.

Ferrum -- Transactional email platform

FerrumEmail License Live Crates

The full email stack in Rust. FerrumEmail is the React-Email equivalent for Rust -- type-safe component templates, cross-client rendering, unified sending API. FerrumMailSaaS is the hosted transactional email platform (live at ferrum-mail.com). FerrumMailbox is the self-hosted SMTP server + mailbox + REST API. FerrumMailMobile is the cross-platform email client.

NexusShield + NexusProbe + NexusGauntlet + NexusCure -- Security platform

NexusShield Modules Tests Footprint

  • NexusShield -- Adaptive zero-trust gateway + real-time endpoint protection. 24 modules, 275 tests, <5 MB footprint.
  • NexusVault -- Zero-dependency secrets management. Built into Aegis-DB.
  • NexusProbe + NexusGauntlet -- Application security testing. Authenticated sessions, smart contracts, business logic, race conditions, crypto attacks, mobile RE.
  • NexusCure -- Automated remediation. Consumes findings from Shield/Probe, plans and executes targeted fixes. Surgical, auditable, reversible.

NexusStratum -- UI component system for Rust

NexusStratum Rust Frameworks

Complete UI component system for Rust. Headless primitives, styled components, and framework adapters for Leptos and Dioxus. Powers the NexusBMS and NexusConfigurator dashboards.

Penumbra -- 3D rendering SDK

Penumbra Rust WASM

General-purpose 3D rendering SDK for Rust. PBR, instanced entities, satellite tile streaming, atmosphere, post-processing, WASM target.

NexusFlight -- Open-source FPV drone stack

NexusFlight NexusCoreDrive MCUs Boards

  • NexusFlight -- Rust flight controller firmware + ground station.
  • NexusCoreDrive -- Rust no_std ESC firmware with Field Oriented Control. 4 MCU families, 220 board targets, AM32-compatible bootloader.
  • NexusFlight-Suite -- Desktop configurator for the firmware family.

NexusPulse -- SMS / messaging / tactical SA

NexusPulse Carriers E2E

  • NexusPulse -- Self-hosted, provider-agnostic SMS notification service. Pure Rust, 7 carrier backends, Aegis-DB persistence.
  • NexusPulse-Mobile -- E2E encrypted messaging app, Signal-protocol security, SMS fallback.
  • NexusPulse-Tactical -- Tactical situational awareness -- satellite maps, E2E encrypted comms, Meshtastic mesh, SMS fallback.
  • NexusPulse-Tactical-Mobile -- Cross-platform tactical SA app, LoRa mesh, offline-first.

NexusCompress -- Structured-data compression

NexusCompress Rust

Pure Rust compression framework. Format-aware lossless compression with derive macros, online adaptive training, purpose-built pipelines for time-series, tensors, records, logs, and text. Beats zstd and OpenZL on structured data.

Other infrastructure

  • ISO 10816 Vibration Sensor ISO -- Enterprise vibration monitoring. Up to 32 sensors, real-time analysis, multi-zone severity classification.
  • NexusScribe -- AI transcription platform.
  • firebase-client-sdk firebase -- Pure Rust Firebase client SDK (no service account keys on edge devices).

Engineering principles

  1. One language, end to end. Rust from the I2C bus up through the controller, the database, the ML framework, the email stack, the desktop app, and the SaaS. We treat language sprawl as a liability.
  2. Pure-Rust dependencies wherever possible. No OpenSSH dependency in our SSH client (russh). No CPython runtime on edge controllers. No vendor SDKs we can replace with native Rust (NexusFoundry replaces Hailo DFC). When we can write it in Rust, we do.
  3. Edge-first, internet-optional. Controllers operate fully offline. SaaS is supplemental, not the source of truth. The on-prem fleet.toml is canonical.
  4. No telemetry by default. Operator-side software does not phone home. Outbound calls are operator-initiated and target operator-configured endpoints.
  5. Auditable supply chain. Every release ships with SLSA Level 3 provenance, SHA-256 manifests, and reproducible builds. Authenticode-signed installers for Windows.
  6. Owner-operator deployable. Every product runs end-to-end on commodity hardware (Raspberry Pi, NVIDIA workstation, Windows laptop). No cloud lock-in. Customer-deployable as readily as SaaS.

Current focus

  • Hardening the NexusEdge controller fleet across 16 production sites and 60+ controllers.
  • RustyMythos -- training a Recurrent-Depth Transformer (RDT) from scratch in AxonML. Adaptive test-time compute, MoE routing, edge NPU deployment via NexusFoundry.
  • nexus-serve -- pure-Rust LLM inference. 9 architectures, 35+ tok/s on RTX 5070, CUDA + Hailo NPU backends.
  • NexusFoundry -- reproducible HEF compilation for Hailo NPU. Silicon-proven on H8 + H10.
  • NexusGauntlet -- authenticated app-sec testing platform.
  • Shipping NexusFlight open-source FPV stack.

Get in touch

Andrew Jewell, Sr. -- Founder / AI Systems Engineer ORCID 0009-0005-2158-7060 Email: andrew.jewellsr@automatanexus.com | DevOps: devops@automatanexus.com

We hire HVAC technicians, controls engineers, Rust systems programmers, and ML researchers who like working at the intersection of physical systems and software. If that's you, send an email.

For commercial licensing of any of our proprietary products, see the project's COMMERCIAL.md.


Some of our work is open source. Some is not. We document the difference clearly in every repo's LICENSE.md.

© 2026 AutomataNexus, LLC. Indiana, USA.

Pinned Loading

  1. AxonML AxonML Public

    PyTorch-equivalent ML framework in pure Rust — 22 crates, CUDA GPU, biometrics, IR detection, LLMs, ONNX, distributed training

    Rust 20 1

  2. Aegis-DB Aegis-DB Public

    Multi-paradigm distributed database: SQL, Document, Graph, Key-Value, Time Series & Streaming in one platform. Built in Rust.

    Rust 13 1

  3. NexusStratum NexusStratum Public

    A complete UI component system for Rust. Headless primitives, styled components, and framework adapters for Leptos and Dioxus.

    Rust 2 1

  4. FerrumEmail FerrumEmail Public

    Component-based email framework for Rust — type-safe templates, cross-client rendering, unified sending API. The React Email equivalent for Rust.

    Rust 1

Repositories

Showing 10 of 16 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…