Installation
Visit the Iron Coder GitHub: https://github.com/CAPSTONE-24-25-IRON-CODER/iron-coder
Navigate to the GitHub release.
Windows
Download the iron-coder-windows.zip
After unzipping the the file, run the setup.bat script by double clicking on it.
You might get a blue "Microsft Defender SmartScreen prevented an unrecognized app..." pop up. Click on "More info" and "Run anyway".
This script installs all necessary dependencies for Iron Coder, including Rust (nightly-2024-11-11) and Renode, configures the project to use the correct Rust version, and builds the application. The process may take a few minutes.
After everything is installed, navigate to the iron-coder folder and run the iron_coder.exe file.
macOS
Download the iron-coder-mac.zip
Run the iron-coder-install.sh shell script to install dependencies.
Run the iron-coder-run.sh shell script to run the application.
Other
Download the source code to build Iron Coder directly.
Use commands cargo build and cargo run. Please ensure that you have rust and Renode already installed on your machine!