mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 02:01:39 +00:00
refactor(mac): make app node a CLI capability superset (#105642)
* refactor(mac): reuse CLI node-host runtime * fix(mac): prefer checkout CLI in debug builds * chore: leave release notes to release automation * chore(mac): sync native string inventory * chore(mac): refresh native locale artifacts * fix(node): satisfy native and deadcode gates
This commit is contained in:
committed by
GitHub
parent
f15a5e566b
commit
d287c9b414
@@ -11,6 +11,11 @@ title: "Node"
|
||||
Run a **headless node host** that connects to the Gateway WebSocket and exposes
|
||||
`system.run` / `system.which` on this machine.
|
||||
|
||||
On macOS, the menu bar app already embeds this node-host runtime into its own
|
||||
node connection and adds native Mac capabilities. Use `openclaw node run` on a
|
||||
Mac only when you intentionally want a headless node without the app. Running
|
||||
both creates two node identities for the same machine.
|
||||
|
||||
## Why use a node host?
|
||||
|
||||
Use a node host when you want agents to **run commands on other machines** in your
|
||||
|
||||
Reference in New Issue
Block a user