Skip to content

Process Explorer

The Process Explorer shows running processes, background tasks, and resource usage. Use it to monitor what's happening under the hood and manage long-running operations.

Opening Process Explorer

Access the Process Explorer by:

  • Clicking the process indicator in the status bar
  • Using the menu: View → Process Explorer

TIP

Configure whether Process Explorer opens as a modal or new window in Settings → Appearance → Process Explorer Mode.

Running Processes

The main panel shows active processes:

ColumnDescription
ProcessName and description
TypeChat, Agent, Flow, or Background Task
StatusRunning, Waiting, Completed
DurationHow long it's been running
ResourcesCPU and memory usage

Background Tasks

When Claude runs bash commands in the background, they appear here:

  • Command being executed
  • Output stream (stdout/stderr)
  • Process ID
  • Start time

Managing Background Tasks

ActionDescription
View OutputSee the command's output
KillTerminate the process
Copy OutputCopy output to clipboard

Resource Monitoring

The Process Explorer shows:

  • CPU usage per process
  • Memory usage per process
  • Total resources used by Sciorex

Claude CLI Processes

Each chat or agent session runs a Claude CLI process. You can see:

  • Which sessions have active processes
  • Process state (running, waiting for input)
  • How long the process has been active

MCP Servers

The Process Explorer also shows MCP server processes:

  • Built-in servers (sciorex-tickets, sciorex-interactions)
  • Custom MCP servers you've configured
  • Server status and uptime

Use Cases

Monitor long-running tasks: See which background commands are still running.

Debug stuck sessions: Identify processes that aren't responding.

Manage resources: Kill unnecessary processes to free up resources.

Track MCP servers: Ensure your tool servers are running properly.

Killing Processes

To stop a process:

  1. Find it in the Process Explorer
  2. Click the Kill button
  3. Confirm the action

WARNING

Killing a Claude CLI process will cancel the associated chat or agent session. The session will show as "Cancelled".

Choose how Process Explorer opens:

ModeDescription
ModalOpens as an overlay in the current window
WindowOpens in a separate window

Configure in Settings → Appearance → Process Explorer Mode.

Released under the MIT License.