Installation
Murph is installed as a local app plus a murph CLI.
Requirements
- Node.js 18 or newer
- npm
- A terminal with
curl,tar, andmktemp - An OpenAI or Anthropic API key
Install from the internet
bash
curl -fsSL https://raw.githubusercontent.com/dannylee1020/murph/master/install.sh | bashBy default, Murph installs into ~/.murph/app and places the CLI at ~/.local/bin/murph.
Install from a checkout
If you already have the repository:
bash
./install.shStart and stop
bash
murph start
murph status
murph stop
murph restartUse murph start --background when you want Murph to keep running after the terminal closes.
Update
bash
murph updateThe updater preserves local state such as .env and data/.
Check your install
bash
murph doctorIf something fails, start with Troubleshooting.