# w16 > JavaScript Engine powered by Rust ## Installing ### As a cargo crate ```sh cargo add w16 ``` ### As a binary executable ##### Curl If you’re running macOS, Linux, or another Unix-like OS. To download Rustup and install Rust, run the following in your terminal: ``` sh curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/raphamorim/w16/main/scripts/install.sh | sh ``` ##### Brew ``` brew install w16 ``` ## Roadmap / TODO - [ ] Installing - [ ] Cargo crate (crates.io/) - [ ] Curl using script automation - [ ] Brew (https://brew.sh/) - [ ] Github Packages