Deno¶ Deno is a secure runtime for JavaScript and TypeScript. Getting Started¶ After installing Deno, manually add the directory to your $HOME/.zshrc (or similar). export DENO_INSTALL="$HOME/.deno" export PATH="$DENO_INSTALL/bin:$PATH"