Skip to main content

Hardware Requirements

PUDA deployments usually have two kinds of machines: an AI agent host and one or more edge devices. The AI agent host runs the coding agent and connects to PUDA services. Edge devices run machine-specific adapters near the hardware.

AI Agent Host

For a Cloud API setup, use at least:

ResourceRecommended minimum
CPU1 to 2 cores
System RAM4 GB
GPU / VRAMNot required
Storage2 GB to 5 GB free disk space

This is for agents that call cloud-hosted AI models. It does not include local LLM inference.

Edge Devices

Edge devices run machine-specific services such as puda-opentrons-edge. These services do not run the AI model locally; they connect to PUDA over NATS and call the machine or instrument API on the local network.

For a lightweight Python edge service, use at least:

ResourceRecommended minimum
CPU1 core
System RAM1 GB
GPU / VRAMNot required
Storage1 GB to 2 GB free disk space
NetworkReachable NATS server and reachable machine API, such as the Opentrons OT-2 IP address
RuntimeLinux with Python 3.14+ and uv

Use 2 CPU cores and 2 GB RAM if the edge device will also run Docker, camera streaming, local data processing, or multiple machine adapters.