All Projects → termux → X11 Packages

termux / X11 Packages

Licence: other
Packages using the X Window System.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to X11 Packages

Termux Archlinux
You can use setupTermuxArch.bash 📲 to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/
Stars: ✭ 384 (+80.28%)
Mutual labels:  termux, linux-distribution, packages
Termux Packages
A build system and primary set of packages for Termux.
Stars: ✭ 6,916 (+3146.95%)
Mutual labels:  termux, linux-distribution, packages
Termux Extra Packages
Stars: ✭ 110 (-48.36%)
Mutual labels:  termux, packages, x11
Unstable Packages
A place for untested & problematic packages.
Stars: ✭ 149 (-30.05%)
Mutual labels:  termux, linux-distribution, packages
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+206.57%)
Mutual labels:  termux, linux-distribution, packages
Game Packages
Games for Termux
Stars: ✭ 155 (-27.23%)
Mutual labels:  termux, linux-distribution, packages
termux-arch
You can use setupTermuxArch.sh 📲 to install Arch Linux in Termux on Android and Chrome. This setup script will attempt to set Arch Linux up in your Termux environment.
Stars: ✭ 25 (-88.26%)
Mutual labels:  linux-distribution, termux
TermuxPRoot
SetupTermuxPRoot.sh 📲 shall install Linux distributions in Termux on Android and Chrome. This setup script will attempt to set Linux distributions up in your Termux environment.
Stars: ✭ 59 (-72.3%)
Mutual labels:  linux-distribution, termux
Libagar
Cross-Platform GUI Toolkit (stable)
Stars: ✭ 212 (-0.47%)
Mutual labels:  gui, x11
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (+1775.12%)
Mutual labels:  gui, x11
Node X11
X11 node.js network protocol client
Stars: ✭ 453 (+112.68%)
Mutual labels:  gui, x11
X11docker
Run GUI applications and desktops in docker and podman containers. Focus on security.
Stars: ✭ 3,797 (+1682.63%)
Mutual labels:  gui, x11
Microwindows
The Nano-X Window System
Stars: ✭ 230 (+7.98%)
Mutual labels:  gui, x11
triton
Triton Operating System
Stars: ✭ 56 (-73.71%)
Mutual labels:  packages, linux-distribution
X11ui
Simple UI framework using github.com/BurntSushi/xgbutil package using Go.
Stars: ✭ 18 (-91.55%)
Mutual labels:  gui, x11
Antergos Packages
PKGBUILD's for antergos packages
Stars: ✭ 119 (-44.13%)
Mutual labels:  linux-distribution, packages
Docker X11 Bridge
Simple Xpra X11 bridge to enable GUI with any docker image
Stars: ✭ 143 (-32.86%)
Mutual labels:  gui, x11
Stow
GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches
Stars: ✭ 207 (-2.82%)
Mutual labels:  packages
Frankenwm
🖼️ Fast dynamic tiling X11 window manager
Stars: ✭ 209 (-1.88%)
Mutual labels:  x11
Zgui
zxvnme's graphical user interface
Stars: ✭ 204 (-4.23%)
Mutual labels:  gui

Termux X11 Packages

Packages last build status

There are located build scripts and patches for Termux X11 packages.


@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with new packages or bug fixes.

If you wish to contribute, please take a look at X11 packages contributing guide and developer's wiki pages.


How to enable this repository

Repository is not enabled in Termux by default. First enable it to be able to install its packages:

pkg install x11-repo

Using X11 on Termux

Programs using the X11 Windowing System cannot be used standalone like normal command-line utilities. Termux does not provide a native way for video output and therefore you will need to install additional software.

The recommended setup is a VNC server (package tigervnc) running on localhost and a VNC Viewer (by RealVNC Limited) Android application for accessing the video output.

There possible to use other Xserver solutions like XServer XSDL, but they are not guaranteed to work properly with our packages.

More information about setting up a graphical environment is on the Termux Wiki.

Only for Termux installations on Android 7.0 or higher.

Building packages

You can build all packages manually by using the provided docker image. The only requirements are Linux-based host with Docker installed.

  1. Clone this repository:

    git clone https://github.com/termux/x11-packages
    
  2. Enter build environment (will download docker image if necessary):

    cd ./x11-packages
    ./start-builder.sh
    
  3. Choose package you want to build and run:

    ./build-package.sh -a ${arch} ${package name}
    

    Replace ${arch} with target CPU architecture and ${package name} with package name you want to build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].