Repository: termuxprofessor/wintermux
Branch: master
Commit: cc06ee5c0e3e
Files: 3
Total size: 3.4 KB
Directory structure:
gitextract_6un7on22/
├── LICENSE
├── README.md
└── wintermux.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2020 Termux Professor
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: README.md
================================================
# WinTermux
Script For Install Windows In Android By Termux. Without Root.
---
## • First Download WIN10TP.iso File
* Go to http://bit.ly/wintermux.
* Download WIN10TP.iso file from link given above. File size is about 480mb.
* Put this file in download folder. don't change name of iso file.
* Then open temux and give following commands.
## • How To Install In Termux
`$ termux-setup-storage`
`$ pkg up -y`
`$ pkg install git`
`$ git clone https://github.com/termuxprofessor/wintermux`
`$ cd wintermux`
`$ chmod +x wintermux.sh`
`$ bash wintermux.sh`
Download and open VNC viewer app from playstore. Create new connection. Set server as 127.0.0.1:2. Then Connect.
And You are Ready to Rock....
---
<p align="center">
Follow Me On
</p>
<p align="center">
<a href="https://www.youtube.com/c/TermuxProfessorYT">
<img src="https://github.com/th3unkn0n/extra/blob/master/.img/yt.png" width="40" height="40">
</a>
<a href="https://instagram.com/termuxprofessor">
<img src="https://github.com/th3unkn0n/extra/blob/master/.img/ig.png" width="40" height="40">
</p>
================================================
FILE: wintermux.sh
================================================
#!/bin/bash
#Do not copy or edit code read LICENSE First.
#This Script is coded by Termux Professor (Youtuber)
#banner
clear
echo -e "\e[1;92m ╦ ╦┬┌┐┌ \e[1;91m╔╦╗┌─┐┬─┐┌┬┐┬ ┬─┐ ┬"
echo -e "\e[1;92m ║║║││││ \e[1;91m║ ├┤ ├┬┘││││ │┌┴┬┘"
echo -e "\e[1;92m ╚╩╝┴┘└┘ \e[1;91m╩ └─┘┴└─┴ ┴└─┘┴ └─"
echo -e "\e[1;92m [+] YouTube: \e[1;91mTermuxProfessor"
echo -e "\e[1;92m [+] Github: \e[1;91mtermuxprofessor\e[1;97m"
echo ""
#isocheaker
read -p "Does WIN10TP.iso File In Your Download Folder?(Yes/No) : " input
if [[ $input == Yes || $input == yes || $input == y || $input == Y ]]; then
clear
cd $HOME
termux-wake-lock
pkg install x11-repo -y
pkg install qemu-system-x86_64 -y
clear
echo -e "\e[1;92m1] Allow Storage Permission To Termux."
sleep 3
clear
read -p "Select Size Of RAM In MB Ex 1GB = 1024 : " ram
echo "[+] Server Is Running...."
echo -e "Your Server IP is:\e[1;91m 127.0.0.1:2"
qemu-system-x86_64 -m $ram -cdrom storage/downloads/WIN10TP.iso -vnc 127.0.0.1:2
elif [[ $input == No || $input == no || $input == n || $input == N ]]; then
echo -e "\e[1;91m1. First Download WIN10TP.iso file from this Link: \e[1;92mhttp://bit.ly/wintermux" #pastedownload link here
echo "2. Put WIN10TP.iso file into download folder."
exit 2
else
echo -e "\e[1;91mInvalid Option"
exit 1
fi
gitextract_6un7on22/ ├── LICENSE ├── README.md └── wintermux.sh
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (4K chars).
[
{
"path": "LICENSE",
"chars": 1073,
"preview": "MIT License\n\nCopyright (c) 2020 Termux Professor\n\nPermission is hereby granted, free of charge, to any person obtaining "
},
{
"path": "README.md",
"chars": 1084,
"preview": "# WinTermux\nScript For Install Windows In Android By Termux. Without Root.\n---\n## • First Download WIN10TP.iso File\n* Go"
},
{
"path": "wintermux.sh",
"chars": 1317,
"preview": "#!/bin/bash\n#Do not copy or edit code read LICENSE First.\n#This Script is coded by Termux Professor (Youtuber)\n#banner \n"
}
]
About this extraction
This page contains the full source code of the termuxprofessor/wintermux GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (3.4 KB), approximately 1.2k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.