Forum Discussion
Josephooh
Jan 23, 2025Bronze Contributor
Does anyone know how to mirror Android to Mac?
Long time Windows 10 user and new to Mac. As a tech newbie, I need some some guidance from this tech community. Now, I want to mirror my Android phone (Samsung Galaxy S23) to my MacBook Pro, but I'm...
Vamsker
Jan 23, 2025Iron Contributor
Mirroring Samsung Galaxy S23 to your MacBook Pro for free is totally doable, and I’ll walk you through the simplest and most beginner-friendly methods. Since you’re new to Mac. Scrcpy is a lightweight, open-source tool that lets you mirror your Android screen to your Mac. It’s free, works over USB, and doesn’t require root access. Here’s how to mirror Android to Mac:
1. Install Homebrew:
- Open the Terminal app on your Mac (you can find it via Spotlight Search or in the Applications > Utilities folder).
- Paste the following command and press Enter:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Follow the on-screen instructions to complete the installation.
2. Install Scrcpy via Homebrew:
- In the Terminal, run: brew install scrcpy
3. Enable USB Debugging on Your Galaxy S23:
- On your phone, go to Settings > About Phone > Software Information and tap Build Number 7 times to enable Developer Options.
- Go back to Settings > Developer Options and enable USB Debugging.
4. Connect Your Phone to Your Mac:
- Use a USB cable to connect your Galaxy S23 to your MacBook Pro.
- On your phone, when prompted, allow USB debugging by tapping Allow.
5. Run Scrcpy:
- In the Terminal, simply type:
scrcpy - Your phone’s screen should now appear on your Mac!