MLWA Connect is an open-source desktop and mobile (yet to release) client for the MLWA Network. This tool eliminates the need for traditional browsers to use MLWA services by providing a direct connection, ensuring a seamless user experience.
Download the pre-build setup files from release page
- Directly connect and interact with MLWA services without a browser.
- Fully transparent codebase, allowing contributions and modifications.
- Currently desktop-ready, with mobile support arriving soon!
- Node.js (Download and install from Node.js Official Website).
-
Clone the Repository
git clone https://github.com/theseekerofficial/MLWA-Connect.git
-
Rename
sample.env
as.env
. (Changing values not recommend) -
Navigate to the Project Directory
cd mlwa-connect
-
Install Dependencies Run the following command to install all required dependencies:
npm install
If you encounter peer dependency conflicts, use the following command to bypass them:
npm install --legacy-peer-deps
-
Build the Application Generate the
.exe
file using:npm run build
-
Locate the Executable Once the build process completes, navigate to the
dist
folder in the project root to find:- The
.exe
file - Additional necessary files
- The
Technology | Purpose |
---|---|
Node.js | Backend JavaScript runtime |
Electron | Build desktop applications with web technologies |
Electron Builder | Packaging and distribution |
Electron Packager | Packaging Electron apps |
Node-Abort-Controller | Managing async operations |
Node Fetcher | Simplified HTTP requests |
- Name: The Seeker
- Telegram: MrUnknown114
- Email: caveoftheseekers@gmail.com
We welcome developers to contribute and enhance MLWA Connect. Follow these steps to get started:
-
Fork the Repository
git fork https://github.com/theseekerofficial/MLWA-Connect.git
-
Create a Feature Branch
git checkout -b feature-name
-
Commit Your Changes
git commit -m "Add your message here"
-
Push Your Changes
git push origin feature-name
-
Submit a Pull Request Open a pull request on the original repository to propose your changes.
MLWA Connect is licensed under the MIT License. See the LICENSE file for more details.
Stay informed about the latest updates, features, and contributions:
- Telegram Contact: Use This
- Email Support: caveoftheseekers@gmail.com