Download

Install Promemo from source.

Promemo is currently installable from a local source checkout. Published binary downloads and package manager installs are planned for a later packaging milestone.

Install from source
> git clone <repo-url>> cd promemo> cargo install --path .

Replace <repo-url> with the public repository URL when the landing page goes live.

Quick start
> promemo init> promemo save-json authentication < examples/memory.json> promemo load authentication
Assistant handoff
> promemo save product-direction --from examples/handoff.md
Inspect memory
> promemo list> promemo tree> promemo search "refresh token"> promemo snapshot authentication --dry-run