Linux quick start
-----------------
1. Unzip PhoneForge-Linux.zip
2. Open the PhoneForge folder in your file manager
3. Right-click the file named "PhoneForge" → Properties → Permissions → Allow executing
4. Double-click "PhoneForge" (or run in terminal: ./PhoneForge)

Optional desktop shortcut:
  cp PhoneForge.desktop ~/Desktop/
  sed -i "s|__PHONEFORGE_PATH__|$(pwd)|g" ~/Desktop/PhoneForge.desktop
  chmod +x ~/Desktop/PhoneForge.desktop

Requires: python3, pip, lsof (sudo apt install python3 python3-pip lsof)
