Download
AnonMed is a command-line Java application.
Requirement
You need to have installed Java Platform, Standard Edition (Java SE) JRE 1.8+. First, download JRE and install it if you do not have installed Java on your computer yet).
AnonMed Version
The latest AnonMed stable version is 2024.11.
How to Install AnonMed:
- On GNU/Debian Linux, it is possible to use the prepared Deb package.
- Download Download the latest DEB file (Debian package)
- On Debian Linux, install using command:
dpkg -i anonmed_2024.11-1_all.deb
It is installed in the /usr/share/lib/anonmed/ directory with system configuration in /etc/mre/anonmed/.
- You can use AnonMed by typing command:
anonmed
. Please, see Usage for information how to use it.
- On other platforms, use the ZIP file.
- Download Download the latest ZIP file
- Extract files from the downloaded archive using e.g. unzip or 7zip.
unzip anonmed-2024.11.zip
- Go into the created directory
cd anonmed-2024.11/
- Run AnonMed
- by typing command
./anonmed.sh
and see the output. This script will print more details and create configuration files with input directory ./data/, when executed for the first time. - or by execution of command:
java -jar anonmed-2024.11.jar <<<options>>>
- by typing command
How to Use
Please, see Usage for information how to use AnonMed.