Skip to content

Open Design

Open Design embeds the external Open Design studio, at /opendesign (web UI on :7456).

Open Design — Erebros

Runs the Open Design studio inside Erebros as an embedded host. Sign in to AMR (the “vela” login) inside it and pick a model.

  • Embedded studio on :7456.
  • Change folder — open /opendesign and browse to your install directory if it isn’t at the default path (common on Windows).
  • Erebros can add the bridge scripts (od-host-start.sh / od-host-stop.sh) if they are missing.

Requires the open-design host running (daemon on :7455, web UI on :7456). Start it from Erebros or with od-host-start.sh in your install folder. The host is from nexu-io/open-design and needs pnpm and Node 24; sign in with the AMR vela login in-app.

The default install path is ~/open-design. Set OPEN_DESIGN_DIR in .env.local to pin the path without using the UI (restart required). Check the host with curl -s 127.0.0.1:7455/api/health.

Open Design is an external, self-hosted studio that Erebros only embeds. Its designs live inside that app’s own install (default ~/open-design, overridable with OPEN_DESIGN_DIR), not in the Erebros vault — Erebros manages the install directory, not the design files.

  • On Windows, or any non-default install, use Change folder in /opendesign (or set OPEN_DESIGN_DIR) to point Erebros at your install directory.