Conversation
Aryex
force-pushed
the
alexl/agent/node-napi-architecture
branch
from
July 26, 2026 21:27
f8fb3e2 to
21b40eb
Compare
Aryex
marked this pull request as ready for review
July 27, 2026 14:42
Aryex
force-pushed
the
alexl/agent/node-napi-architecture
branch
from
July 27, 2026 14:42
21b40eb to
b8f60a3
Compare
jeremyprime
reviewed
Jul 28, 2026
| <details> | ||
| <summary>`glibc` requirements</summary> | ||
| Node.js requires `glibc` 2.17+. This should be the standard for GNU Linux based systems. | ||
| The Node.js native binaries require glibc 2.28+. This is standard for most modern GNU/Linux distributions (Ubuntu 20.04+, Amazon Linux 2023, RHEL 8+). |
Collaborator
There was a problem hiding this comment.
I don't think glibc was changed, still 2.17.
jeremyprime
reviewed
Jul 28, 2026
|
|
||
| <TabItem label="Node"> | ||
| **Requirements:** Node.js 16+ | ||
| **Requirements:** Node.js 20+ |
Collaborator
There was a problem hiding this comment.
Also need to ensure other pages are updated with new minimum Node version, like doc-gen/typedoc/node-home.md (which also needs to remove protobuf dependency note).
Collaborator
Author
There was a problem hiding this comment.
We could also just simplify those docgen pages as well.
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
Aryex
force-pushed
the
alexl/agent/node-napi-architecture
branch
from
August 11, 2026 08:09
b8f60a3 to
917f984
Compare
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update installation documentation to reflect MUSL/Alpine Linux support for Node.js, Java, and PHP.
Source Commits
e2706b0— Node: Replace socket IPC with direct NAPI layer (#5325)9fcb478— Add MUSL support (Php #291)Changes
Context
The Node.js client was rearchitected to replace Unix socket IPC + protobuf serialization with a direct NAPI-RS binding into the Rust core (valkey-glide #5325). This changes the minimum supported Node.js version to 20, removes the protobuf dependency, and adds MUSL/Alpine Linux support via prebuilt native binaries.
The PHP extension now supports Alpine Linux (musl libc 1.2.3+, Alpine 3.19+) on x86_64 and aarch64 via build system changes (Php #291).
cc @avifenesh @prateek-kumar-improving
This PR was generated by the automated documentation pipeline.