
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@memofs/cli
Advanced tools
@memofs/cliMemoFS command-line interface for local and hybrid memory workflows.
The @memofs/cli package gives you a command-line tool (memofs) for managing local and hybrid memory. You can use it to initialize a memory workspace, store durable decisions, search past memory, sync with MemoFS Cloud, and manage agent sessions and connectors.
npm install -D @memofs/cli
Requires Node.js >= 22.
Or use directly without installing:
npx memofs --help
Initialize memory in your project and store a durable decision:
# Initialize a memory workspace in the current directory
npx memofs init
# Store a durable decision
npx memofs remember "Use VoyageAI for embeddings" --kind decision
# Get context for a task
npx memofs context --query "current task" --json
# Inspect the current memory state
npx memofs inspect
# Backfill code anchors onto existing notes (drift detection)
npx memofs migrate anchors
# Archive deprecated memories to cold storage
npx memofs consolidate --archive-deprecated
# Restore an archived memory
npx memofs restore <id>
The CLI supports Local (default) and Hybrid runtime modes.
You can configure defaults using a .memofs/config.json file. For a complete list of commands, global flags, and cloud integration features, refer to the Full Documentation.
See our central Contributing Guide and development scripts for details on formatting, linting, and testing within the monorepo.
MIT
FAQs
MemoFS command-line interface for local and hybrid memory workflows.
The npm package @memofs/cli receives a total of 2 weekly downloads. As such, @memofs/cli popularity was classified as not popular.
We found that @memofs/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.