npm
kona
Open-source implementation of the K programming language
brew
macos
linux
Try with need
$
npx @agentneeds/need kona
Or install directly
$
brew install kona
Source
About
Open-source implementation of the K programming language
Commands
k
Examples
Start the interactive K REPL
$
k
Execute a K script file
$
k script.k
Run a K command directly
$
k -e '1+2'