Join WhatsApp

Join Now

Join Telegram

Join Now

How To Install Termux With Graphical Interface | Termux GUI

Rate this post

In This Post I Am Going To Show You How To Install Termux Using Graphical Interface. Basically We Will Install It With GUI. So That The Android Users Can Also Feel Like They Are Using Linux. We Will o Through The Step By Step Process Of Installing The Termux GUI In Android. So Let’s Start.

What Is Termux?

Termux Is An Android Terminal Emulator And Linux Environment App That Allows Users To Run A Linux-like Command-line Interface On Their Android Devices. It Provides A Powerful Terminal Emulator With A Full Linux Distribution, Enabling Users To Install And Run Various Linux Packages And Tools Directly On Their Mobile Devices.

Termux Essentially Brings The Linux Command Line Experience To Android, Allowing Users To Perform Tasks Such As Programming, Development, System Administration, And Ethical Hacking Directly From Their Smartphones Or Tablets.

Key Features Of Termux App?

Key Features Of Termux Include:

  • Package Management: Termux Uses The Apt (Advanced Package Tool) Package Manager, Allowing Users To Easily Install, Update, And Remove Software Packages.
  • Programming Environment: Users Can Install Programming Languages Like Python, Ruby, And Node.js, As Well As Development Tools And Editors To Code Directly On Their Android Devices.
  • Access To Device Resources: Termux Provides Access To Device Resources, Allowing Users To Manipulate Files, Use The Camera, Access GPS Data, And Interact With Other Hardware Functionalities From The Command Line.
  • Customization: Users Can Customize The Appearance Of The Terminal, Including Font Size, Color Schemes, And Keyboard Shortcuts, Making It A Flexible And User-Friendly Environment.
  • Networking And Security Tools: Termux Supports Various Networking And Security Tools, Making It A Popular Choice For Ethical Hackers And Security Enthusiasts To Perform Penetration Testing And Network Analysis.

Also Read: How To Install TBomb In Termux | Call And SMS Bomber.

How To Install Termux With Graphical User Interface

To Install Termux With Graphical User Interface, You Need To Follow The Given Steps One By One.

  • Step 1: First Of All Download The Termux App From The Official Site Of Termux Or F-Droid, As Termux Is Not Updated On The Playstore After 2019.
  • Step 2: After Installing The Termux App. Open It And Type The Below Commands One By One.
  • Update And Upgrade Termux: Open Termux And Run The Following Commands To Make Sure Your Package List Is Up To Date And All Installed Packages Are Upgraded.
pkg update && pkg upgrade -y
  • Installing Git In Termux: Termux GUI Is Hosted On Github, And You’ll Need Git To Download It. Install Git By Running.
pkg install git -y
  • Clone Termux Desktop Repository: Use Git To Clone The Termux Desktop Repository To Your Termux Environment. This Command Will Download The Termux Desktop Files To Your Device.
git clone --depth=1 https://github.com/adi1090x/termux-desktop.git
  • Navigate To The Termux Desktop Directory: Go To The Termux Desktop Directory By Running:
cd termux-desktop
  • Giving Executive Permission To The Termux Desktop Tool.
chmod +x setup.sh
  • Installing Termux GUI In Termux App:
./setup.sh --install

Setting Up Termux Desktop:

  • Step 3: After Typing The Above Command It Will Start Installing The Termux GUI In Termux App. During The Installation It Will Ask You To Set A VNC Password Like Below:
[*] Setting up VNC Server...

You will require a password to access your desktops.

Password:
Verify:
Would you like to enter a view-only password (y/n)? n

  • Step 4: Type A Password For The VNC App, By Keeping In Mind That Password Should Be Atleast 6 Characters.

If Everything Thing Was Okay, You Will See The Below Like Message:

New 'localhost:1 ()' desktop is localhost:1

Creating default startup script /data/data/com.termux/files/home/.vnc/xstartup
Creating default config /data/data/com.termux/files/home/.vnc/config
Starting applications specified in /data/data/com.termux/files/home/.vnc/xstartup
Log file is /data/data/com.termux/files/home/.vnc/localhost:1.log

[*] Server Is Running...

TigerVNC server sessions:

X DISPLAY #     PROCESS ID
:1              XXXXX

That’s It. Termux Desktop Is Installed Successfully. Restart Termux And Enter startdesktop Command To Start VNC Server And Connect Via VNC Client.

startdesktop

[*] Starting VNC Server...

New 'localhost:1 ()' desktop is localhost:1

Starting applications specified in /data/data/com.termux/files/home/.vnc/xstartup
Log file is /data/data/com.termux/files/home/.vnc/localhost:1.log
  • Step 5: Now We Need To Install The VNC App In You Android. Go To The Play Store And Install It.
  • Step 6: After Installing This Open It And Determine Port Number On Which VNC Server Listens. It Can Be Calculated Like This: 5900 + {display Number}. So For Display ‘localhost:1’ The Port Will Be 5901.
  • Step 7: Now Open The VNC Viewer Application And Create A New Connection With The Following Information. (Assuming That Port Is 5901).
Address:
127.0.0.1:5901

Name:
Termux
  • Step 7: Now Launch It And It Will Ask For The Password That You Set For VNC. Enter That Password And You Will Be Directed To The Termux Desktop.

That Is It, We Have Successfully Installed The Termux Graphical Interface In Our Android. If You Have Any Issue Just Comment Below. We Will Try Our Best To Help You Out.

Conclusion

Termux Graphical Interface Provide A Good And Best Environment For Termux Users. Now You Can Open Different Things In The Desktop Mode. And Also It Looks Like A Linux Sub System. This Tool Has Been Created By adi1090x So You Can Check It There Also.

Frequently Asked Questions:

Can Termux Be Used With GUI

Yes Termux Can Be Used With A GUI, Although It Is Not An Internal Future Of The App.

How To Install GUI In Termux

Just Read The Above Article You Can Easily Set Up GUI In Termux

How Do I Display Over Other Apps In Termux?

Go Into The App Settings For Termux:GUI, Open The Advanced Section And Enable “Display Over Other Apps”.

Hello There, My Name Is E3xSA. I Am The Founder Of The Termux Tools, I Hope You Have Found This Site And Its Articles Usefull.

1 thought on “How To Install Termux With Graphical Interface | Termux GUI”

Leave a Comment