A GUI for SRM Executables, which is a command-line utility. Internally, this GUI is not a rewrite of SRM executables; it is a wrapper over the command-line interface, and a command is still executed.
Downloads are available in the releases section in the right side of your screen on desktop.
Once you've cloned this project and installed dependencies with npm install
, start a development server:
npm run tauri dev
To create a production version of SRM executables:
npm run tauri build