
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
Real-time memory profiler for backend & frontend applications
MemScope helps developers visualize, understand, and debug memory usage in their projects with zero setup and a live dashboard.
It works locally, runs entirely on your machine, and supports:
Memory bugs are hard:
MemScope fixes that by giving you:
npx memscope run node app.js
npm install -g memscope
memscope run node app.js
This automatically:
memscope run node app.js
Tracks:
memscope run --frontend
Then inject the browser agent in development only.
if (import.meta.env.DEV) {
import("memscope/agent/browser");
}
if (process.env.NODE_ENV === "development") {
require("memscope/agent/browser");
}
⚠️ Frontend tracking works best in Chrome / Edge. Safari does not expose JavaScript heap APIs.
memscope run --both npm run dev
This gives you two live graphs:
Perfect for:
Once running, open:
http://localhost:3333/dashboard/index.html

You’ll see:
memscope run node worker.js
memscope run node app.js
# refactor code
memscope run node app.js
memscope run --frontend
npm run dev
CLI
├─ starts collector (local)
├─ injects memory agent
├─ runs your app
│
├─ agent samples memory
├─ collector aggregates data
├─ WebSocket streams live points
└─ dashboard renders graphs
Everything runs locally.
MemScope never sends your data anywhere.
Built with ❤️ for developers who care about performance.
Contributions welcome.
FAQs
Real-time memory profiler for frontend and backend applications
We found that memscope 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.
Did you know?

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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.