Origin is an open-source platform that lets you control robots and hardware devices. Run one command, get a dashboard, connect your devices, and start building — from Arduinos to quadruped robots to humanoids.
Watch how it works — from running your first command to controlling a real robot, all in a few minutes.
Origin gives you a command-line tool and a visual dashboard to manage your hardware and the apps that control it. Connect your devices, install apps from the community, and launch control interfaces — all in one place.
origin up and you get a full visual dashboard in your browser. Manage devices, install apps, and launch controllers — from the terminal or the UI, your choice.Origin works with real hardware and simulated robots. Your apps don't care which — the same code controls both.
Origin handles the connection to your hardware. You focus on building the app that controls it.
npx originrobot up and your dashboard opens in the browser. Connect your devices over Bluetooth, USB, or Wi-Fi — or spin up a simulated robot right from the dashboard.origin install github.com/user/app or browse and install from the dashboard. Each app knows which devices it works with, so Origin only shows you what's compatible.origin launch my-app --device go2 or click Launch in the dashboard. Origin connects everything and opens your control interface — ready to go.Build a robot app and share it with the world. Anyone can install it from GitHub and launch it on their own device — complete with a live control interface, real-time data, and logs.