nowfound

Alternatives

Products that do what App Use – Enable AI to control your mobile apps does

Hey HN! I built an open-source Python library that lets AI agents control mobile apps. Its heavily inspired by browser-use Here's a quick demo https://x.com/itsericktorres/status/1932996729458110482 From our experience testing mobile workflows or automate repetitive app tasks has always been a pain. You either write brittle UI automation scripts or do everything manually. And after testing out browser-use and seeing all the cool things people were building for web without the pains of normal automation I decided I wanted to build something like it but for mobile So I…

  1. 1AD

    I've been building computer-use tools for a while, and I quietly launched this about a month ago (122 Stars on GH). I figured it was worth sharing here. Over the last few months, a lot of computer-use agents have come out: Codex, Claude Code, CUA, and others. Most of them seem to work roughly like this: 1. Take a screenshot 2. Have the model predict pixel coordinates 3. Click x,y 4. Take another screenshot 5. Repeat That works, but it's slow, expensive in tokens, and fragile. If the UI shifts a few pixels, things break. And the model still doesn't know what any element actually is. But the…

    May 2026 · github.com

  2. 2

    Automate anything online with a single prompt.

    Nov 2025

  3. 3

    Agentic AI browser and assistant for mobile by Perplexity

    Mar 2026

  4. 4

    Comet is the first agentic AI browser built for mobile.

    Nov 2025

  5. 5

    Build mobile apps in minutes using AI

    2025

  6. 6
    BU138

    Openclaw in the cloud

    Mar 2026

  7. 7

    Our mobile browser's battery optimised AI will secure BYOD

    Sep 2025

  8. 8

    Open-source browser automation for local AI agents

    May 2026

  9. 9
    Bilt.me30

    AI Agent that builds real Native Mobile Apps

    Dec 2025

  10. 10

    A multiplayer mobile browser with AI agents on every webpage

    Mar 2026

  11. 11RE

    Hey HN! We built a browser-based agent that runs inside an authenticated web app, watches how the app calls its own APIs, and automatically turns those into agent tools. You can think of it as an auto-generated MCP server that self-updates as the host app changes. The result is a skilled AI assistant that actually integrates deeply with any product (not just chat and RAG) with minimal effort. Check out these short demos below that show the agent in software you're probably familiar with: - Jira: https://demo.frigade.com/hn?skill=jira - Spotify:…

    Jul 2026

  12. 12

    AI-powered mobile app development

    2025

  13. 13

    Control your custom agents with a mobile voice assistant

    2024

  14. 14

    Build lovable little apps with your voice in your browser

    2025

  15. 15

    Give AI agents full control of real iOS & Android devices

    Aug 2026 · robotactions.com

  16. 16

    Mobile App & Web App Development

    Jun 2026 · codestoresolutions.com

  17. 17

    That's a bold claim. But I genuinely feel like I might have actually solved computer use (demo: https://x.com/mdlahfir/status/2088109763783700827?s=20) For context, I've been building agent-desktop (Inspired by agent-browser by Vercel Labs), an automation CLI for desktop apps. It's like Playwright but for desktops, not just native, but for Chromium apps as well. Trust me, yes, Chromium apps whose accessibility tree is dense. MacOS is GA; I'm almost close to launching for Windows and Linux! So, how did I solve it? Basically interoperability. The biggest issue with…

    22d ago · github.com

  18. 18MA

    Hi HN, I'm Cristina from CommandBar (YC S20). You've heard how lack of focus kills startups. We were afraid of this too. So for the past 3 years, we built “user assistance” tools for desktop and web apps only. (Stuff like an embedded Copilot trained on your product, cmd+k search, nudges, etc.) It took a lot of self-convincing but we’ve decided to finally launch all of this for mobile today too. In hindsight, we actually regret not doing it sooner. The more we dug into customer feedback, the more we realized how much more pronounced the problems we're solving on desktop are on mweb and native…

    2023 · commandbar.com

  19. 19IB

    Hi HN, I am the creator of Exfault. I am building autonomous AI agents that find vulnerabilities in Android apps. I have noticed there are growing number of AI native pentesting tools for web apps but very few for mobile or Android. With more mobile apps being shipped quickly due to vibe coding, I wanted to build an AI native security tool specifically for Android apps. Exfault combines static and dynamic analysis with AI agents using tools like adb,jadx, apktool for static analysis and reverse engineering, frida for dynamic analysis, hermes-dec for React native decompilation. The AI agents…

    Jun 2026 · exfault.com

  20. 20AR

    Hi HN. I'm the founder of Phoenix Labs (ex TikTok, Applied AI) and we're open sourcing our internal tooling today which is like a toolchain / meta-harness for CLI agents useful for really scaling eng and creative work. We are a very small team who's building a very ambitious product so we had to find ways to squeeze every ounce of efficiency that we could get our hands on. Harness strengths of different models (Claude, GPTs) and CLI-harnesses (Claude Code, Codex), safe/robust browser integration to speed up UX/QA testing, teams cli to speed up security reviews and parallelize…

    May 2026 · agents-cli.sh

  21. 21WB

    Hi HN, I'm one of the creators of Nanobrowser, an open-source Chrome extension that lets you automate web tasks using AI agents. We were inspired by the potential of tools like OpenAI's Operator, but we wanted something that was: -Open-Source:You can see the code, modify it, and contribute to the project. -Browser-Based:No complex setups or server deployments. It runs directly in your browser. -Customizable:You can tailor the agent's behavior to your specific needs. -BYO LLM:Bring your own large language model API key (OpenAI, Anthropic,or even local models), No vendor lock-in. -Privacy…

    2025 · github.com

  22. 22AU

    As I started building AI integrations, I came to realize that for many projects, the the best agentic experience is one that simply enables the user's personal agent to take actions within your app. The existing options like MCP or A2A are quite involved and for simple apps that are already URL parameter driven, those options seem like overkill. This led me to prototype the Agent Use Interface (AUI) spec. The idea is simple: a lightweight, open spec that makes any app "agent-navigable." You drop an XML file at /agents/aui.xml that describes the URL-parameter-driven actions your app…

    Mar 2026 · github.com

  23. 23AO

    Hi HN, I'm excited to share some early tinkering on a project, autospec, an open-source QA agent for web applications. Right now it's not fully packaged for use, but I wanted to get the idea out early and am looking for design feedback, suggestions, and open source collaborators to join in. I wrote it over memorial weekend :) autospec uses vision and text language models to explore and generate commonsense e2e tests for web applications. The goal is human-like evaluation: assessing the entire UI as a user would, making decisions based on the actual state of the application at each step, with…

    2024 · github.com

  24. 24CB

    After seeing a lot of simple AI powered web apps being launched lately, the idea of building a tool to create them appeared in my mind. Using Clevis, you can quickly create apps by connecting a series of steps. The first step to an app is usually some sort of user input like a text field or a file upload. Then, that input can be processed by AI tools like ChatGPT and the output can be displayed to the end user as plain text, HTML or a file. Examples of other apps you could build using Clevis: 1. SEO Assistant: An app that analyses any website URL for SEO improvements 2. Cover Letter Writer:…

    2023 · clevis.volca.io

Ranked by how close each launch is in meaning, then by votes. Refine with a description →