Nexus with Ampere — 512 Core Petabyte Carry-On Edge AI Computer

Datasheet
Contact

The Nexus with Ampere is a carry-on designed to bring purpose-built computing solutions anywhere you need to be. Whether you need to do on-site cyber security assessment, or you want to accelerate your network capabilities with edge computing, the Nexus offers a rugged travel-ready package with the professional computing power you need.

This cutting-edge solution combines powerful and energy-efficient Ampere processors with a portable form factor that’s unprecedented in systems offering this level of professional computing performance. Configurations with 4x 1U systems or 2x 2U systems offer a variety of solutions to match your use case.

Nexus with Ampere can leverage both NextComputing’s software integration services, and the wide array of applications that AmpereOne and Ampere Altra processors are already optimized for. Any software can be pre-installed and tested, giving customers a system that’s ready to go on day one. This makes the Nexus with Ampere ideal for rapid deployments such as Kubernetes clusters or edge computing solutions.

The Flyaway Kit’s capabilities make it a versatile solution for a range of applications:

  • Cybersecurity Operations: Flyaway Kits equipped with Ampere CPUs can run advanced AI models for threat detection, incident response, and real-time analysis, providing defense organizations with the tools they need to counteract cyber threats quickly.
  • Portable 5G Networks: These kits can be configured to serve as portable 5G and micro-cloud environments, enabling secure, high-bandwidth communications in remote or contested areas for applications such as search & rescue or monitoring with strict control over authorized users.
  • Field Operations: Flyaway Kits support on-the-fly analytics and real-time data processing, empowering defense personnel to make informed decisions during field operations.
  • Many More: The benefits of portability and high-performance computing can be applied to the broadcasting industry and emergency response scenarios, where quick deployment and secure data handling are crucial for success.
Ampere’s dense compute and power efficiency have enabled NextComputing to pack four times more compute into the carry-on form factor. With x86 we were tapped out, could go no further.
Bob Labadini,
CTO, NextComputing
Image
Click images to enlarge
Image
Ampere® CPUs are built with high performance and energy efficiency, crucial for the latest high-volume data workloads. As a pioneer in the new frontier of energy-efficient high-performance computing, Ampere is a leader in driving sustainable computing for AI inferencing, media streaming, and edge applications.

Ampere gives the most compute per rack
using the least power. But rack is just a unit of measure.
NextComputing had the vision to see that for their size, weight and power (SWaP), Ampere packs the most compute per liter, per kilogram, and per watt.

Joe Speed,
Head of Edge, Ampere
  1. Rugged Portable Case - Wheels and extendable handle make travel a breeze and dimensions match TSA guidelines for carry-on, meaning you don’t have to let your systems out of your sight.
  2. Configuration Flexibility - Let NextComputing build your system to suit your use case. 2x 2U systems, 4x 1U systems, or a mix of each; whatever your needs.
  3. Ampere Processors - Up to 512 arm64 cores (4x 1U configuration) or 256 arm64 cores (2x 2U configuration)
  4. High Data Throughput - Up to 8TB RAM in 4x 1U configurations, massive storage for high-volume data streaming, and dual 10GbE or 25GbE SPF28 LAN from each 1U or 2U system.
  5. Purpose-Built - NextComputing offers pre-set configurations, or we can work with you to configure your power, storage, and expansion options for your specific high-performance needs.
Image

Omni Federal Partners with NextComputing, Norseman, 10x National Security, and Ampere® to Enhance REDHOUND Cyber Hunt Kit Technology

The collaboration aims to deliver reliable, mission-ready cyber defense solutions. REDHOUND combines next-generation technology with mission-focused expertise to deliver exceptional protection against today's cyber threats. This partnership supports the deployment of cutting-edge tools to safeguard critical infrastructure and national defense systems.

For more information, visit Omni Federal's website.

Image

Case Study: NextComputing and Ampere Bring AI to the Edge for Cyber Threat Hunting

By integrating Ampere’s “AI Compute” capabilities to create NextComputing’s Nexus Fly-Away Kit, NextComputing delivered scalable AI inferencing and processing in a small carry-on form factor, which enables teams on the go to leverage AI-powered tools for rapid and effective response in their critical missions.

Download the PDF

Ampere Case Studies Page

Image

With Ampere at Nix Vegas 2025

Combining the specialized hardware of the NextComputing Nexus Ampere Fly-Away Kit with NixOS, a Linux distribution built on the Nix package manager, can bring significant benefits, especially for the typical use cases of a FAK kit. At Nix Vegas Show 2025 at DEF CON 33, Ampere presented the deployable solution for Nix use and development on the go.
Click image to enlarge

