Download Latest Version maude-v0.1.2.3.zip (589.8 MB)
Email in envelope

Get an email when there's a new version of maude

Home / v0.1.2.3
Name Modified Size InfoDownloads / Week
Parent folder
maude-v0.1.2.3.tar.gz 2022-04-02 584.7 MB
maude-v0.1.2.3.zip 2022-04-02 589.8 MB
README.md 2022-04-02 1.3 kB
v0.1.2.3.tar.gz 2022-04-02 128.6 kB
v0.1.2.3.zip 2022-04-02 147.9 kB
Totals: 5 Items   1.2 GB 0

Release notes

  • Bugfix release for v0.1.2
  • Add missing colorama module requirement
  • Check for private-key file existence

Requirements

  • libclam-dev on *nix/macOS

Installation

  • Create a venv e.g python3 -m venv maude and activate it
  • Unzip or untar release archive and change to the release directory. Note that you do not need to download any models as they are included in the release archive.
  • Run install.cmd or install.sh. On systems with a small amount of memory like a VPS you may get an error like install.sh: line 5: 382383 Killed pip install ext/nsfw_model in which case you should use install_lowmem.sh.
  • To use Microsoft PhotoDNA hashing you must put the PhotoDNAx64.dll (Windows) or PhotoDNAx64.so (Mac) where the maude Python interpreter can find it: e.g. on Windows in the Scripts folder of your maude Python venv. See here for more info.
  • On Windows the libclamav* DLLs are bundled with maude however on other platforms you'll have to install it yourself using your package manager e.g. sudo apt-get install libclamav-dev or other method. See https://github.com/Cisco-Talos/clamav/blob/main/INSTALL.md for more info.
  • Run maude or maude.sh.
Source: README.md, updated 2022-04-02