# pw code daemon

> Source: https://parallelworks.com/docs/cli/pw/code/daemon

## pw code daemon

Manage the pw code app-server daemon

### Synopsis

The daemon hosts live pw code sessions on a local Unix socket so multiple clients (TUI, web, editors) can attach to them.

```
pw code daemon [flags]
```

### Options

```
  -h, --help   help for daemon
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Overrides PW_PLATFORM_HOST environment variable and the current context's server.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw code](/docs/cli/pw/code)	 - AI coding agent
* [pw code daemon start](/docs/cli/pw/code/daemon/start)	 - Start the daemon in the background
* [pw code daemon status](/docs/cli/pw/code/daemon/status)	 - Show daemon status
* [pw code daemon stop](/docs/cli/pw/code/daemon/stop)	 - Stop the daemon
