It is disappointing to see this message as the basics of what the software is on their site (<a href="https://deno.land/" rel="nofollow">https://deno.land/</a>):<p><pre><code> Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.
</code></pre>
Only to have that immediately followed by really poor practice of suggesting this as the installation method:<p><pre><code> curl -fsSL https://deno.land/install.sh | sh
</code></pre>
This is not strictly related to Deno -- lots of software does this -- but if you're going to suggest your thing is more secure than the other guys' thing (which is implied by calling your thing secure), you shouldn't then be immediately throwing that credibility away.<p>Yes, the page offers a link to the "Releases" page at their github repository. However, anyone familiar with any kind of UX will understand immediately that this is effectively burying the link and subtly makes the statement that you don't really want to bother with that other way of doing things. They also don't provide a gzipped/bzipped tarball for the linux install but a zip file instead, adding an additional barrier/dependency.<p>I understand this is an area where security is losing the tug of war to ease of distribution/access but it pains me to see it on any project, let alone the potentially good ones.