Benefits of NixOS on the NextComputing Nexus Ampere FAK Kit:

  1. Reproducibility and Reliability (Critical for Field Deployments):
    • Declarative Configuration: NixOS configurations are written in a declarative language. This means you define the desired state of your entire system (OS, packages, services, configurations) in a human-readable file. This is immensely beneficial for a FAK kit, as it ensures that every kit can be deployed with an identical, tested, and known-good configuration.
    • "Works on my machine" eliminated: This declarative nature, combined with Nix's content-addressable store, means that if a configuration works on one Nexus Ampere FAK kit, it will work identically on another. This is crucial for consistent performance and troubleshooting in critical field operations.
    • Atomic Upgrades and Rollbacks: NixOS updates are atomic. If an update fails or introduces an issue, you can instantly and reliably roll back to the previous working configuration. This is invaluable in remote or high-stakes environments where system stability is paramount and downtime is unacceptable.
    • Version Control for Systems: Your entire system configuration can be stored in a version control system (like Git). This allows for tracking changes, collaborating on configurations, and reverting to any past state with ease.
  1. Isolated and Consistent Environments (Ideal for Diverse Workloads):
    • No Dependency Hell: Nix's unique approach to package management means that different versions of the same library or application can coexist without conflict. This is particularly useful on a multi-purpose FAK kit that might run various tools for cyber analysis, AI models, and network monitoring, each with its own specific dependencies.
    • Project-Specific Environments: You can define specific development or execution environments for different projects or tasks. This ensures that the tools and libraries for one operation don't interfere with another, promoting clean and reliable execution. This is a powerful feature for teams working on diverse, specialized tasks within a single FAK.
  1. Enhanced Security:
    • Immutable System: While not strictly "immutable" in the traditional sense, NixOS's approach makes the base system highly resistant to accidental or malicious modification. Changes are applied declaratively, making unauthorized alterations difficult to persist.
    • Predictable Builds: The reproducible nature of Nix ensures that all components are built from a known source with specific dependencies, reducing the risk of hidden vulnerabilities or unexpected behavior.
  1. Optimized for ARM Architecture (Ampere Altra CPUs):
    • NixOS has strong support for various architectures, including ARM. This is a significant advantage as the NextComputing Nexus FAK kit is built around Ampere Altra ARM processors. This ensures that NixOS can leverage the full performance and efficiency benefits of the underlying hardware.
  1. Ease of Deployment and Management:
    • Automated Provisioning: Once your NixOS configuration is defined, you can easily provision new FAK kits or re-provision existing ones with minimal manual intervention. This streamlines deployment for large-scale operations or when new kits need to be rapidly brought online.
    • Configuration as Code: Treating your infrastructure as code simplifies management, auditing, and collaboration, which is increasingly important for complex systems like advanced FAK kits.
  1. Resource Efficiency (Leveraging Ampere's Strengths):
    • While NixOS itself isn't inherently lighter on resources than other Linux distributions, its precise dependency management can lead to smaller deployed environments, as only necessary components are included. When combined with the power-efficient Ampere CPUs, this contributes to a highly optimized and efficient system for field operations where power consumption might be a concern.

With Ampere at CES 2025

Ampere is attending CES Las Vegas 2025, showcasing the cutting-edge Nexus with Ampere Fly-Away Kit for high-performance, purpose-built computing. This innovative portable solution is designed to handle the most demanding cybersecurity, networking, and broadcasting data workloads with ease, ensuring impressive performance and efficiency. Don't miss out on seeing the future in action!
Click image to enlarge

With Ampere at KubeCon 2024

NextComputing is thrilled for the Nexus with Ampere Fly-Away Kit to be one of the cutting edge featured platforms at the Ampere booth at KubeCon North America 2024!

Learn more at amperecomputing.com/events/kubecon

Click image to enlarge

Revolutionizing Cyber and Defense Operations: Ampere CPUs Power the Next Generation of Portable Fly-Away Kits

With the increasing global instability and rising cybersecurity threats, there is a growing demand for rapid deployment solutions among military and government agencies. Recognizing this need, NextComputing and Ampere collaborated to create the Nexus Fly-Away Kit—a revolutionary solution that provides more secure, high-density compute power in a carry-on-sized form factor.

Learn more at Ampere

Image

System Specs

Available CPUs
  • AmpereOne® processor 192 cores
  • Ampere® Altra® processor 128 cores
Memory

Up to 8TB of system memory. Ask your NextComputing Sales Engineer for details.

PCI Expansion

Up to 7 full-length PCI Express x16 slots depending on processor configuration.

AI Optional NVIDIA RTX 4000 SFF Ada , RTX 2000 Ada, and L4 Tensor Core GPU(s) for edge AI inference
Storage
  • Up to 1PB NVMe storage per node in the 2x 2U node configuration
  • Up to 61TB NVMe removable SSD and up to another 16TB M.2 (2x 8TB) fixed drives per node in the 4x 1U node configuration
Network
  • Each node has 2x 10GbE or 25GbE SPF28 Ethernet Ports and IPMI (Remote Management)
  • Options for multiple 4x1G, 4x10G SFP+ , 2x25G SF28, 2x40G QSFP28, 1x100G, 2x100G QSFP28 NIC cards
Security

Secure Boot UEFI compliant BIOS, Boot Guard, TPM 2.0

Remote Management

IPMI, HTML5 and API based out of band management with MAC addresses identification, one time boot on next reboot option, PXE boot option, Redfish compatible Out of Band (OBB) management connection

Operating Systems
  • Support for Red Hat and Cent OS Enterprise Linux. Ampere is supported by a dozen Linux distributions.
  • Support for VMWare ESXi arm Fling hypervisor
  • Support for Windows Server, Windows 11
Power
  • 2U nodes: 850W single 80 Plus Platinum PSU. Option for 1+1 hot swap redundant 600W 80 Plus Platinum PSU
  • 1U nodes: 600W 80 Plus Platinum PSU
Physical TSA / IATA approved airline carry-on 22” x 14” x 9”, 559mm x 356mm x 229mm, 45.6 liters
Environmental
  • 0°C–40°C / 32°F–104°F. Non-Operating: -20°C–70°C, -4°F–158°F.
  • Relative humidity (5-95%) non-condensing
  • FCC Class A, CE, TUV, ROHS, Conflict Minerals Free
Warranty 1 year parts and labor. 2nd and 3rd year warranty options
Purpose-Built Solutions
  • Private label branding is available
  • Preload your images and applications and drop-ship directly to your customers
  • Purpose built application integration and configuration control management services

Resources

PDF

Nexus Datasheet

Contact Us

Speak to a Sales Engineer

Image

Additional Services

Image
Image