A Dummy Linux Terminal Emulator built with HTML, CSS & JavaScript
Terminal-HTML is a lightweight web-based Linux emulator. You can type commands, explore a virtual filesystem, and experience a terminal right in your browser—no installation required! Perfect for learning, practicing basic Linux commands, or just having fun.
Interactive command-line interface
Fake Linux filesystem navigation
Supports basic commands like ls, cd, cat, and custom commands
Stylish, responsive UI designed with HTML & CSS
Fully client-side: works in any modern browser
Clone the repo:
git clone https://github.com/builtbyashwin/Terminal.git
Open index.html in any modern browser.
Start typing commands in the terminal!
List of supported commands (you can edit depending on what you implemented):
help – shows all commands
ls – list files
cd – navigate folders
mkdir – makes a directory
pwd - shows present working directory
whoami - shows the username you logged in as
rmdir - removes a directory
Feel free to add more commands or features! Open a PR or issue if you find bugs.
GNU General Public License v3.0