awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
coreybutler avatar

coreybutler/node-windows

0
View on GitHub↗
2,931 stars·367 forks·JavaScript·9 views

Node Windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

Features

  • Process Management - Runs scripts as Windows services.
  • Shell and Scripting - Windows-specific scripting support.
  • Shell and Execution - Windows-specific support for Node.js scripts and daemons.

Star history

Star history chart for coreybutler/node-windowsStar history chart for coreybutler/node-windows

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Node Windows

Similar open-source projects, ranked by how many features they share with Node Windows.
  • shelljs/shelljsshelljs avatar

    shelljs/shelljs

    14,402View on GitHub↗

    ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas

    JavaScriptbashjavascriptnode
    View on GitHub↗14,402
  • indigounited/node-cross-spawnIndigoUnited avatar

    IndigoUnited/node-cross-spawn

    1,173View on GitHub↗

    npm-url:https://npmjs.org/package/cross-spawn downloads-image:https://img.shields.io/npm/dm/cross-spawn.svg npm-image:https://img.shields.io/npm/v/cross-spawn.svg ci-url:https://github.com/moxystudio/node-cross-spawn/actions/workflows/ci.yaml…

    JavaScript
    View on GitHub↗1,173
  • ehmicky/gulp-execaehmicky avatar

    ehmicky/gulp-execa

    56View on GitHub↗

    Gulp.js command execution for humans

    JavaScript
    View on GitHub↗56
  • sindresorhus/clipboard-clisindresorhus avatar

    sindresorhus/clipboard-cli

    507View on GitHub↗

    Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux.

    JavaScript
    View on GitHub↗507
See all 30 alternatives to Node Windows→

Frequently asked questions

What does coreybutler/node-windows do?

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

What are the main features of coreybutler/node-windows?

The main features of coreybutler/node-windows are: Process Management, Shell and Scripting, Shell and Execution.

What are some open-source alternatives to coreybutler/node-windows?

Open-source alternatives to coreybutler/node-windows include: sindresorhus/clipboardy — Access the system clipboard (copy/paste). sindresorhus/clipboard-cli — Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux. ehmicky/gulp-execa — Gulp.js command execution for humans. indigounited/node-cross-spawn — [npm-url]:https://npmjs.org/package/cross-spawn [downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg… shelljs/shelljs — ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system… sindresorhus/execa — Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It…