oksh

Portable OpenBSD ksh shell based on public domain Korn shell

brewmacoslinux
Try with needOr install directly
Source

About

Portable OpenBSD ksh, based on the public domain Korn shell (pdksh)

Commands

oksh

Examples

Start an interactive oksh shell session$ oksh
Execute a shell script using oksh$ oksh script.sh
Run a single command in oksh$ oksh -c 'echo Hello World'