Moderrek / node-install

Windows-only Commandline tool to install Node.js (v23.1.0 only x64) without admin privileges

Repository from Github https://github.comModerrek/node-installRepository from Github https://github.comModerrek/node-install

Node Installer

GitHub License Github All Releases

Windows-only Commandline tool to install Node.js (v23.1.0 only x64) without admin privileges in current user directory.
Automatically install Node binaries to the user's PATH system variable.

If you want to install latest version of NodeJS on for example school computer without admin privileges this command-line utility is for you!

Warning

The project is designed for my personal needs only, and may not be suitable for everybody. It's completely Open Source, fork it and adapt it to your needs.

How to run

  1. Download file from releases.
  2. Open terminal
  3. Run installer
    node_installer
  4. Restart terminal
  5. Enjoy Node.js v23.1.0

Quick Start

$ cargo run

The download source

https://nodejs.org/dist/v23.1.0/node-v23.1.0-win-x64.zip

About

Windows-only Commandline tool to install Node.js (v23.1.0 only x64) without admin privileges

License:MIT License


Languages

Language:Rust 100.0%