Official Homebrew tap for AutomataNexus tools. One tap, all our public binaries.
brew tap automatanexus/tap| Formula | Description | Version | Platforms |
|---|---|---|---|
nexusfoundry |
Hailo NPU model compiler — ONNX/TFLite/PyTorch/AxonML to HEF | 0.1.0 | Linux, macOS |
axonml |
Pure Rust ML framework — training, inference, CUDA GPU | 0.4.2 | Linux, macOS |
ferrum |
Component-based email framework — type-safe templates | 0.1.0 | Linux, macOS |
nexusshield |
Adaptive zero-trust security gateway + endpoint protection | 0.4.3 | Linux x86_64 |
nexussentinel |
Facility health assessment — MLP autoencoder for edge | 0.2.0 | Linux x86_64 |
# Install any formula
brew install automatanexus/tap/<formula>
# Or tap first, then install by name
brew tap automatanexus/tap
brew install nexusfoundry axonml ferrum nexusshield nexussentinelbrew install automatanexus/tap/nexusfoundry
nexusfoundry compile model.onnx --target hailo8brew install automatanexus/tap/axonml
axonml-cli --versionbrew install automatanexus/tap/ferrum
ferrum --versionbrew install automatanexus/tap/nexusshield
nexus-shield --versionbrew install automatanexus/tap/nexussentinelbrew update
brew upgrade # upgrades all formulaebrew uninstall <formula>
brew untap automatanexus/tap # remove the tap entirelyAutomataNexus builds AI infrastructure for edge deployment — model compilers, inference engines, security systems, and monitoring platforms for Hailo NPU, NVIDIA Jetson, and custom hardware.