Skip to content

Quickstart

Murph is a local-first handoff agent for handling messaging channels while you are offline. It is extensible and flexible by design. Your choice of channels, data sources, running on your machine.

1. Install

Run the installer from any terminal:

bash
curl -fsSL https://murph-agent.com/install.sh | bash

The installer downloads Murph, installs dependencies, builds the app, creates local defaults, and installs the murph CLI.

2. Configure

Run the setup wizard:

bash
murph setup

Setup walks through the basics: AI provider, messenger credentials, identity, watched channels, schedule, and policy.

3. Start

Start Murph:

bash
murph start

Murph runs locally at http://localhost:5173.

4. Check

Run a local health check any time:

bash
murph doctor

Use murph status to check whether the background process is running.

Next

  • Configuration: understand provider keys, storage, policy profiles, and local health.
  • CLI & Agent: use murph and murph agent for setup, status, and plugin work.
  • Channels: connect Slack or Discord and verify the messenger runtime.

Local-first handoff agent for async work.