Dexmal uses a “three-stage rocket” idea to describe this stack:1. Stage one: DM0.5 as the general foundation model.
2. Stage two: DexDev developer platform, including DFOL2.0, MaaS, and DexOS.
3. Stage three: Ferrata, a multi-agent hybrid operation system for real scenarios.These layers are meant to make the model cheaper to call, easier to deploy across hardware, and more stable in real-world task environments.## I. DexDev Developer PlatformDexDev is Dexmal’s developer platform for reducing the complexity of applying embodied AI models.In the current embodied AI field, models, hardware, tasks, datasets, and deployment environments are often fragmented. Developers may need to understand algorithms, robot control, hardware adaptation, and scenario iteration at the same time.DexDev is built around three modules.###
- DFOL2.0: A World-Model-Driven FrameworkDFOL2.0 is an embodied reinforcement learning and data-loop framework driven by Dexmal’s general world model, DW0.5.Its role is to help the model keep improving. Instead of relying only on expensive real-robot trial and error, DFOL2.0 uses high-fidelity virtual physical environments for lower-cost and lower-risk closed-loop policy training.It also feeds real-world task and failure data back to the cloud, helping the foundation model continue to evolve.According to Dexmal, DFOL2.0 can reduce real-robot training data demand by 60% and training cost by 40%.###
- DexOS: A General Operating System for Embodied AIDexOS defines a standardized ECP, or Embodied Control Protocol, interface.The goal is to hide differences across heterogeneous robot hardware. Instead of solving a difficult “N × M” adaptation problem between many models and many robot bodies, DexOS tries to simplify deployment into an “N + 1” unified connection problem.This is meant to help DM-series models run across different hardware with lower cost, lower latency, and more stable control.###
- Embodied MaaS ServiceDexmal also introduced an embodied MaaS service for the DM model family.The idea is to package foundation model capabilities as a service. Developers do not need to train models from scratch or handle every hardware adaptation detail themselves. They can call model capabilities more directly for robot deployment and upgrades.In Dexmal’s stack, DFOL2.0 helps the model improve, DexOS connects software and hardware, and MaaS makes the model easier to use at scale.## II. Ferrata: A Multi-Agent Hybrid Operation SystemOnce single-robot capabilities can be called through MaaS, the next challenge is multi-robot collaboration.Dexmal introduced Ferrata, a multi-agent hybrid operation system designed for real-world scenarios. It is meant to handle system-level scheduling across multiple goals, models, robot forms, and safety boundaries.Ferrata is built on the DM model family and Realtime-VLA. It is not limited to one specific robot. Instead, it coordinates tasks, models, hardware types, and safety mechanisms at the system level.Through task hierarchy, exception handling, human takeover, and data feedback, Ferrata aims to keep robots operating continuously in real environments.From DM0.5 to DexDev and Ferrata, Dexmal is trying to build a full infrastructure path from model capability to real productivity.The first layer is the general model. The second layer is platform infrastructure for training, MaaS, and operating systems. The third layer is a scenario-level operation system that helps embodied AI move from lab demos into production settings.## FAQ### What is Dexmal DM0.5?DM0.5 is an embodied foundation model introduced by Dexmal, also known as 原力灵机. It is positioned as a 4B-parameter general model for open-world robot tasks such as navigation, grasping, full-body control, and instruction-following.### How much data was used to train DM0.5?According to the original report, DM0.5 is built on 150,000 hours of data. This includes 50,000 hours of real robot operation data, 100,000 hours of egocentric first-person data, and large-scale scene reconstruction data covering 1 million square meters.### What makes DM0.5 different from DM0?DM0.5 doubles the model parameter scale to 4B and increases the data volume by 400% compared with DM0. It also adds long-horizon memory, embodied reasoning tasks, and trajectory alignment to improve task understanding and generalization.### Can DM0.5 run on consumer GPUs?The report says DM0.5 can complete expert-level fine-tuning for a new downstream task on one RTX 4090 in as fast as 18 hours. It also reports 90 ms inference latency on RTX 4090 and 50 ms on H100.### What is DexDev?DexDev is Dexmal’s developer platform for embodied AI applications. It includes DFOL2.0 for reinforcement learning and data loops, DexOS for cross-hardware control, and MaaS for easier model capability access.### What is Ferrata used for?Ferrata is a multi-agent hybrid operation system for real-world robot scenarios. It coordinates tasks, robot hardware, models, safety boundaries, exception handling, human takeover, and data feedback.### Is DM0.5 open source?The article focuses on DM0.5’s release and reported capabilities, but does not clearly state that DM0.5 itself is open source. Dexmal does maintain the open-source Dexbotic VLA toolbox, and DM0-related documentation is available through the Dexbotic GitHub repository.### Why does long-horizon memory matter in embodied AI?Robots often need to complete multi-step tasks where the scene changes over time. Longer memory helps a model track previous actions, current task state, and environmental changes, making the robot less likely to lose context during long tasks.## Related Tools- Dexmal: The official site for Dexmal, the company behind DM0, DM0.5, DexDev, and Ferrata.
- Dexbotic: An open-source VLA development toolbox from Dexmal for embodied intelligence research.
- RoboChallenge: A benchmark platform for evaluating robot task performance in embodied AI settings.
- Hugging Face: A model hosting platform referenced by Dexbotic documentation for DM0 model checkpoints.
- arXiv: A research paper platform where the DM0 technical paper is available.## Related Links- Dexmal Official Website: Official company and product information from Dexmal.
- Dexbotic GitHub Repository: Open-source VLA toolbox for pretraining, fine-tuning, inference, and evaluation.
- DM0 Tutorial in Dexbotic: Official Dexbotic documentation for using DM0-specific configurations.
- DM0 arXiv Paper: Research paper for “DM0: An Embodied-Native Vision-Language-Action Model towards Physical AI”.
- RoboChallenge DM0 Runs: Public RoboChallenge runs filtered for DM0 on Table30.
- Dexmal GitHub Organization: Dexmal’s GitHub organization page and open-source project list.## SummaryDM0.5 is Dexmal’s latest embodied foundation model, built around larger-scale data, a 4B-parameter architecture, longer memory, embodied reasoning, and trajectory alignment. Its main goal is to improve robot generalization across tasks, environments, and embodiments.The article also shows why the model alone is not enough. Dexmal’s DexDev platform, DFOL2.0, DexOS, MaaS, and Ferrata system are designed to turn model capability into deployable infrastructure.The key takeaway: DM0.5 is not just a model update; it is Dexmal’s attempt to connect embodied AI training, deployment, and real-world robot operations into one stack.