Caution
This build of Modmail is currently a work in progress and is considered highly unstable and lacks essential features. It is not recommended for general usage at this time. Please use the stable v4 release for production environments at https://github.com/modmail-dev/modmail.
No migration effort will be made between pushes, bugs and vulnerabilities are expected, and data loss may occur if used. We are also not accepting contributions through issues and pull requests for this branch at this time.
- Copy
config.yaml.exampleand rename it toconfig.yaml, then edit it with your settings - Install uv, then run
uv sync --locked --compile-bytecode --no-default-groups --extra speed --extra DBTYPEto install the dependencies- Replace
DBTYPEwithmongodborsqlite, only these two are supported at the moment
- Replace
- Start the bot with
uv run python start.py
Please note that the database structure may change at any time, and database migrations between v5 alpha development versions are not available. You will need to drop the database when the structure changes.
- Forum implementation, alternative to category/channel structure
- Implement log channel message
- Convert certain embeds to use component v2
- "Custom locale" to allow overriding specific locale strings without editing language files
- Proper pytest unit tests (see how other projects do it)
- pyinstaller or nuitka compiled build, also with an installer
- Message attachment support (linked attachment to storage channel)
The current release of Modmail (v5) is a complete relicensed rewrite of the original Modmail bot. Special thanks to the original Modmail dev team (kyb3r, fourjr, Taaku18) for their work, and to the contributors of the original Modmail bot for their help in making this project possible.