PortaLinux Core Utilities - Release Archive
The PortaLinux Core Utilities is an implementation of the Unix/Linux command-line utilities meant to replace the Toybox package. It's a Busybox-style multi-call binary, just like Toybox, but with a much nicer and more refined applet API.
It is the only PortaLinux subproject to have contributions open.
Here are the releases of this project repo:
v0.01: Initial release
Released on 2024/12/12 by CinnamonWolfy
First release. Here are the features:
- Multicall binary + internal API
- Contains 13 applets
- plkeyb taken from portalinux-project/portalinux
- login, mkdir, ls written from scratch
- Everything else from uutils by @mothcompute (thank you for letting me use your code btw :3)