GitHunt
UL

UltiRequiem/coreutils

๐Ÿฆ• Cross-platform Deno rewrite of the GNU Coreutils

coreutils

Cross-platform Deno Rewrite of the GNU Coreutils ๐Ÿฆ•

Install

Any of the options here will require that you have Deno
Installed.

We are currently working on provide binaries on
#27 ๐Ÿ“ฆ

While Node.js support is not a principal goal we plan to
support it, #34 ๐Ÿ‘€

All commands

Linux

  • Using curl
curl -fsSL https://deno.land/x/coreutils/scripts/install.sh | sh
  • Using wget
wget -O - https://deno.land/x/coreutils/scripts/install.sh | sh

Windows

Still a WIP, if you are interested in helping check the issue
#36 ๐Ÿš€

PowerShell
user needed! ๐Ÿ˜ฉ

Individual commands

This is equal on Windows and Linux

deno install -n jsyes https://deno.land/x/coreutils/commands/yes/yes.ts

Deno Docs

Usage

If you use the method that install all the commands together you can invoke them
as the normal coreutils commands + the js prefix, example ๐Ÿ‘‡

jsyes # yes equivalent

Contributing

This project is actively looking for contributors! โญ

Check the contribution docs and the issue
#35 for more info ๐Ÿน

Support

Open an Issue, I will check it a soon as possible ๐Ÿ‘€

If you want to hurry me up a bit
send me a tweet ๐Ÿ˜†

Consider supporting me on Patreon if you like
my work ๐Ÿ™

Don't forget to start the repo โญ

Authors

Eliaz Bobadilla - Creator and Maintainer ๐Ÿ’ช

See also the full list of
contributors who
participated in this project โœจ

Licence

Licensed under the MIT License ๐Ÿ“„

Languages

TypeScript91.4%Shell7.8%PowerShell0.8%

Contributors

MIT License
Created October 24, 2021
Updated August 10, 2025
UltiRequiem/coreutils | GitHunt