Now on Crowdfunding

Give Your AI
a Physical Soul.

The first Mac mini docking station designed for OpenClaw.
Interactive serial-protocol display, zero-lag performance,
and extreme cooling — all in one monolith.

ClawAir docking station with Mac mini M4
MEM : 08'23.39%
Scroll to explore

Engineered for
Autonomous AI.

Four pillars of hardware innovation, designed from the ground up for local inference workloads.

Zero-Load Display

Serial Protocol Monitoring

No HDMI, no GPU usage. A dedicated ESP32 controller handles all UI rendering, keeping your Mac's 100% power for AI tasks.

ESP32-S3 240MHz UART

ClawSync Interactive

Live Agent Feedback

Real-time task progress, Token velocity, and "Emotion" animations synced directly with your OpenClaw instances.

Real-time WebSocket 60fps

Thermal Guard

Active Vortex Cooling

Ultra-quiet 120mm fan wall. Dynamic RPM adjustment based on real-time neural load data. Silence under 28dB.

120mm <28dB Vortex

Tactile Control

Physical Overdrive

A satisfying mechanical lever to solve the M4 bottom-power-button dilemma. One flick to wake the beast.

Mechanical CNC Alu Haptic

Support the Future
of Local AI.

We are building a home for independent AI. No cloud, no subscription, just hardware that empowers your local Agent.

$64,350 of $99,000 goal
412 backers 12 days left
🚀 65% Funded
Early Bird
$ 99

ClawAir Solo

Standard Edition

  • 1.28" Circular OLED Display
  • ESP32-S3 Serial Controller
  • 120mm Silent Fan
  • Mechanical Power Lever
  • Polycarbonate Shell
Select Reward
Cluster Master
$ 499

The Nexus Tower

3-Slot Stackable Version

  • Everything in Pro, plus:
  • 3-Bay Stackable Chassis
  • Inter-Node Mesh Network
  • Cluster OLED Dashboard
  • Enterprise Cooling System
Select Reward

Built on OpenClaw.
Built for Community.

ClawAir is an official hardware partner of the OpenClaw ecosystem. We believe in the right to repair and the freedom to modify.

quickstart.py
# Connect to ClawAir via serial
from openclaw import ClawAir

device = ClawAir.connect("/dev/tty.usbserial")
device.display.set_status("Thinking", animation="pulse")
device.display.set_metrics(tok_s=42.3, temp=38)

# Sync with your local agent
with device.sync(agent) as session:
    session.on_token(lambda t: device.display.push_token(t))
    session.on_complete(lambda: device.display.set_status("Ready"))

How can we help
your Agent?

Frequently Asked Questions

ClawAir is specifically designed for the Mac mini M4 and M4 Pro models. The docking geometry and cooling channels are optimized for the M4's thermal profile. Older Intel or M1/M2 models are not supported due to different chassis dimensions.

Not at all. The display is driven entirely by the onboard ESP32-S3 microcontroller via a USB-UART serial connection. It uses zero GPU/HDMI resources and consumes less than 0.5W of power from the USB bus. Your Mac's full compute power remains available for AI tasks.

Absolutely. ClawAir ships with our Python API and open-source firmware. You can create custom watch faces, data dashboards, and agent-synced animations. The Developer API documentation includes widgets, layout tools, and a simulator for testing your designs before flashing.

Under normal AI workloads, ClawAir operates below 28dB — quieter than a whisper. The dynamic RPM system only ramps up during sustained peak loads, and even at maximum, it stays under 38dB. The vortex airflow design minimizes turbulence for a smooth, non-distracting hum.

Yes. All hardware designs are released under the CERN Open Hardware License (OHL-S v2). This includes full schematic files, PCB layouts, 3D CAD models (STL/STEP), and the ESP32 firmware source code. You are free to study, modify, manufacture, and distribute your own versions.