
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.
aether-context
Advanced tools
Unlimited Context — virtual memory for an LLM's attention. Local-first, numpy-only core. npm launcher for the aether-context Python engine.
Unlimited Context — virtual memory for an LLM's attention. Local-first, numpy-only core.
This is the npm launcher. The engine itself is Python; this package exists so that
npx aether-context works without you thinking about pip first.
npx aether-context setup
That single command sizes the local pool, checks for a local model, and verifies the engine end to end. It works with no daemon, no network and no model pulled — the verification runs against the built-in mock model.
npm install -g aether-context
Or run it without installing:
npx aether-context --help
Python 3.10 or newer on your PATH. The launcher does not bundle an interpreter; it finds
one, then creates a private virtualenv in your OS cache directory and installs the matching
aether-context release from PyPI into it. Your global site-packages is never touched and
nothing needs sudo.
If Python is missing or too old, the launcher says so and points at the fix rather than failing with a stack trace.
aether-context setup # guided first run
aether-context chat --model mock # interactive REPL, works offline
aether-context run "your task" # one-shot
aether-context status # pool, reach, hit rate
aether-context doctor # diagnose Ollama / disk / RAM
| Variable | Effect |
|---|---|
AETHER_CONTEXT_PYTHON | Interpreter to use, skipping the PATH search. |
AETHER_CONTEXT_VERSION | Release to install (latest for the newest). Defaults to this package's own version. |
AETHER_CONTEXT_HOME | Where the private virtualenv lives. |
The Python package is the same software, published from the same commit:
pip install aether-context
FAQs
Unlimited Context — virtual memory for an LLM's attention. Local-first, numpy-only core. npm launcher for the aether-context Python engine.
The npm package aether-context receives a total of 15 weekly downloads. As such, aether-context popularity was classified as not popular.
We found that aether-context 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.