Hive Node.js provides version metadata for Hive to download and manage Node.js runtimes.
Hive reads this manifest and downloads binaries directly from official Node.js mirrors.
This repository contains:
- β Version manifest (Node.js 18, 20, 22)
- β Direct download URLs for all platforms
- β npm version mappings
No large binaries stored here β Hive downloads directly from nodejs.org.
- Hive fetches
manifest.jsonfrom GitHub - Shows available versions to user
- Downloads binary from official mirror
- Extracts to
~/.hive/runtimes/node/<version>/ - Adds to PATH when selected
Binaries are sourced directly from:
- Official:
https://nodejs.org/dist/ - Mirror:
https://mirror-nodejs.runflare.com/dist/
| Platform | Architecture | Status |
|---|---|---|
| Windows 10/11 | x64 | β |
| Linux (Ubuntu 20.04+) | x64 | β |
| macOS (Intel) | x64 | β |
| macOS (Apple Silicon) | arm64 | β |
| Version | LTS | npm | Status |
|---|---|---|---|
| 22.x | β | 10.9.x | Active |
| 20.x | β | 10.8.x | Active |
| 18.x | β | 10.2.x | Maintenance |
Part of the LaraPire ecosystem.
MIT License
π Powering Hive with on-demand Node.js runtimes.
