I’m not finding much in the way of user agent strings for the new “AI” browsers (Perplexity Comet, GPT Atlas, Opera Neon, etc). If there’s any I’m missing, feel free to add to my list. I’m trying avoid downloading and (shudder) installing any of these just to figure out the UA string they use.
Essentially, I want to deny these browsers use of a few applications I develop (yes, this includes Tesseract).
However, I want to avoid any false positives, so I’m trying to be as specific as I can in the filter.
For now, I’m not bothering with Edge/Chrome despite them now advertising themselves as “AI Browsers”; I’m just denying the ones made directly by the AI companies.


Unfortunately, a lot of browsers now completely obfuscate themselves and don’t put anything unique in the user agent string. They intentionally don’t want to be detected at all beyond “I’m a modern browser”.
Yeah. Perhaps that’s why I’m not seeing them on any of the User agent lists, though I assumed it’s because they’re all new and just haven’t been documented yet. (Hoping it’s the latter).
I may have to break down and install them in a sacrificial VM, check, and submit my findings.