Quickstart
Murph is a self-hosted async autopilot for handling messaging channels while you are offline.
Local first
Murph runs on your machine. Start the server, connect your channels, and use the doctor command whenever setup feels off.
1. Install
Run the installer from any terminal:
bash
curl -fsSL https://raw.githubusercontent.com/dannylee1020/murph/master/install.sh | bashThe installer downloads Murph, installs dependencies, builds the app, creates local defaults, and installs the murph CLI.
2. Configure
Run the setup wizard:
bash
murph setupSetup walks through the basics: AI provider, messenger credentials, identity, watched channels, schedule, and policy.
3. Start
Start Murph:
bash
murph startMurph runs locally at http://localhost:5173.
4. Check
Run a local health check any time:
bash
murph doctorUse murph status to check whether the background process is running.
Next
- Configuration: understand provider keys, storage, policy profiles, and local health.
- CLI & Agent: use
murphandmurph agentfor setup, status, and plugin work. - Channels: connect Slack or Discord and verify the messenger runtime.