The Apptronik Apollo SDK is the developer kit for the Apollo humanoid — a general-purpose robot 173 cm tall, ~73 kg, with two grippers and 25+ degrees of freedom. Apollo is designed as a 'general purpose humanoid' for factory work (a Mercedes-Benz pilot since March 2024 in Berlin/Sindelfingen), warehouses (GXO Logistics, partnership announced in 2024), and eventually homes. Apptronik traces its lineage to UT Austin's Human Centered Robotics Lab (Prof. Luis Sentis) and NASA's Valkyrie heritage.
The SDK (private beta for Developer Program partners, accessible since Q3 2024) is based on **skill-based programming**: instead of writing low-level trajectories, the developer composes high-level skills (`pick`, `place`, `carry`, `walk_to`, `inspect`, `handover`) using natural language commands or a Python API. Skills are taught through a combination of imitation learning (VR-rig teleoperation — Meta Quest 3) and RL fine-tuning in a simulator (Apptronik Sim built on NVIDIA Isaac Sim + MuJoCo). In March 2025, Apptronik announced a partnership with Google DeepMind to integrate **Gemini Robotics** (a multimodal VLA foundation model) as Apollo's 'brain' — an RT-X-class model for cross-embodiment generalization.
Technical stack: onboard compute consists of two NVIDIA Jetson AGX Thor units (Q4 2025+, previously Orin), real-time control loop at 1 kHz on FPGA + Linux PREEMPT_RT. Communication network: EtherCAT between servo modules (Apptronik's own 'Apollo Drives' with harmonic-drive reducers), gigabit Ethernet to compute, WiFi 6E + 5G to cloud. The SDK supports ROS 2 Humble as a secondary API; the primary path is native gRPC + Protobuf. **Apollo OS** is a proprietary RTOS based on Linux + ROS 2 with Apptronik patches.
Funding: $350M Series A (February 2025) with Google, B Capital, Capital Factory participation. Valuation ~$1.6B. Apollo is not yet publicly available — sales go through the Developer Program (NDA-based) and RaaS for selected partners.