Quickstart
Sync a project across two machines in three steps.
1. Install memorize
npm i -g @shakystar/memorize
2. Log in once per machine
Opens your browser to approve the device — nothing to paste.
memorize login https://memorizehub.com
3. Clone the project
Every workspace shows its clone URL in the
dashboard.
clone stores the remote and pulls once — use it, not
init, which forks a new empty project that will not sync.
memorize clone https://memorizehub.com/clone/PROJECT_ID
Already have the project locally?
Run steps 1–2, then attach the remote instead of cloning — it pushes and pulls once right away.
memorize remote https://memorizehub.com/clone/PROJECT_ID
That's it. After connecting, sync runs automatically at session boundaries — no manual sync in day-to-day use.