Getting Started
Installation
Homebrew (macOS)
brew tap cittamaya/pensieve
brew install pensieve
Platform availability: Currently macOS only. Windows and Linux builds coming soon.
Build from Source
For other platforms or to build from source, see the build instructions on GitHub.
First Steps
Initialize in a project:
cd your-project pensieve initCreate your first memory:
pensieve entry create --template problem_solvedSearch past learnings:
pensieve entry search --tag debugging
Using with Claude Code
Pensieve integrates with Claude Code through skills. When Claude starts a session, it can automatically recall relevant memories from past sessions.