Skip to content

Marechan is a 100% selfhosted AI that replies to your mails

License

Notifications You must be signed in to change notification settings

douxxtech/marechan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image of this repo

Marechan is a 100% selfhosted AI that replies to your mails

Chat with Marechan !

To directly try marechan, send an email to [email protected]

1. How to setup

  1. To setup marechan, first clone this repository.

Note: DKIM is not set up, so maybe Gmail outlook etc clients won't get our mails

git clone https://github.com/douxxtech/marechan
  1. Navigate to the cloned project and then install the requirements. Make sure you have python3 and pip3 installed.
cd marechan
pip3 install -r requirements.txt
  1. Edit the configuration file and the assistant file
  • config.conf: You can here edit some specific things, and setup the logs via discord webhook

  • assistants.json: here you can edit all your assistants, with their prompts. Prompt enhancments are provided by utils/prompt_enhancer.py

  1. Make the marechan file executable: On linux:
chmod +x marechan.py
  1. Transport the mail to marechan, the mail imput should go in the STDIN of the file.

It depends on the mail server you are using, so no specific tutorial here.

2. Need help ?

Configurating can be a bit hard, so please open an issue if you need any help.

LICENSE

Licensed under GPL-3.0

About

Marechan is a 100% selfhosted AI that replies to your mails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published