🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@remem-ai/remem

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remem-ai/remem

Local-first coding agent memory for Claude Code and OpenAI Codex

latest
Source
npmnpm
Version
0.6.47
Version published
Maintainers
1
Created
Source

@remem-ai/remem

npm wrapper for the remem native binary.

remem provides persistent project memory for Claude Code and OpenAI Codex coding-agent sessions. The npm package downloads the matching prebuilt binary from the GitHub Release during installation.

Install

npm install -g @remem-ai/remem
remem install --target codex
# or: remem install --target claude
# or: remem install --target all

remem install can auto-detect existing Claude Code and Codex CLI config directories. On first-time setups, use --target codex, --target claude, or --target all so remem can create the selected config files.

Supported platforms:

  • macOS arm64 / x64
  • Linux arm64 / x64

Environment variables:

  • REMEM_NPM_SKIP_DOWNLOAD=1: skip binary download during npm install
  • REMEM_NPM_BINARY=/path/to/remem: run an explicit existing binary

See the product site and main project README for Claude Code, OpenAI Codex, Codex CLI, and MCP setup details:

  • https://majiayu000.github.io/remem/
  • https://github.com/majiayu000/remem

Keywords

claude-code

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts