An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Terminal Emulator v4.1
![Built with C#](https://img.shields.io/badge/built%20with-C%23-blue)
![Terminal Project](https://img.shields.io/badge/type-terminal-green)
![Version](https://img.shields.io/badge/Version-4.1-informational?style=flat&logo=windows-terminal&logoColor=white&color=0abde3)
![Platform](https://img.shields.io/badge/Platform-Windows-0078D6?logo=windows&logoColor=white)

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