(16-Jan-2026, 22:03)andrewmg Wrote: Frustrated with the official Expert iPhone app's speed and wonky interface, I fired up Claude Code to design a replacement. First I (we?) put together a command-line script (in Python) to interact with the amp. And then I (we?) created a phone-focused web interface that's way faster than the official app. It works great.
Anyway, I put the project up on Github, and you can get it here. That page also has a screenshot of the web app.
Note that this almost certainly won't work with non-dual-mono setups and hasn't been tested on anything other than my Expert 440 Pro running the latest firmware. If you do manage to get this working with any other Expert setup, please let me know so that I can note as much in the docs.
Hello. I'd like to use your program, but I don't know where to start. Excuse my ignorance. I have an Expert 440 Pro, an iPad Pro, and a Samsung S23 Ultra. I also have a Mac mini on the same network. If it's not too much trouble, could you give me some pointers on where to begin? I visited the link you provided, but I don't understand it.
If I want to use my phone, I suppose I have to follow these steps:
Phone/Browser Control
# 1. Install dependencies
pip3 install -r requirements.txt
# 2. Start web server
python3 devialet_web_server.py
# 3. Open browser on phone and go to:
# http://<your-server-ip>:5000
1. Which app from the Play Store do I need to install?
2. Do I need to search for this in the browser?: python3 devialet_web_server.py
As you can see, I'm a bit lost...

