| Name | Modified | Size | Downloads / 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 maudeand 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.cmdorinstall.sh. On systems with a small amount of memory like a VPS you may get an error likeinstall.sh: line 5: 382383 Killed pip install ext/nsfw_modelin which case you should useinstall_lowmem.sh. - To use Microsoft PhotoDNA hashing you must put the
PhotoDNAx64.dll(Windows) orPhotoDNAx64.so(Mac) where the maude Python interpreter can find it: e.g. on Windows in theScriptsfolder 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-devor other method. See https://github.com/Cisco-Talos/clamav/blob/main/INSTALL.md for more info. - Run
maudeormaude.sh.