# Server Binary If you're using other editors, manually installing the server binary is required. ## GitHub Releases You can download pre-built binaries from [GitHub Releases](https://github.com/g-plane/wasm-language-tools/releases). Select the corresponding file according to your platform. ## Cargo If you've installed Rust, you can run Cargo to install it globally: ```bash cargo install wat_server ```