Leucine calculator for MSUD management. Windows, Mac, and Linux.

I created a calculator to approximately calculate milligrams of leucine and exchange based on serving size by grams of protein. You can save the calculation as a food and further calculate meal totals. It could be helpful for people with MSUD or possibly body builders needing to calculate luecine intake.

I provide this software free of charge and without any warranty expressed or implied. This software was tested but could contain errors or incorrect information. This software does not contain any security features and should not be used on public or insecure computers if you think there is a risk of data tampering. Please e-mail me with “leucine calc” in the subject line to report any bugs or erroneous values.

Consult a physician before using this software and have your doctor or nutritionist evaluate whether this software will meet your individual needs before use. I am not a medical doctor.

Warning: Software is majorly outdated.

Download for

Windows [12.7 mb] SHA1 : 44724d50afebeeb67d384c453ee3a028cd02b8c2

Mac [2.4 mb] SHA1: 93a9371b368cc3f3b887a1937deaefb4c3a591e3

Linux 32bit [9.1] SHA1: 3a45980bc0e9aba222aba82af74195147155dcea

If you have trouble running on 64bit Linux you will need to install 32bit libs. These three terminal commands should be what you need in modern Ubuntu. Worked for me on Ubuntu Gnome 15.10.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386