
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@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 0 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.

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.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.