Back to Eliza

Launch, Run, and Turn Off Eliza

packages/docs/user/apps-and-control.mdx

2.0.11.4 KB
Original Source

Eliza has multiple surfaces. The runtime does the work; the app is the surface you use to talk to it.

Common surfaces

SurfaceUse it forLaunch
Desktop appday-to-day local useopen the installed app
Browser dashboardbrowser-based controlopen the dashboard URL or desktop shell
Mobile appremote check-insopen the iOS or Android app
CLI runtimeservers, terminals, headless useeliza start

Desktop app

  • Open it from your app launcher
  • Chat and dashboard live in the same app
  • Quit it normally from the app menu or window controls

CLI runtime

bash
eliza start       # start the API server

Stop the CLI runtime with Ctrl-C in the terminal, or quit the desktop app normally. See the CLI overview for the full command list.

Browser dashboard

If the runtime is local, the desktop app usually embeds the dashboard. If you installed the CLI, you can also open the dashboard from a terminal:

bash
eliza dashboard

Remote and cloud instances

Closing the local app does not necessarily stop a remote or cloud backend. It only disconnects your client from it.

Turn off one part without stopping everything

  • disable a connector to stop Discord or Telegram traffic
  • turn voice off for silent chat
  • disconnect from a remote instance without deleting it

Next

Connect Remotely