New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

heides

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heides

HEIDES installer. Downloads the prebuilt HEIDES binary for your platform and exposes the heides command. Deterministic code analysis harness for AI agents.

latest
Source
npmnpm
Version
0.14.5
Version published
Weekly downloads
25
-95.89%
Maintainers
1
Weekly downloads
 
Created
Source

heides (npm installer)

npm license MCP Tawakkul Labs

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.

Supported platforms

OSArchAsset
Linux (glibc)x64heides-x86_64-unknown-linux-gnu
macOSarm64heides-aarch64-apple-darwin
macOSx64heides-x86_64-apple-darwin
Windowsx64heides-x86_64-pc-windows-msvc.exe

Not listed, e.g. Linux arm64, Android, or musl/Alpine: the installer stops with a clear error. Install from source instead (cargo install heides) or pick a build from the releases page.

Usage

Same as the native binary:

heides scan .
heides check .
heides mcp   # MCP server over stdio for agents

Versions

npm package version tracks the HEIDES release version. heides@0.13.1 installs HEIDES 0.13.1.

Uninstall

npm uninstall -g heides

License

MIT. See LICENSE. Binary builds follow the HEIDES repo license.

Links: npm | GitHub | Tawakkul Labs

Keywords

heides

FAQs

Package last updated on 22 Sep 2026

Related posts