GOAL OS — MASTER TERMINAL REFERENCE

GOAL Investment Inc.  |  For Michael Bruer  |  MacBook Air M4 + Windows Desktop  |  June 20, 2026
Chapter 1 — What Is Terminal and How to Open It
Terminal is a text window where you give your computer direct instructions. No clicking. No menus. You type a command, press Enter, and the computer does exactly what you told it. This is how professionals control machines. This is your command center.
Command + Space
Opens Spotlight — the Mac search bar. Do this first.
Type: Terminal
Type the word Terminal in Spotlight, then press Enter. The Terminal window opens.
Command + T
While Terminal is open — opens a new tab. You can run multiple things side by side.
The dollar sign ($) you see in Terminal just means "ready for your command." You do not type the dollar sign. Just type the command after it.
Chapter 2 — Basic Navigation (Know Where You Are)
Every Terminal session starts somewhere on your computer. These commands tell you where you are and how to move around.
pwd
Print Working Directory — shows exactly which folder you are currently in. Use this when you are lost.
ls
Lists all files and folders in your current location. Like opening a drawer and seeing what is inside.
ls -la
Shows everything including hidden files and their sizes. More detail than plain ls.
cd ~
Go home. Takes you back to your main user folder no matter where you are. Use this when lost.
cd Desktop
Move into your Desktop folder. Replace Desktop with any folder name you see from ls.
cd ..
Go up one folder level. Like pressing the Back button.
clear
Clears all text from the screen. Nothing is deleted — just cleaned up. Do this anytime it gets cluttered.
Control + C
Emergency stop. Kills whatever is currently running. Use this if something gets stuck or hangs.
Chapter 3 — The M1CH43L Bridge (Connect to Your AI Partner)
The bridge is the secure connection between your Mac and M1CH43L. When the bridge is live, M1CH43L can push files directly to your computer, deploy code, and operate your machine. Without the bridge, M1CH43L can only talk — not act.
m1ch43l-connect
THE main command. Starts everything — bridge server on port 8080 and secure ngrok tunnel. Run this every time you open Terminal. One word. That is all.
bash ~/.m1ch43l/m1ch43l-connect.sh
Backup version if the short command does not work. Same result.
curl https://m1ch43l.ngrok.app/ping
Tests if the bridge is live. Should return the word: pong. If it does — we are connected.
curl https://m1ch43l.ngrok.app/status
Full system status — what is running, what version, how long it has been up.
If m1ch43l-connect is not recognized, the shortcut alias was not installed yet. Use the full bash command above or message M1CH43L to reinstall it.
Never close the Terminal tab that is running the bridge while you are working. Open a NEW tab for other commands instead.
Chapter 4 — The Aria Terminal (Voice Conversations with M1CH43L)
The Aria terminal is a voice-activated conversation interface that runs directly in your Terminal. You speak — Aria listens — Aria responds out loud with her voice. This is the GOAL OS voice layer.
python3 ~/.m1ch43l/m1ch43l_voice_chat.py
Starts the Aria voice terminal. Aria greets you, listens through your microphone, and responds using her ElevenLabs voice.
cd ~/.m1ch43l && python3 m1ch43l_voice_chat.py
Alternative way to start it if the full path does not work.
Control + C
Stops the Aria voice terminal when you are done. Always use this to exit cleanly.
Aria uses your Mac microphone and ElevenLabs to speak. Make sure your MacBook volume is up. The first time it runs, it will ask for microphone permission — click Allow.
What you can say to Aria in terminal mode: "Good morning Aria" — she greets you back by name "Open AulTekVentory" — launches the demo app "What is my schedule today" — pulls your day "Send a message to Ray" — drafts outreach "Run the morning report" — system status summary "Shutdown" — closes the voice session cleanly
Chapter 5 — AulTekVentory Terminal Commands
These commands launch and manage the AulTekVentory inventory system from your Terminal.
open ~/Applications/AulTekVentory.app
Opens the AulTekVentory Mac app. This is the full demo with Aria voice, camera, inventory tabs — everything.
ray
Shortcut — opens AulTekVentory and logs in as Ray automatically. Aria greets Ray in Hindi. Use this when Ray is standing there.
open https://goalinvestment.biz/aultekventory_phone.html
Opens the live web version in Chrome. Works even if the app is broken. Works on any device anywhere.
The web version is your backup. If the app crashes at Tek-Trol, open Chrome, type that address, and the full demo is right there. You never lose the demo.
Chapter 6 — File Management
How to copy, move, delete, and download files from Terminal.
cp filename.html ~/Desktop/
Copies a file to your Desktop. Replace filename.html with the actual file name.
mv filename.html ~/Documents/
Moves a file to your Documents folder. This removes it from where it was.
rm filename.html
Deletes a file permanently. No trash. No undo. Be certain before using this.
curl -o ~/Desktop/file.html https://goalinvestment.biz/file.html
Downloads any file from the website directly to your Desktop. Replace file.html with the actual page name.
rm cannot be undone. Always double-check the file name before pressing Enter.
Chapter 7 — SFTP — Push Files to goalinvestment.biz
SFTP lets you upload files directly to your live website. M1CH43L handles this automatically, but here is how to do it manually if needed.
sftp ftp4930717@ftp-a5349bf4.registeredsite.com
Opens a secure connection to your website server. Enter your password when prompted: Juanita@061815
put filename.html /htdocs/
Inside SFTP — uploads the file to your live website. The file is now live at goalinvestment.biz/filename.html
ls /htdocs/
Inside SFTP — lists all files currently on your live website.
exit
Closes the SFTP connection and returns you to normal Terminal.
Chapter 8 — GOAL OS Installation on Your Bedroom Computer (Windows)
Your bedroom computer — the Lenovo IdeaCentre AIO — becomes a GOAL OS terminal by installing the M1CH43L bridge and connecting it to the same system. Here is the full sequence.
You will need: Your Windows computer powered on, connected to M1CH43L WiFi, and a browser open. You do NOT need to know how to code. Follow these steps exactly.
  1. Open PowerShell on Windows — press the Windows key, type PowerShell, right-click it and choose Run as Administrator.
  2. Install Python if not already installed. Type: winget install Python.Python.3 and press Enter. This downloads Python — the engine M1CH43L runs on.
  3. Install the M1CH43L bridge package. Type: pip install requests flask and press Enter. These are the two tools M1CH43L needs to run locally.
  4. Download the bridge file directly from your Mac. In PowerShell type: curl -o bridge.py https://m1ch43l.ngrok.app/files/bridge_server.py — this pulls the bridge script from your Mac to your Windows machine.
  5. Start the bridge on Windows. Type: python bridge.py — you should see: M1CH43L Bridge ready on port 8080.
  6. Open Chrome on the Windows machine and go to: goalinvestment.biz/aultekventory_phone.html — the full GOAL OS interface loads immediately. No installation required for the front end.
  7. Set Chrome as the default browser and pin AulTekVentory to the taskbar. Right-click the Chrome icon while on that page, choose More Tools, then Add to Desktop. Your bedroom computer is now a GOAL OS terminal.
