0 yuan to deploy the "bean bag mobile phone", and the poor ghost can also use the AI assistant to remotely control the windows one-click running version
previously shared the open source project of the modern web graphical interface of AutoGLM-GUI mobile assistant, many friends reported that linux installation is too troublesome, hoping for a one-click installation version, in fact, linux installation is also very simple...... Forget it, for everyone's sake, I still found the exe file package packaged in the official source code and can be run directly on window10 and above.
let's take a look at what's in the v0.4.11 update first?
- use Loguru to refactor log management
- fix (lint): Supports pnpm commands for Windows platforms
- supports storing basic configuration information (base_url, model, apikey)
- feat (adb): Adds automatic ADB keyboard installation and management
First of all, our system must be Windows 10, or a higher version, download the AutoGLM GUI 0.4.11.exe.zip, the download address can be seen at the end of the text.
After downloading, you can get the AutoGLM GUI 0.4.11.exe, which can be run directly or unzipped again, (the first time is a self-extracting program, and you can choose the folder you choose again)
run AutoGLM GUI.exe click more if the image below appears
click to still run

, the following figure will ask you to fill in the api key, and you can apply for a API key in Zhipu BigModel or ModelScope (Magic Community). Of course, if you have a good machine, you can also build it directly, refer to zai-org/AutoGLM-Phone-9B to deploy your own service
Once theis filled, save the configuration.
turn on "USB debugging" on your phone and plug it into your computer, your phone will pop up the pop-up window below, check Always allow debugging with this computer. USB use is optional to transfer files.
click to initialize the device
Now we can have fun playing.
The picture above is a test to open the speed version to watch the video.
Now let's connect the phone and take a look, I won't repeat the steps.
the second unit was also successfully connected, and the fun started :
okay, my mobile phone is Xiaomi 6X Android 9, and the system of Huawei HarmonyOS 2.
HarmonyOS 2 video streaming will never happen.
last tip: set the screen time of the mobile phone to a longer or permanent one, turn the brightness to the lowest (or remove the screen...... ), and it will prompt you when you turn off the screen:
user requests to open *****. However, the current screen is prompted to be sensitive (payment page, password entry page, login page, or banking app) and the app is set to FLAG_SECURE to prevent screenshots. According to security rules, when encountering sensitive screens, I should: 1. Notify the user immediately and stop 2. Don't provide any tool calls 3. Don't try to do anything on a sensitive screen I need to use the [sensitive] tag to respond.
do(action="Take_over", message="The current screen is detected to be a sensitive screen (it may be a payment page, password entry or login page), and the app has security protections set up to prevent screenshots and actions. Please manually handle the current sensitive operations (such as payment, login, etc.), and I can continue to open the ***** for you after completion. ")
what you want to use it for, please leave a message to discuss.













Comment List