# Install Bun CLI v0.1.4 (Beta) | webally.co.za

Published 2022-03-07

Bun is fast and does more for less, so drop Node and Deno and lets install Bun

You can get this off of their website at: https://bun.sh, but no need to. Just run the following command:

curl https://bun.sh/install | bash

Then run the following command to test:

bun --v

That is it.