Local-first docs for the AI robotics platform
Build, train, and deploy physical AI with one platform.
Anveld is the open-core platform for robotics developers who want the same codepath from laptop iteration to production fleets. This docs app covers the SDK, CLI, plugin architecture, training workflows, deployment pipeline, and supporting platform services.
Quick Start
pip install anveld
anveld init warehouse-picker
cd warehouse-picker
anveld dev
anveld train --config training/ppo.yaml
anveld deploy --target jetson-fleetGetting Started
Install the SDK, understand the local-first loop, and move from laptop development to deployable workloads.
SDK Reference
Learn the 7 protocols, immutable data primitives, experiment tracking, and plugin discovery model.
CLI Surface
See the current command groups for init, dev, train, run, studio, deploy, registry, fleet, and security.
Plugin System
Understand how trainers, environments, datasets, and hardware integrations register and compose.