Skip to content

Install MS4PI

Public install:

Terminal window
curl -fsSL https://raw.githubusercontent.com/MindStone-Agent/mindstone-for-pi/main/install.sh | bash

The installer clones or updates the framework checkout under:

~/.pi/agent/mindstone-for-pi

Private identity, user, log, memory, config, and transcript state lives separately under:

~/.pi/agent/mindstone/

Package updates should not overwrite private MindStone state.

In Pi, run:

/ms-init
/ms-onboard
/ms-status
/ms-recall-status

Recommended default is fresh onboarding. Do not copy another agent identity into a new Pi substrate unless explicit migration is the goal.

From a local checkout:

Terminal window
pi install /path/to/mindstone-for-pi

Or test without permanent install:

Terminal window
pi -e /path/to/mindstone-for-pi

After editing extensions in a running Pi session:

/reload

User-private state:

~/.pi/agent/mindstone/
└── orchestrator/
├── IDENTITY.md
├── USER.md
├── LOG.md
├── memory/
├── roles/
├── transcripts/
│ ├── .handoff.md
│ └── *.jsonl
└── vectors.db