Install MS4PI
Install MindStone for Pi
Section titled “Install MindStone for Pi”Public install:
curl -fsSL https://raw.githubusercontent.com/MindStone-Agent/mindstone-for-pi/main/install.sh | bashThe installer clones or updates the framework checkout under:
~/.pi/agent/mindstone-for-piPrivate identity, user, log, memory, config, and transcript state lives separately under:
~/.pi/agent/mindstone/Package updates should not overwrite private MindStone state.
First run
Section titled “First run”In Pi, run:
/ms-init/ms-onboard/ms-status/ms-recall-statusRecommended default is fresh onboarding. Do not copy another agent identity into a new Pi substrate unless explicit migration is the goal.
Development install
Section titled “Development install”From a local checkout:
pi install /path/to/mindstone-for-piOr test without permanent install:
pi -e /path/to/mindstone-for-piAfter editing extensions in a running Pi session:
/reloadData layout
Section titled “Data layout”User-private state:
~/.pi/agent/mindstone/└── orchestrator/ ├── IDENTITY.md ├── USER.md ├── LOG.md ├── memory/ ├── roles/ ├── transcripts/ │ ├── .handoff.md │ └── *.jsonl └── vectors.db