Skip to content

Releases: andymai/so-arm101

soarm101: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:05
7f9976e

0.3.0 (2026-07-16)

⚠ BREAKING CHANGES

  • the soarm-scan / soarm-teleop / soarm-* entry points are removed. Use soarm <subcommand> instead (run soarm --help).

Features

  • cross-platform serial support (Linux + macOS) (995567b)
  • ports: detect controller boards on Linux (ttyACM/ttyUSB) (facb928)
  • sim: add mjpython-free viewer with joint sweep (0c3a4e1)
  • teleop: log to file + post-mortem on exit to diagnose limps (d08e27b)
  • unify into a single soarm Typer CLI (520e989)
  • viz: Rerun digital twin, episode replay, and offline viewer (17aded1)

Bug Fixes

  • deps: override diffusers to >=0.38.0 (two high-severity RCE bypasses) (1b08529)
  • deps: patch diffusers RCE bypasses (override to >=0.38.0) (3ffb282)

Documentation

  • document Linux serial access (dialout group) (9767d82)
  • rearchitect for the unified soarm CLI + Rerun viz (c64295b)

soarm101: v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 15:36

0.2.1 (2026-06-09)

Documentation

  • tidy changelog into release-please format (f7e3f42)

soarm101: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 15:33

0.2.0 (2026-06-09)

Features

  • recenter --verify, soarm-record, sim assets; doc upgrades (5f6edb1)
  • soarm-find-port — auto-detect follower/leader by supply voltage (8302ea7)

Bug Fixes

  • resolve lerobot-* CLIs next to the interpreter for subprocess calls (ac7c7ca)