# AIRA

3D-printable 7-DoF robotic arm with native LeRobot integration for ACT, Diffusion, PI0, and GR00T.

## Agent Decision Summary
- Risk level: elevated
- Source confidence: high
- Recommended workflows: Browser automation, Connector or protocol layer, Robotics or embodied agent workflow
- Permission surface: messages, hardware
- Agent JSON: https://www.openagent.bot/bots/aira.agent.json

## Summary
AIRA is a fully 3D-printable, 7-degree-of-freedom (6-DoF + 1-DoF gripper) robotic arm designed as a native LeRobot plugin. It plugs directly into the LeRobot ecosystem — ACT, Diffusion Policy, PI0, GR00T N1.5, and every other policy in the LeRobot framework work out of the box. With an interactive setup wizard, Damiao CAN bus motors, and MIT impedance control, AIRA is designed for makers, researchers, and educators who want an open, affordable platform for robot learning.


## Guide
AIRA is an open-source, 3D-printable robotic arm designed to make the full LeRobot ecosystem accessible on affordable hardware.

### What it is
AIRA is a 7-DoF (6-DoF arm + 1-DoF gripper) robotic arm that connects to LeRobot via its plugin system. It uses Damiao CAN bus motors with MIT impedance control for safe, smooth teleoperation. The complete hardware design — STEP files, STLs, mechanical drawings, and PCB files — is open source. The software registers with LeRobot automatically via Python packaging conventions, so any LeRobot policy (ACT, Diffusion, PI0, GR00T) works without code changes.

### Why it matters
The robotics field has a hardware access problem. Quality research-grade arms cost $10,000-$50,000. Hobbyist arms lack the precision and software ecosystem needed for serious robot learning. AIRA fills the gap: it is affordable enough for individual researchers and educators, but its LeRobot-native design means it runs the same state-of-the-art VLA policies as a Franka arm.

### How it works
AIRA registers with LeRobot's pkgutil-based plugin discovery system. When you run lerobot-teleoperate --robot.type=aira_follower, LeRobot finds lerobot_robot_aira and lerobot_teleoperator_aira automatically. The leader arm uses LeRobot's built-in Dynamixel driver, while the follower uses AIRA's custom Damiao CAN bus driver. MIT impedance control provides compliant position tracking on the follower for smooth teleoperation.


## Use Cases
- Teaching robot learning with accessible hardware: Set up a lab with multiple AIRA arms for students to learn teleoperation, data collection, and policy training without the cost and complexity of industrial robots.
- Rapid policy iteration with consistent hardware: Use AIRA's 3D-printable design to build multiple identical arms for parallel data collection, accelerating the policy iteration cycle.
- Reproducible robotics research: Publish datasets collected on AIRA alongside research papers — anyone with a 3D printer can reproduce the hardware and validate the results.

## Alternatives
- Choose SO-100 for lower cost at fewer DOF vs AIRA: SO-100 arms are cheaper and well-supported by LeRobot but offer fewer degrees of freedom and less torque. AIRA is the choice when 7-DoF and CAN bus precision are needed.

### Getting Started
- Clone the repository: https://github.com/robertorobotics/Nextis-AIRA-3D
- Visit hardware page: https://www.nextis.tech/hardware

### FAQ
- Do I need a 3D printer to build AIRA?
  - No. You can print the frame yourself, order a verified kit, or upgrade to CNC aluminum. All options are documented.
- What policies can I run on AIRA?
  - Any LeRobot-compatible policy: ACT, Diffusion, VQ-BeT, PI0, PI0.5, GR00T N1.5, SmolVLA, XVLA, and more. No code changes needed.
- Does AIRA support bimanual (dual-arm) setups?
  - The current release focuses on single-arm setup. Bimanual support may be added in future releases based on community interest.
## What It Does
AIRA is a 7-DoF (6-DoF arm + 1-DoF gripper) robotic arm that connects to LeRobot via its plugin system. It uses Damiao CAN bus motors with MIT impedance control for safe, smooth teleoperation. The complete hardware design — STEP files, STLs, mechanical drawings, and PCB files — is open source. The software registers with LeRobot automatically via Python packaging conventions, so any LeRobot policy (ACT, Diffusion, PI0, GR00T) works without code changes.

## How To Evaluate
AIRA registers with LeRobot's pkgutil-based plugin discovery system. When you run lerobot-teleoperate --robot.type=aira_follower, LeRobot finds lerobot_robot_aira and lerobot_teleoperator_aira automatically. The leader arm uses LeRobot's built-in Dynamixel driver, while the follower uses AIRA's custom Damiao CAN bus driver. MIT impedance control provides compliant position tracking on the follower for smooth teleoperation.

## Why It Matters
AIRA matters because it closes the gap between affordable hobbyist arms and serious robot learning research. By building as a LeRobot plugin rather than a fork, it stays automatically compatible with Hugging Face's entire robotics ecosystem. The 3D-printable design and Damiao CAN bus motors keep costs low while maintaining the precision needed for imitation learning data collection. For the first time, a researcher can download, print, assemble, and train an arm using the same software stack as a Franka or a humanoid.


## Best For
- Makers and educators building an affordable robot learning platform
- Researchers wanting a LeRobot-compatible arm without the Franka price tag
- Teams prototyping manipulation policies before scaling to industrial hardware

