Skip to content

Installation

Nadhi-(Kushi) edited this page Apr 1, 2026 · 3 revisions

Installation

Install the package with your package manager of choice:

bun add @http-native/core
npm install @http-native/core
pnpm add @http-native/core

Runtime Support

  • Bun
  • Node.js 18+

The package downloads a prebuilt native .node binary during install for the current OS and architecture.

Repairing The Native Binary

If install was interrupted, or you need to force a re-download:

http-native setup --force

From Bun, the same command can be invoked with:

bunx http-native setup --force

If Install Fails

The most common failure is a missing release asset for the exact package version you installed. When that happens, the installer will fail during postinstall or http-native setup.

Check:

  • the installed package version
  • the matching GitHub release tag
  • that the release contains the platform asset for your OS/arch

Repository: Http-native/http-native

Clone this wiki locally