Command-line client and Claude Code skill for rememberize.
Portable, multi-directional memory for AI. Your decisions, notes, and working context live in one place; any AI agent you give a connection to can recall them, and (with the right permissions) write new ones back. Built for engineers and builders who want their AI tools to stop forgetting.
This repo ships the CLI half: a single-binary command-line client, plus a Claude Code skill that bundles your existing Claude auto-memory into an importable file.
curl -sSL https://rememberize.app/install.sh | shThe installer detects your OS and architecture, downloads the latest release, and places rememberize on your PATH (defaults to ~/.local/bin — make sure that's on PATH).
If rememberize.app/install.sh is temporarily unreachable, use the raw fallback:
curl -sSL https://raw.githubusercontent.com/captured-ventures/rememberize-cli/main/install.sh | shbrew install captured-ventures/rememberize/rememberizescoop bucket add rememberize https://github.com/captured-ventures/scoop-rememberize
scoop install rememberizeGrab a binary for your platform from Releases, unpack, and place on your PATH.
rememberize pair <code-from-dashboard> # exchange one-time code for an API key
rememberize recall "test query" # query your memories
rememberize --help # full command referenceThe <code-from-dashboard> is generated on rememberize.app under Connections → New connection. After pairing, the CLI writes its config to ~/.rememberize/config.toml — no further setup needed.
The rememberize-bundle skill helps you prepare an initial memory import from your Claude Code auto-memory files. See skills/rememberize-bundle/README.md for install and usage.
- Home: rememberize.app
- Docs: docs.rememberize.app (coming)
- Dashboard: platform.rememberize.app
See CONTRIBUTING.md. In short: small PRs, matching commit style (feat(cli): ..., fix(pair): ...), tests green before review. This repo is CLI + skill + install-pipeline only; server-side changes go to the main (private) repo — see CONTRIBUTING.md for how to route those reports.
MIT. See LICENSE.