Warning:
Due to our limitations and challenges, we are currently unable to proceed with the development and continuation of the project until further notice. We prefer not to declare the project as stopped, and we will not be archiving the repository.
We recommend using searxng, as another version for MoA may not be released.
If you want to take over the maintenance of the project, open an issue
MOA is a free and open source search engine based on the searxng project. This program was created with the aim of simplicity and usability for the general public, providing good and usable results while ensuring privacy, transparency and freedom on the Internet.
server | Server manager |
---|---|
https://moae.sbs (Official) | MiladHossein |
https://moa.mann-e.com | prp-e |
https://moa.mahdium.ir | mahdium |
MOA development group has no authority over unofficial servers.
Want to add your server to the list? Open a issues!
To install and use MOA, follow these steps:
with script:
-
Clone the repository by running the following command:
git clone [email protected]:moa-engine/MOA
-
Navigate to the MOA directory:
cd MOA
-
Run the web application using the following command:
make run
Now you can see MOA in your browser: https://localhost:8888
with Docker:
-
install docker : (Debian Base Linuxs)
sudo apt install docker.io
-
Install from dockerhub :
docker pull moaengine/moa
-
Run the Docker image
docker run -p 8080:8080 moaengine/moa
Now you can see MOA in your browser: https://localhost:8080
Here are some screenshots of the application:
Please note that MOA is licensed under AGPL. If you would like to contribute, please send a message to @moa_engine on Telegram. Or create a new issues in this repository