RadRisks is a tool that allows radiation protection professionals to calculate the lifetime risk per unit intake by inhalation or ingestion for a specific radionuclide over a specified period of time. It is built with Tauri, React, Typescript, Tailwind CSS, and Rust.
To set up a local development environment, first install Rust and system dependencies by following these instructions for your respective operating system.
- Clone the repository
git clone https://github.com/davborre/RadRisks.git
- Go into the newly created directory
cd RadRisks
- Run the following command
npm install
- Start a development build of the app
npm run tauri dev
The previous program, RiskTab, can be installed at epa.gov.
BSD-3-Clause