How To Install Google Play Apps On Mac

Google Assistant is a powerful voice assistant platform that I personally use every day on my phone and my Google Home. Among other things, I use Assistant to turn on my music, change the brightness or colors of my LIFX connected lightbulbs, add items to a grocery list, ask random trivia questions, and more, all using just my voice.

It’s been rolling out to Android Nougat devices over the past few months, and to put it into even more users’ hands Google has recently released the Google Assistant SDK. Thanks to this extensive post by Mishaal Rahman on XDA Developers, many enthusiasts, including myself, have gotten it up and running on Mac, Windows, and Linux computers.

Please let me know if there is a way to use google play apps on a Surface RT. I am trying to use an app that is only in the apple app store or google play store. Thanks I can't even use google chrome, google drive or EDMODO website on the Microsoft Surface. Did anyone was able to make this thing work? The apps you see in the Play Store are written to run on devices that use the Android operating system. Your computer probably runs either the Windows or Mac OSX operating system.

Keep reading to find out how you can install it as well…

The XDA post goes into great detail on how to configure the API and install Google Assistant from within your computer’s command line, but for more visual learners, this step-by-step instructional video (below) should hopefully make things a little easier, especially since you’ll be working entirely from within the command line throughout this process.

All of the commands used in the video are listed in order below.

On a Mac, you want to Install Xcode:

Play
  • xcode-select –install

Install homebrew:

  • /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

Install Python 3:

  • brew install python3

Install Google Assistant:

  • py -m pip install google-assistant-sdk[samples]
  • py -m googlesamples.assistant.auth_helpers –client-secrets pathtoyourclient_secret_XXX.apps.googleusercontent.com.json
  • python -m googlesamples.assistant

This entire process is probably a little too daunting for most people to try, but if you’re a hardcore Google user that’s just been curious about using Google Assistant from as many places as possible, there are certainly worse ways you could spend your day.

FTC: We use income earning auto affiliate links.More.


Android is an open-source platform and, thus, you have more options than you do with something like iOS. One of those freedoms is the ability to install third-party apps from outside of the Google Play Store. It’s not a practice we recommend because the Play Store has so many security measures. However, for whatever reason, you want to install something from somewhere else. We can definitely still help with that.

There are two ways to install third-party apps without the Google Play Store. The first is through third-party app stores like F-Droid, Amazon’s App Store, and others. The second method is finding APKs from websites and manually installing them. We will go over both methods in this tutorial.

Google App Download For Mac

How to install APKs

Another popular thing to do is install APKs from websites. This is, by far, the most dangerous way to install apps. However, there are a few sites where we don’t mind recommending it, including APKMirror. The process is quite easy and you shouldn’t have too many problems doing it.

This is how APK installations look on Android Oreo and higher.
This is how APK installations look on Android Oreo and higher.Play

Android 8.0 Oreo and later

Google changed how APK installations work in Android 8.0 Oreo. It hasn’t changed since, although Android Q may bring a bit of nuance to that. This is how to install APKs on all modern versions of Android:

  • Download the APK you want to install.
  • You can either navigate to your Download folder using a file browser app or simply begin the install by clicking on the completed download in your mobile browser.
  • Android will ask you to grant permission to either the file browser or your web browser to install the app. Grant the permission and it should bounce you back to the installation screen. If not, navigate back to your Download folder after granting the permission to try again.
  • The app should safely install.

How To Install Google Play Apps On Mac Windows 10

It will work as any other app you download. You can find the icon in the app drawer, open the app, and do whatever. There are some apps that may not install on your device due to compatibility reasons. Many apps with Internet permissions may hound you to download the latest version on the Google Play Store before it’ll let you use the app. There isn’t much you can do about that if it happens.

Install from Unknown Sources method

Before Android Oreo, users had to enable the Install from Unknown Sources setting to install third party APKs on their devices. The process otherwise remains mostly the same.

How To Install Google Play Apps On Mac Os

  • Download the APK you want to install.
  • Navigate to your phone settings menu then to the security settings. Enable the Install from Unknown Sources option.
  • Use a file browser and navigate to your download folder. Tap the APK to begin the installation process.
  • The app should safely install.

Everything we said earlier still applies here. Some apps may simply not install for compatibility reasons and apps may hound you to get the updated version from the Play Store before it lets you use the app. This method only works on devices running versions of Android older than Android Oreo.

Third party app stores

Third party apps stores are another popular way to get apps without the Play Store. There are a few good ones, including F-Droid for you open source fans out there and Amazon’s App Store is decent as well. You can check out our list of the best third party app stores by clicking here.

  • Choose the third party app store you want and download the APK.
  • Follow the steps above to install the APK to your device.
  • Once the store is installed, open it up and surf for whatever apps you want. Download and install them as you would any other app store.
  • On devices running Android Oreo or higher, make sure you grant the app store permission to install apps to avoid problems. Those on older versions of Android need to make sure the Install from Unknown Sources option or installs will fail.

You should be able to open your new third party app store, download apps, and install them without worries. To be frank, most apps you find on most third party apps stores are available in the Play Store anyway. However, there are some exclusives here and there. Plus, F-Droid in particular is a neat place for some power user tools and stuff like that.

How to download and install the Google Play Store!

In Android Q you must give permission for unknown app installs every time

You should be able to easily install APKs and third party app stores now. If we missed anything, let us know in the comments!