Skip to content
/ MOA Public
forked from searxng/searxng

MOA is a free search engine that respects people's privacy and does not collect information from them.

License

Notifications You must be signed in to change notification settings

moa-engine/MOA

 
 

Repository files navigation

MOA

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

About

MOA is a free search engine that respects people's privacy and does not collect information from them.

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Languages

  • Python 96.2%
  • Shell 1.3%
  • HTML 0.9%
  • Less 0.7%
  • JavaScript 0.4%
  • CSS 0.2%
  • Other 0.3%