jcubic / fake-linux-terminal

Fake GNU/Linux, Unix, MacOS terminal based system
https://fake.terminal.jcubic.pl
GNU Affero General Public License v3.0
15 stars 4 forks source link
demo example fake fake-termial-website fake-terminal fake-web-terminal linux svg terminal terminal-style-website

Fake Linux Terminal

Laptop with Fake Linux Terminal using jQuery Terminal

This project is attempt to recreate Unix like Terminal-based environment.

This is not Emulator, you will not be able to compile and run C++ programs. Instead this is a model of Unix system (GNU/Linux or MacOS), where things in the system are implemented in JavaScript.

This can be nice way to learn how Unix system works if you read the code. But also you will be able to play with terminal based Linux in browser.

The system will run completely in Browser, no Backend. It will be based on FileSystem Images.

TODO

License

    Copyright (C) 2022 Jakub T. Jankiewicz <https://jcubic.pl/me>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>