Memoire Studio macOS
Deprecated compatibility slug. Use
memoire-design-toolingfor current Studio, CLI, MCP, and artifact verification.
Use this Note when a task needs the macOS Studio app linked back to the memi CLI and package surfaces.
Positioning
Memoire Studio is the supervised product-design workbench. The npm package is still the engine underneath.
Keep the relationship clear:
- Studio: macOS app for supervising Codex and Claude Code runs, receipts, artifacts, and product-design handoff.
- CLI:
@memi-design/cli, local audits, Notes, registry export, and MCP server. - MCP:
memi mcp start --no-figmafor local design tools. - Notes: installable skills that add workflow context to agents.
Handoff checklist
- Link Studio to
https://github.com/sarveshsea/memi-studio. - Link the engine to
https://www.npmjs.com/package/@memi-design/cli. - Mention that Studio is Tauri/Rust-backed when discussing the macOS app architecture.
- Use CLI commands for reproducible proof:
npm i -g @memi-design/cli
memi agent brief . --intent "Improve this interface" --json
memi diagnose .
memi ux audit . --json
memi craft audit . --json
memi mcp start --no-figma
- End Studio runs with artifacts: files changed, commands run, receipts, screenshots, assumptions, and next verification command.