toviszsolt/nodejs-native-gpu
GPU Native for Node.js - A new era is dawning - 2025.09.15
This project is a technical achievement demonstrating how to directly use a computer's graphics card (GPU) for complex calculations within a Node.js environment. It allows JavaScript developers to run compute-intensive tasks like machine learning models or image processing faster. Instead of needing to use other programming languages like Python for GPU acceleration, developers can now keep their entire application in JavaScript.
Use this if you are a JavaScript developer who needs to perform high-performance, compute-intensive tasks directly within your Node.js applications.
Not ideal if you are looking for a ready-to-use library or a production-ready solution, as this is currently a proof-of-concept with development suspended.
Stars
12
Forks
—
Language
JavaScript
License
—
Category
Last pushed
Feb 23, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/toviszsolt/nodejs-native-gpu"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
nnstreamer/api
Machine Learning API (Origin: C++: SNAP, C/C#: Tizen API, Java: Samsung-Research ML API). For...
microsoft/DMTK
Microsoft Distributed Machine Learning Toolkit
R-js/blasjs
Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software...
tensorflow/tfjs-core
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.