malehTerminal

A custom-built terminal inspired by the functionality and design of Bash. A personal project to experiment with shell-like features.

Download Now

🚀 Bash-Inspired

Replicates Bash’s core functionality as closely as possible. Experiment with shell-like features in a controlled environment.

⚙️ Customizable

Configure your terminal using the .malehterminalrc file. Change colors, prompt style, and more to suit your preferences.

🔓 Open Source

Freely available to everyone. Use, modify, and integrate the code into your own projects. Community-driven development.

Image

Installation & Download

📦

Source Code

Download the full source code and compile malehTerminal yourself. Ideal for developers and for learning purposes.

🪟

Windows Executablev3.0

Directly executable .exe file for Windows. Simple installation with no Python setup required. Latest version available!

Download v3.0 (.exe)

Manual Installation

Install malehTerminal3 using Git and Python:

git clone https://github.com/Melih61/malehTerminal3.git
cd malehTerminal3
pip install -r requirements.txt
python terminal.py

Configuration

To see configuration check docs