JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44
  • Score
    100M100P100Q61639F
  • License MIT

Linux terminal experience reimagined in Node.js, built for Windows only.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (windowsonbash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    🖥️ windowsonbash

    Ever dreamed of running your favorite Linux terminal commands inside Windows?
    THIS MODULE MAKES IT HAPPEN, BRO. 🧠💥

    It simulates iconic Linux CLI commands natively in Windows, through pure Node.js.
    No WSL. No virtualization. Just vibes. ⚡

    Demo


    🚨 Warning!

    ⚠️ This module is designed specifically for Windows environments.
    Using it on Linux or macOS is not recommended and may lead to unexpected behavior.


    🚀 Why use this?

    • Linux vibes on Windows: Run familiar commands without WSL.
    • Lightweight & Fast: No external binaries, pure Node.js.
    • 🔧 Easy to integrate: Ideal for custom shells, dev tools, and experiments.
    • 🧠 Great for learners: Simulate real CLI behavior while learning Node or Linux.

    📦 Included Commands

    Command What it does
    cat View file contents
    free -m Show memory usage in MB (RAM info)
    clear Clear the terminal screen
    htop Fake a process viewer UI
    ifconfig Display fake network interface info
    ls List directory contents
    lscpu Show CPU architecture info
    mkdir Create new directories
    nano Very basic terminal text editor
    neofetch Print system info in aesthetic style
    pwd Show current directory
    rm -rf Delete files or folders
    sleep Pause execution for a set time
    touch Create new empty files
    uptime Show system uptime
    wget Download files via HTTP/HTTPS
    which Find the location of executables

    🧠 Usage

    Install it:

    npm install windowsonbash