Skip to content

1.Getting Started

Mehrad edited this page Jul 21, 2026 · 1 revision

MSH Wiki

Chapter 1: Getting Started

Welcome! This chapter explains how to download, install, and run MSH.

Requirements

  • Linux (Any Distribution)
  • Bash
  • Git
  • curl

Warning

Windows users should use a virtual machine or Git Bash.


Clone the Repository

git clone https://github.com/MEHRAD111/Msh.git

Open the Project Folder

cd Msh

Choose Your Branch

Rolling Release (SRR)

git switch Rolling-Release

Stable

git switch Stable

Note

Rolling-Release (SRR) contains the latest features but is experimental and may contain bugs.

Stable is fully tested and recommended for daily use.


Run MSH

Rolling Release

bash MSH-SRR.sh

Stable

bash MSH-Stable-V3.sh

Next Step

Congratulations! 🎉

You have successfully started MSH.

Continue to Chapter 2 to learn about the built-in tools.

Clone this wiki locally