Download

keen.tar.xz (all platforms)

Setting up Keen

Prerequisites

You need a Java runtime on your system.

You may also want to install Node.js to run JavaScript tests locally. This isn't needed if you will always run in the browser.

Global install

cd ~/Downloads
sudo tar -xJf keen.tar.xz -C /usr/local/bin bin --strip-components 1
sudo mkdir /usr/local/include/keen
sudo tar -xJf keen.tar.xz -C /usr/local/include/keen include --strip-components 1

To uninstall: sudo rm -r /usr/local/bin/keen /usr/local/include/keen

Local install

tar --extract --xz --file keen-linux-64.tar.xz
export PATH="$PATH:~/Downloads/keen"

To uninstall: rm -r ~/Downloads/keen

Setting up your editor

VSCode

The VSCode extension includes syntax coloring, hover, go-to-definition, find-references, etc.

keen.vsix
code --install-extension keen.vsix

Other editors

Ask if you want support for a different editor.