Skip to content

New RustScript CLI tool Windows Installer

Compare
Choose a tag to compare
@WilliamRagstad WilliamRagstad released this 09 Aug 10:59
· 45 commits to main since this release

Install the RustScript CLI tool rsc just like any other toolchain, run the .msi installer file, follow the installation instructions in README.md and you're all good to go!

Installation

Windows

Download the rsc.zip or rsc-2.2.0.msi file and follow the instructions in README.md.

MacOS and Linux

Download the rsc.jar file and run as usual with java -jar rsc.jar

New

  • Native rsc command support, no more java -jar ...
  • Execute any script file by simply double-clicking on them (Windows only)
  • Easily install the toolchain
  • Simpler updates support with this better abstraction