Home

Awesome

V2 coming soon with a new UI and new features

<div> <div align="center"> <img src="./mockup.png" width="100%" /> <br /> <br /> <p>If you are tired of abusive ads while listening and web downloaders being seized, give MOO a chance!!! Lightweight, simple and objective.</p> </div> <br /> </div> <br /> <div align="center"> <h3>Desktop</h3>

<a href="https://github.com/imf4ll/moo/tree/master/desktop">How to install and use</a>

Pre-builded binaries and executables (Only for desktop version):

OSBinary
LinuxDownload
WindowsDownload
MacOSCurrently not supported by Wails, follow the steps to build

If any of these pre-builded binaries fail to run, you'll need to build manually following the steps.

</div> <br /> <div align="center"> <h3>Web</h3>

<a href="https://github.com/imf4ll/moo/tree/master/web">How to install and use</a>

</div> <br /> <div align="center"> <h3>CLI</h3>

<a href="https://github.com/imf4ll/moo/tree/master/cli">How to install and use</a>

</div> <br /> <hr /> <br />

📜 Requirements:

<br />

<a id="updating"></a>

♻️ Updating

Desktop

  1. Move to root directory of moo

  2. Pull and rebuild

$ git pull origin master

$ cd desktop/

# All builded binaries and exes are storaged on 'build' directory
$ wails build

Web

  1. Move to root directory of moo

  2. Pull and rebuild

$ git pull origin master

$ cd web/

$ pnpm run build
  1. ONLY IF USED AS SERVICE OF SYSTEMD ON LINUX: sudo systemctl restart moo.service

CLI

  1. Move to root directory of moo

  2. Pull and rebuild

$ git pull origin master

$ cd cli/

# LINUX
$ make install

# WINDOWS
$ pyinstaller --one-file src/moo.py