Skip to main content

erun app

Launch the ERun desktop app. Starts the app detached and returns immediately, so you can launch it from a terminal without tying up the shell.

Synopsis

erun app [flags]

Flags

FlagDescription
--headlessRun the desktop backend without a window and serve the frontend over HTTP.
--portHTTP listen port for --headless (defaults to the desktop binary's default).

Without --headless, no flags are forwarded — the app opens its normal window.

Examples

erun app
erun app --headless --port 34115

Error behaviour

FailureBehaviour
erun-app binary / bundle not found.Errors with "build or install it first".