Hel-Builder: Create Your Program

This tool helps you turn your code folder into a real program that can be installed on Helwan Linux.


How to use it?

  1. Select Folder: Click the Deep Analyze button and choose your project folder.
  2. Wait for Analysis: The program will automatically find the name and what your software needs to run.
  3. Add Link (Optional): If your code is on GitHub, paste the link in the Git Source box.
  4. Finish: Click Generate, then click Save to keep the installation file in your folder.

How to install your program?

After saving, open your terminal inside the project folder and type:

makepkg -si

That's it! Your software is now installed on your system.


Developer: Saeed badrelden


Back