KIB in Batch



This content originally appeared on DEV Community and was authored by benja2998

KIB in Batch

I made KIB in Batch, which is a lightweight UNIX-like environment for Microsoft Windows. The automatically generated standalone batch file (creates all needed files and runs the main script) weighs less than 500 kilobytes!

Installation

Installing KIB in Batch is quite simple. You must go to https://github.com/KIB-in-Batch/kib-in-batch/releases/latest and download kib_in_batch.zip.

Use cases

You may use this over other UNIX-like environments for IoT devices, which have very limited resources. Cygwin, Msys2 and WSL are heavy.

You may also use this when SSHing to a Windows Server.

Links

Notes

  • KIB in Batch is a recursive acronym. KIB stands for “KIB in Batch”.


This content originally appeared on DEV Community and was authored by benja2998