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.
- Project led by Dr. Benjamin Miller and Dr. Michael Taylor in the Oklahoma Medical Research Foundation Aging & Metabolism Research Program
- Programmed by Eric Wang
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