dthree/cash
Cross-platform Linux commands in ES6 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3845
- days_rel: n/a
- days_push: 2423
- n_releases_24m: 0
Adoption not part of the score
7736 stars · 197 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Cash is a cross-platform implementation of common Unix/Linux shell commands written in pure ES6 for Node.js, installable via npm. It provides an interactive shell and a programmatic API for running commands like ls, grep, and cp on any platform, especially Windows.
Use cases
- run linux commands like ls and grep on windows
- use unix shell commands in node.js scripts programmatically
- cross-platform bash-style scripting in javascript
- avoid installing cygwin or wsl for basic unix commands
- pipe windows and unix commands together like ipconfig | grep
- install individual unix commands globally via npm
When to choose
- you need basic unix commands on windows without native compiling
- you want to invoke shell-like commands programmatically from javascript
- you prefer a pure-node, dependency-free alternative to cygwin
When to avoid
- you need a full POSIX shell or complex bash scripting
- you need actively maintained software - the project is unmaintained and seeking volunteers
- you are on a unix-like system that already has these commands natively
- you need advanced command features beyond the implemented subset
Facets
cli-tool · maturity abandoned
cli developer-tools file-system developer-tools cross-platform cross-platform windows cli unix-commands shell-emulator es6 bash-alternative windows-unix-commands command-line nodejs linux macos
2 sources
- readme: https://github.com/dthree/cash · fetched 2026-08-28 · 0a4a0fd294ba
- registry_npm: https://registry.npmjs.org/cash · fetched 2026-08-29 · 094da611418f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dthree/cash | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem