Google Authenticator Finally Comes to PC with These Three Workarounds
For users who spend most of their workday on desktops and need to use Google Authenticator, there is no official app from Google for Windows or macOS. However, with a combination of an Android emulator, a browser-based TOTP tool, or a Python script, it's possible to run Google Authenticator on PC.
The tutorial covers three methods: running the actual Google Authenticator APK inside an emulator like BlueStacks, using an independent open-source TOTP tool, and writing a custom generator in Python. The choice of method depends on personal preference and available resources.
Before starting, users need to ensure their PC meets the prerequisites, including Windows 10 or 11, macOS 11 (Big Sur) or later, 4GB of RAM, and a few gigabytes of free disk space. They also need access to their Google Account credentials and ideally a phone nearby for transferring existing accounts.
The emulator method takes around 15-20 minutes for a clean setup, while the browser extension route is the fastest, taking under 10 minutes. The Python project requires around 20 minutes if the code is new to the user.