dimensionalOS / dimensionalOS/dimos

OEM Deployment: G1 Support

Open
#1,245 8 comments 0 reactions 1 assignee View on GitHub

@jeff-hykin is already working on this.

Since Feb 12, 2026.

spec
Dominant language
Python
Stars
4.5k
Forks
808
Avg merge
3d 5h
Merged PRs (30d)
233

Description

Spec

This should work on the G1 with no backpack

  • ssh into the G1
  • running the following should work
sudo apt-get update
sudo apt-get install -y curl g++ portaudio19-dev git-lfs libturbojpeg python3-dev
# install uv for python
curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH="$HOME/.local/bin:$PATH"

uv venv && . .venv/bin/activate
uv pip install "dimos[unitree,base] @ git+https://github.com/dimensionalOS/dimos.git@<SOME_BRANCH>"

export ROBOT_IP="localhost"
dimos run unitree-g1

Checking if localhost works with WebRTC is the potential complication

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.