What GOAL OS looks like on the bedroom machine when complete: The screen opens to AulTekVentory. Aria greets you by voice. The mic button listens for commands. The full inventory system is live. The GOAL seal is on the screen. You are operating from two machines — MacBook and desktop — both connected to the same platform.
Chapter 9 — Monday Morning Pre-Flight Sequence
Run these before leaving for Tek-Trol. In order. Every step.
  1. Open Terminal on MacBook — Command + Space then type Terminal.
  2. Start the bridge — type m1ch43l-connect and press Enter. Wait for: Bridge is live.
  3. Test the bridge — type curl https://m1ch43l.ngrok.app/ping — should return: pong.
  4. Open the demo app — type open ~/Applications/AulTekVentory.app
  5. Log in as michael — type your name, press Enter, confirm Aria speaks clearly.
  6. Test the ray shortcut — close the app, type ray in Terminal — confirm Aria greets Ray in Hindi.
  7. Charge MacBook to 100%. Close all other apps. You are ready.
If any step fails — the web backup is always live at goalinvestment.biz/aultekventory_phone.html. Open Chrome. Go there. Demo runs. You never lose the meeting.
Chapter 10 — Emergency Commands (If Something Goes Wrong)
Control + C
Kills the current running process. Use this first if anything gets stuck.
killall Python
Force-stops all Python processes including the bridge. Use if the bridge is frozen and won't restart.
killall node
Force-stops any Node.js processes if something is stuck.
m1ch43l-connect
After killing stuck processes — run this again to restart everything fresh.
open https://goalinvestment.biz/aultekventory_phone.html
Nuclear option. Everything is broken — open this URL in Chrome. Full demo. Always live. Always works.