## Not For
- Industrial precision manufacturing (3D-printed frame has lower stiffness than CNC aluminum)
- Teams needing a turnkey robot without any assembly or tuning

## What It Actually Does
- LeRobot-native plugin architecture: AIRA registers with LeRobot's plugin system — install via pip, and LeRobot discovers the robot and teleoperator automatically. Not a fork, so updates come from upstream LeRobot.
  - Why it matters: You get the latest LeRobot features and policies without maintaining a separate fork. Install, plug in, and train.
- 3D-printable and open hardware: The full frame is 3D-printable, with STEP files, STLs, and assembly guides available. Verified kit and CNC aluminum upgrade options also available.
  - Why it matters: Hardware cost has been the main barrier to entry in robotics research. 3D printing brings the cost down by an order of magnitude.
- Damiao CAN bus motors with MIT impedance control: High-torque CAN bus motors (base joints at 20/35 Nm) with compliant impedance control for safe, smooth teleoperation and policy deployment.
  - Why it matters: CAN bus motors provide the torque and precision needed for real manipulation tasks, while impedance control ensures safe human-robot interaction.
- Interactive setup wizard: The aira-setup wizard guides users through motor-by-motor configuration with no terminal expertise needed.
  - Why it matters: Setting up a robotic arm typically requires deep embedded systems knowledge. AIRA's wizard makes it accessible to ML researchers.

## Typical Use Cases
- Affordable robot learning platform for education: Print and assemble an AIRA arm in a university lab, install LeRobot, and have students go from teleoperation to policy training in a single semester.
- VLA policy prototyping before industrial deployment: Prototype manipulation policies on AIRA, validate with real-world data, then transfer to production hardware using the same LeRobot codebase.
- Open-source teleoperation data collection: Use AIRA's leader-follower setup with MIT impedance control to collect high-quality demonstration data for training imitation learning policies.

## How It Compares
- Choose AIRA for open, affordable LeRobot-native hardware vs SO-100 / SO-101 arms: SO-100 arms are cheaper but have fewer degrees of freedom. AIRA's 7-DoF, CAN bus motors, and LeRobot plugin architecture make it more capable and easier to integrate.

## Fit Matrix
- Browser automation: strong. AIRA has multiple signals for browser automation, including matching tags, capabilities, category, or positioning. Required check: Run one non-sensitive website task and inspect clicks, waits, retries, and changed URLs.
- Connector or protocol layer: strong. AIRA has multiple signals for connector or protocol layer, including matching tags, capabilities, category, or positioning. Required check: Connect one low-risk service, then inspect schemas, auth scope, errors, and logs.
- Robotics or embodied agent workflow: strong. AIRA has multiple signals for robotics or embodied agent workflow, including matching tags, capabilities, category, or positioning. Required check: Separate simulator claims from hardware claims and verify safety boundaries before real-world operation.
- Coding agent workflow: partial. AIRA has at least one signal for coding agent workflow, but should be checked against a real task before adoption. Required check: Run a small repository change and inspect the diff, tests, and rollback path.
- Local or private AI stack: partial. AIRA has at least one signal for local or private ai stack, but should be checked against a real task before adoption. Required check: Verify hardware requirements, data path, storage, and whether all calls stay in your environment.
- Evaluation and observability: weak. AIRA is not primarily positioned for evaluation and observability in the current metadata. Required check: Add one repeatable test case and confirm results can run again in review or CI.

## Evidence
- verified: AIRA is listed as open source. Source: License metadata: Apache-2.0
- verified: AIRA has a recorded GitHub repository: robertorobotics/Nextis-AIRA-3D. Source: Resource facts and GitHub source link.
- inferred: AIRA supports these recorded deployment modes: self hosted, cloud. Source: OpenAgent decision signal metadata.
- inferred: AIRA is tagged with robotics, messaging capabilities. Source: OpenAgent capability taxonomy.

## Missing Checks
- Dedicated docs link is missing.
- Repository freshness has not been recorded.

## Next Actions
- Inspect repository: https://github.com/robertorobotics/Nextis-AIRA-3D
- Open Homepage: https://www.nextis.tech/hardware
- Install AIRA plugin: git clone https://github.com/robertorobotics/Nextis-AIRA-3D && cd Nextis-AIRA-3D && pip install -e .

## Command Line
### Install AIRA plugin
Clone and install the AIRA LeRobot plugin.

```bash
git clone https://github.com/robertorobotics/Nextis-AIRA-3D && cd Nextis-AIRA-3D && pip install -e .
```

## Facts
- Category: bots
- Resource type: bot
- Open source: yes
- License: Apache-2.0
- Last verified: 2026-06-04
- GitHub repo: robertorobotics/Nextis-AIRA-3D
- GitHub stars: 212

## Capabilities
- robotics
- messaging

## Structured Use Case Tags
- self-hosted-ai
- robotics-agent

## Getting Started
- View the GitHub repository: https://github.com/robertorobotics/Nextis-AIRA-3D
- Visit the project website: https://www.nextis.tech/hardware

## Links
- GitHub: https://github.com/robertorobotics/Nextis-AIRA-3D
- Homepage: https://www.nextis.tech/hardware

## Structured Outputs
- JSON: https://www.openagent.bot/bots/aira.json
- Markdown: https://www.openagent.bot/bots/aira.md
- Agent JSON: https://www.openagent.bot/bots/aira.agent.json
- Canonical: https://www.openagent.bot/bots/aira
