
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.
HEIDES installer. Downloads the prebuilt HEIDES binary for your platform and exposes the heides command. Deterministic code analysis harness for AI agents.
Installs the prebuilt HEIDES binary for your platform and exposes the heides command. HEIDES is a deterministic code analysis harness that gives AI agents senses, memory and judgment for code.
npm install -g heides
heides --help
On install, the matching binary is downloaded from GitHub Releases into the package bin/ folder. No Rust toolchain needed.
| OS | Arch | Asset |
|---|---|---|
| Linux (glibc) | x64 | heides-x86_64-unknown-linux-gnu |
| Linux (glibc) | arm64 | heides-aarch64-unknown-linux-gnu |
| Android (Termux) | arm64 | heides-aarch64-linux-android |
| macOS | arm64 | heides-aarch64-apple-darwin |
| macOS | x64 | heides-x86_64-apple-darwin |
| Windows | x64 | heides-x86_64-pc-windows-msvc.exe |
Linux arm64 and Android are mapped to real release assets, not errors. The one
family that stops the installer is musl, so Alpine needs a source build
(cargo install heides) or a manual pick from the
releases page. Any other
unmapped platform errors the same way.
The published package version is the single source of truth for which binary tag gets downloaded, and a test fails the build if the two ever drift.
npm install -g heides # binary tag follows the package version
HEIDES_VERSION=0.15.0 npm install -g heides # same variable the curl installer uses
HEIDES_BIN_VERSION=0.15.0 npm install -g heides # binary specific pin, wins over HEIDES_VERSION
Both variables take a bare version such as 0.15.0. A leading v is accepted
and stripped, so v0.15.0 does not turn into a vv0.15.0 tag that 404s.
Same as the native binary:
heides scan .
heides check .
heides mcp # MCP server over stdio for agents
package.json is the single source of truth for the downloaded binary tag, and
npm test fails if it ever drifts from what the installer uses. heides@0.15.0
installs the HEIDES 0.15.0 binary. HEIDES_BIN_VERSION or HEIDES_VERSION
override it for a pin.
npm uninstall -g heides
MIT. See LICENSE. Binary builds follow the HEIDES repo license.
Links: npm | GitHub | Tawakkul Labs
FAQs
HEIDES installer. Downloads the prebuilt HEIDES binary for your platform and exposes the heides command. Deterministic code analysis harness for AI agents.
The npm package heides receives a total of 0 weekly downloads. As such, heides popularity was classified as not popular.
We found that heides 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.