Skip to main content
Cyberwave Logo
For Robotics Engineers

One platform for every robot, sensor, and site

Stop rebuilding the operational substrate for every project. Hardware abstraction, teleoperation, environment modeling, and edge runtime — all unified under one platform.

Hardware Abstraction

A universal asset model that normalizes heterogeneous robots, drones, sensors, and arms behind a single API surface. Capability registries, adapter frameworks, device discovery. Build against Cyberwave, run on any supported hardware.

  • Universal API for arms, AMRs, drones, humanoids, sensors
  • Capability registries and adapter framework
  • Device discovery and auto-configuration
  • Swap hardware later without changing application code
Learn more

Explore hardware abstraction on the platform

Teleoperation

The real-time human-to-machine command layer. Any authorized operator can take direct control of any robot on the platform through a universal interface that works across every supported device.

  • Keyboard, gamepad, touch, joystick, leader arm input
  • Sub-100ms latency with adaptive video streaming
  • Session recording and playback for training data
  • Safety envelopes and emergency stop built in
Learn more

Explore teleoperation on the platform

Environment Modeling

Digital representation of every operating space — site topology, zones, routes, restrictions, semantic maps, and live occupancy. The foundational context layer for orchestration, safety, and multi-robot coordination.

  • Site topology, zones, routes, and restrictions
  • Semantic maps and live occupancy tracking
  • Shared context for every robot and workflow
  • Multi-site support with consistent representation
Learn more

Explore environment modeling on the platform

Edge Runtime

A natively distributed runtime that closes the loop between perception, decision, and actuation on-site. Local execution when connectivity degrades. Real-time command channels and failover logic.

  • Deploy skills locally on any edge hardware
  • Operate through connectivity loss with local fallback
  • Real-time command channels with sub-ms latency
  • OTA updates with rollback and canary deployments
Learn more

Explore edge runtime on the platform

Same SDK. Any hardware.

Interact with any supported robot through a consistent Python API.

cyberwave-terminal
View Full Catalog
Install the SDK
Start developing
Click a highlighted line to actuate
1import cyberwave as cw
2 
3# Patrol a warehouse with the Go2
4go2 = cw.twin("unitree/go2")
5 
6go2.patrol(
7 waypoints=["entrance", "aisle_3", "loading_dock"],
8 speed=0.8,
9 loop=True,
10)
11 
12# React to anomalies in real time
13go2.on("anomaly_detected", lambda e:
14 go2.stop().inspect(e.location)
15)
Loading 3D model...

Stop rebuilding the operational substrate

One platform, any robot, any site. Focus on what your robots do, not on integration plumbing.