Gathering detailed insights and metrics for @homebridge/node-pty-prebuilt-multiarch
Gathering detailed insights and metrics for @homebridge/node-pty-prebuilt-multiarch
Gathering detailed insights and metrics for @homebridge/node-pty-prebuilt-multiarch
Gathering detailed insights and metrics for @homebridge/node-pty-prebuilt-multiarch
A parallel fork of node-pty providing ia32, amd64, arm, and aarch64 prebuilt packages for macOS, Windows and Linux (glibc and musl libc).
npm install @homebridge/node-pty-prebuilt-multiarch
Typescript
Module System
Node Version
NPM Version
68.5
Supply Chain
89.1
Quality
94.9
Maintenance
100
Vulnerability
99.3
License
Release v0.13.0-beta.4
Updated on Jun 10, 2025
Release v0.12.1-beta.0
Updated on Apr 28, 2025
Release v0.12.0
Updated on Apr 21, 2025
Release v0.12.0-beta.5
Updated on Nov 28, 2024
Release v0.12.0-beta.4
Updated on Nov 27, 2024
Release v0.12.0-beta.3
Updated on Nov 27, 2024
TypeScript (47.17%)
C++ (35.09%)
JavaScript (9.2%)
Shell (5.49%)
Python (1.95%)
C (1.1%)
Total Downloads
460,155
Last Day
1,017
Last Week
14,129
Last Month
39,668
Last Year
308,466
NOASSERTION License
44 Stars
1,189 Commits
15 Forks
2 Watchers
6 Branches
4 Contributors
Updated on Jun 22, 2025
Minified
Minified + Gzipped
Latest Version
0.12.0
Package Id
@homebridge/node-pty-prebuilt-multiarch@0.12.0
Unpacked Size
6.87 MB
Size
2.69 MB
File Count
312
NPM Version
10.9.2
Node Version
22.14.0
Published on
Apr 21, 2025
Cumulative downloads
Total Downloads
Last Day
-7.5%
1,017
Compared to previous day
Last Week
15.8%
14,129
Compared to previous week
Last Month
15.6%
39,668
Compared to previous month
Last Year
103.4%
308,466
Compared to previous year
This project is a parallel fork of node-pty
providing prebuilt packages for certain Node.js and Electron versions.
Inspired by daviwil/node-pty-prebuilt.
Thanks to the excellent prebuild
, prebuild-install
modules, and prebuildify
using this module is extremely easy.
You merely have to change your node-pty
dependency to @homebridge/node-pty-prebuilt-multiarch
and then change any require
statements in your code from require('node-pty')
to require('@homebridge/node-pty-prebuilt-multiarch')
.
We maintain a parallel fork of the node-pty
codebase that will be updated as new releases are shipped.
When we merge new updates to the code into the prebuilt-multiarch
branch, new prebuilt packages for our supported Node.js and Electron versions are updated to the corresponding GitHub release.
When @homebridge/node-pty-prebuilt-multiarch
is installed as a package dependency, the installation script checks to see if there's a prebuilt package on this repo for the OS, ABI version, and architecture of the current process and then downloads it, extracting it into the module path.
If a corresponding prebuilt package is not found, node-gyp
is invoked to build the package for the current platform.
OS | Architectures |
---|---|
macOS | x64, arm64 |
Linux (glibc) | ia32, x64, aarch64 |
Linux (musl) | x64, aarch64 |
Windows | ia32, x64 |
We only provide prebuilt binaries for Node.js 17 and Electron 17.0.0 or higher. Pls note that prebuilds for Electron 28 are not supplied due to build issues.
Please note releasing this package uses the GitHub action Stage 1 - Run prebuild's and Create GitHub and NPM release
and Stage 2 - Validate NPM Package contents
.
The github action takes the branch selected from the workflow start drop down, and creates a GitHub and NPM Release containing the prebuild artifacts.
The version of the Release comes from the package.json, and in the case of a BETA release automatically appends the beta release version.
During processing, it leverages a branch called release-candidate
as a holding area for prebuilds.
When running the job, most times a couple of the instances of the sub step Commit & Push Changes
within Prebuild NPM and GitHub Release artifacts
fails.
When this occurs just re-run. This is due to concurrency issues between the steps and GitHub.
A typical run has 3-4 steps fail.
release-candidate
if not existing (the script deletes it before starting and will fail if it isn't present)Run prebuild's and Create GitHub and NPM release
, and select branch you wish to publish, and if it needs to be BETA tagged and versionedNo vulnerabilities found.
No security vulnerabilities found.