Installation
The Kerbal Assembler can either be installed via cargo through crates.io, as a standalone binary, or as a Windows installed executable.
Using Cargo
To install using cargo from crates.io, run the following command:
cargo install kasm
kasm should now be added to your shell's PATH and can be run from any terminal.
As a Standalone Binary
In order the install the binary file, you must download it from the GitHub releases.
- Download and extract the latest release's zip file from the Releases page
- Place the executable in the desired location
- kasm is now executable from the terminal. Powershell on Windows or your terminal on MacOS or Linux.
Windows Installer
A Windows installer program is included under the releases page for every major release of KASM
- Download and extract the latest installer from the Releases page
- Run the installer, and follow the prompts
- kasm should now be added to your PATH and available from the CMD and Powershell windows