Skip to content

banana10101-wq/Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Terminal Emulator v4.1

Built with C# Terminal Project Version Platform

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

⚠️ 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

ls, cd, pwd, mkdir, touch, rm, cat
echo, clear, exit, whoami, mv, cp
vim, alias, man, history, sudo <command>
echo Hello > file.txt     # Output redirection