The AI-ready robotics dev kit, with built-in remote control and VLA support.
Project description
phosphobot – CLI Toolkit for Robot Teleoperation and Action Models
A simple, community-driven middleware for controlling robots, recording datasets, training action models.
All from your terminal or browser dashboard.
Features
- Easy Installation via
pipor theuvpackage manager - Web Dashboard: Instant access to an interactive control panel for teleoperation
- Dataset Recording: Record expert demonstrations with a keyboard, in VR, or with a leader arm
- Model Training & Inference: Kick off training jobs or serve models through HTTP/WebSocket APIs
Installation
1. Using pip
pip install phosphobot
2. Using uv
If you already use uv to manage Python versions and deps:
# Install uv (if not already installed)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Add phosphobot to your project
uv add phosphobot
Quick Start
Once installed, you can start the phosphobot server instantly.
# Verify installation and view info
phosphobot info
# Start the teleoperation server (default: localhost:80)
phosphobot run
# For custom port, e.g. 8080
phosphobot run --port 8080
If you’re managing via uv:
uv run phosphobot info
uv run phosphobot run
Dashboard & Control
After launching the server, open your browser and navigate to:
http://<YOUR_SERVER_ADDRESS>:<PORT>/
By default, the address is localhost:80
Here you can:
- Teleoperate your robot via keyboard, leader arm, or Meta Quest
- Record demonstration datasets (40 episodes recommended)
- Train and deploy action models directly from the UI
Start building
- Docs: Full user guide at https://docs.phospho.ai
- Discord: Join us on Discord for support and community chat: https://discord.gg/cbkggY6NSK
- GitHub Repo: https://github.com/phospho-app/phosphobot
- Examples: Browse the examples
- Contribute: Open a PR to expand the examples, support more robots, improve the tool
License
MIT License
Made with 💚 by the Phospho community.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phosphobot-0.3.3.tar.gz.
File metadata
- Download URL: phosphobot-0.3.3.tar.gz
- Upload date:
- Size: 14.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f93df4797b793939be2125bc221add8796fb6e4df45877b77e8c08467d364bce
|
|
| MD5 |
23f69e025255afb1bcc56855142f17f7
|
|
| BLAKE2b-256 |
1419f1fb703e558dd7637be317b4142957a3df24979ea91ad2ff0fc919be603e
|
File details
Details for the file phosphobot-0.3.3-py3-none-any.whl.
File metadata
- Download URL: phosphobot-0.3.3-py3-none-any.whl
- Upload date:
- Size: 14.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f11969f3dfd6bda62c2fa61303f6ebb2bc022b534cf9a03be42e1f84e0136441
|
|
| MD5 |
856c33856a176ade7f194b0d35689093
|
|
| BLAKE2b-256 |
074cfa044a6a3f04543cc9bbdd3603bae32cf2a71b796095cf999520940251be
|