https://github.com/banana10101-wq/linux
Linux Terminal Emulator For Windows
https://github.com/banana10101-wq/linux
console csharp emulator for linux shell sudo terminal vim windows windows-emulator
Last synced: 3 months ago
JSON representation
Linux Terminal Emulator For Windows
- Host: GitHub
- URL: https://github.com/banana10101-wq/linux
- Owner: banana10101-wq
- Created: 2025-07-08T10:34:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T11:18:09.000Z (12 months ago)
- Last Synced: 2025-07-08T11:21:01.197Z (12 months ago)
- Topics: console, csharp, emulator, for, linux, shell, sudo, terminal, vim, windows, windows-emulator
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal Emulator v4.1




A powerful Linux-like terminal written in C# for Windows.
⚠️IMPORTANT NOTE: Password is admin123 in 4.0 version
⚠️Im not responsible for any damages
## 🛡️ Security Notice
This installer has been scanned with VirusTotal and was found to be **100% clean (0/61 detections)**.
[Proof](https://www.virustotal.com/gui/file/7e4c970259bddad54ca700c16c8bff16bd7cfdac36023268dd85b9f20dcf3382?nocache=1)
⚠️ Windows may warn you because the app is unsigned. This is expected for small/open-source projects.
> Click **“More Info” → “Run Anyway”** to continue.
## ✨ Features
- 🎨 Colorful `ls`
- 📝 `vim`-style text editor
- 🔐 `sudo` command with password protection
- 🧠 `history`, `alias`, `man`, `echo > file.txt` support
- 💾 Works directly with real Windows file system
## 🔧 Installation
1. Download `Linux Terminal Emulator.msi` or download the zip file from here: https://github.com/banana10101-wq/Linux/archive/refs/tags/4.0.zip
2. Run the installer.
3. Launch the terminal from the Desktop.
## 🖥️ Supported Commands
```bash
ls, cd, pwd, mkdir, touch, rm, cat
echo, clear, exit, whoami, mv, cp
vim, alias, man, history, sudo
echo Hello > file.txt # Output redirection