Home / Node.js > Cross-Platform Node.js > Cross-Platform Writing cross-platform code on Node.js. Collection 1.2k stars GitHub Contents Applications Development environment Continuous integration Virtualization Databases Libraries OS identification Shell Environment Filesystem Signals Processes Streams Desktop UI Windows registry Applications Development environment nvm-windows 45.6k updated 2mo ago Manage multiple installations of Node.js on a Windows computer. nvm 93.1k updated 12d ago Node version manager for macOS/Linux. n 19.5k updated 5mo ago Node version manager for macOS/Linux. npm-windows-upgrade 2.5k (archived) Upgrade npm on Windows. windows-build-tools 3.4k (archived) Install C++ Build Tools for Windows using npm. Continuous integration Github Action Windows/macOS/Linux. GitHub Actions makes it easy to automate all your software workflows. Virtualization ievms 68 updated 7y ago Automated installer for the free virtual machine images that Microsoft provides for testing on multiple versions of IE. These images can be useful for cross-platform testing various technologies, however make sure you read and understand Microsofts' licensing. Databases Redis 10.0k updated 3y ago Native port of Redis for Windows. Libraries OS identification is-windows 48 (archived) Detect whether the current platform is Windows. is-wsl 199 updated 2mo ago Detect whether current platform is WSL (Windows Subsystem for Linux). getos 79 updated 3y ago Retrieve the current OS, including Linux distribution. os-name 149 updated 3mo ago Get the name of the current operating system. systeminformation 3.1k updated 1mo ago Hardware/software system information. Shell execa 7.5k updated 3mo ago Cross-platform implementation of child_process.{execFile,exec}. gulp-execa 57 updated 6mo ago Cross-platform command execution in Gulp.js. cross-spawn 1.2k updated 1y ago Cross-platform implementation of child_process.spawn(). shelljs 14.4k updated 1mo ago Cross-platform Unix shell commands. node-windows 2.9k updated 1y ago Windows support for Node.js scripts (daemons, eventlog, UAC, etc). log-symbols 771 updated 11mo ago Colored symbols for various log levels with Windows fallbacks. figures 621 updated 1y ago Unicode symbols with Windows fallbacks. clipboardy 2.0k updated 2mo ago Cross-platform copy/paste. clipboard-cli 505 updated 3mo ago Cross-platform copy/paste. Environment cross-env 6.5k (archived) Set environment variables cross-platform. user-home 159 (archived) Get the path to the user home directory. Cross-platform. username 145 updated 2y ago Get the current username. osenv 138 (archived) Cross-platform environment variables. is-elevated 44 updated 4y ago Check if the process is running with elevated privileges. which 351 updated 1mo ago Cross-platform implementation of Unix's which. Filesystem rimraf 5.8k updated 2mo ago Delete files and folders. Cross-platform. del 1.3k updated 7mo ago Delete files and folders. Cross-platform. make-dir 478 updated 7mo ago Cross-platform mkdir -p. readdirp 417 updated 5mo ago Recursive version of fs.readdir(). cpy 434 updated 2mo ago Copy files. Cross-platform. chokidar 12.0k updated 4mo ago Improved cross-platform file watching. graceful-fs 1.3k updated 6mo ago Improves the fs module, especially on Windows. fs-extra 9.6k updated 2mo ago Combines graceful-fs with better JSON file reading and promises. any-path 4 updated 10y ago Use Windows and POSIX paths interchangeably when fetching values from an object. dev-null-cli 94 updated 4y ago Cross-platform /dev/null. global-cache-dir 6 updated 11mo ago Get the global OS-specific cache directory. Signals fkill 795 updated 3mo ago Kill processes. Cross-platform. signal-exit 201 updated 6mo ago Cross-platform exit handler. human-signals 289 updated 11mo ago Human-friendly process signals. Processes ps-list 285 updated 3mo ago Get running processes. process-exists 61 updated 4y ago Check if a process exists. Streams noop-stream 53 updated 2y ago Cross-platform fs.createReadStream('/dev/null'). random-bytes-readable-stream 78 updated 4y ago Cross-platform fs.createReadStream('/dev/urandom'). Desktop UI open 3.5k updated 5mo ago Opens stuff like websites, files, executables. Cross-platform. node-notifier 5.8k updated 1y ago Cross-platform desktop notifications. Windows registry node-winreg 218 updated 1y ago Access the Windows registry. rage-edit 56 updated 4y ago Access/modify the Windows registry. windows-registry-node 118 updated 6y ago Access/modify the Windows registry and set file associations.