Phospho is how ML engineers make real robots intelligent. We provide the hardware, libraries, and remote control capabilities so developers can collect data, train AI models and deploy applications to real robots in minutes instead of months.

Highlights

  • ๐Ÿ•น๏ธ Teleoperate robots to capture datasets in minutes
  • โšก Train AI models such as ACT, ฯ€0 or gr00t-n1 with one command
  • ๐Ÿฆพ Compatible with the SO-100 arm
  • ๐Ÿšช Dev-friendly API
  • ๐Ÿค— Fully compatible with LeRobot and HuggingFace
  • ๐Ÿ–ฅ๏ธ Runs on macOS, Linux and Windows
  • ๐Ÿฅฝ Meta Quest app for teleoperation
  • ๐Ÿ“ธ Supports most cameras (classic, depth, stereo)
  • ๐Ÿ”Œ Extend it with your own robots and cameras

Installation

In a terminal, run the following command:

curl -fsSL https://raw.githubusercontent.com/phospho-app/phosphobot/main/install.sh | bash

Then, fire up the the server:

phosphobot run

It can take up to 15 seconds for the server to start.

Go to localhost in your web browser to access the phosphobot dashboard. Go to Keyboard Control to control your robot using only your keyboard!

Updates

Weโ€™re shipping updates daily to improve the experience, add new features, and fix issues. Keep your software up-to-date to benefit from the latest improvements.

On Mac:

brew update && brew upgrade phosphobot

On Linux:

sudo apt update && sudo apt install --only-upgrade phosphobot

On Windows:

powershell -ExecutionPolicy ByPass -Command "irm https://raw.githubusercontent.com/phospho-app/phosphobot/main/install.ps1 | iex"

If you use the control module of the dev kit, simply restart it, updates will be installed automatically.

Next step