New:Socket for Asana Is Now Available.Learn more
Get Started

@remem-ai/remem

Package Overview
Dependencies
Maintainers
1
Versions
120
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

Source
npmnpm
Version
0.6.90
Version published
Weekly downloads
1.4K
9.92%
Maintainers
1
Weekly downloads
 
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 05 Sep 2026

Related posts