Skip to content

Latest commit

 

History

History
93 lines (63 loc) · 2.45 KB

README.md

File metadata and controls

93 lines (63 loc) · 2.45 KB
MOA

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.

🌐 servers

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!

🚀 install

To install and use MOA, follow these steps:

with script:

  1. Clone the repository by running the following command:

    git clone [email protected]:moa-engine/MOA
    
  2. Navigate to the MOA directory:

    cd MOA
    
  3. Run the web application using the following command:

    make run
    

Now you can see MOA in your browser: https://localhost:8888

with Docker:

  1. install docker : (Debian Base Linuxs)

    sudo apt install docker.io
    
  2. Install from dockerhub :

    docker pull moaengine/moa
    
  3. Run the Docker image

    docker run -p 8080:8080 moaengine/moa
    

Now you can see MOA in your browser: https://localhost:8080

🏞️ Screenshots

Here are some screenshots of the application:

screenshots screenshots screenshots

✋ participation

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

cat