Show HN: Android AI 智能助手操控你的应用(无需 ADB、PC、Root 等)

1作者: sshnaidm14 个月前
Hi HN, 我们开发了 Sova AI <a href="https:&#x2F;&#x2F;ayconic.io&#x2F;sova" rel="nofollow">https:&#x2F;&#x2F;ayconic.io&#x2F;sova</a>,一个可以真正控制和操作你应用程序的安卓助手。它不是一个聊天机器人,也不是另一个 LLM 的包装器。 我们对当前移动端 AI 的现状感到非常沮丧。像 Gemini 这样的内置助手虽然深度集成到操作系统中,但如果你让它们“叫一辆 Uber 去机场”,它们通常只会给你网页搜索结果,或者一个让你自己打开应用程序的按钮。它们并没有真正完成工作。(Perplexity 的“助手”只是一个浏览器代理 :&#x2F;) 所以,我们构建了一个可以操作你手机的代理。(无需 root,无需 adb,无需 PC,无需 appium/其他工具,无需 usb,无需浏览器) 工作原理:你给 Sova 一个提示——语音或文本,如果你愿意,你可以把它设置为默认助手。Sova 不依赖于不存在的官方应用程序 API,而是像一个虚拟人类一样——点击、滚动、打字等。它使用 Android Accessibility API 来读取屏幕的 UI 节点树。 关于 AI 模型——目前我们支持主要的 AI 云服务提供商(OpenAI、Gemini、Anthropic、Deepseek 等),并致力于支持你主机上的本地 AI 模型——Ollama、LM studio 等。 定价:100% 免费 / 自带密钥 (BYOK) 我们目前不收取 Sova 引擎的费用。我们构建了一个 BYOK 系统:你插入自己的 API 密钥(OpenAI、Claude,或者你喜欢的任何一个),你只需为使用的 token 支付给提供商。我们已经设法完全在设备上以标准的 Kotlin 应用程序的形式实现了这一点。无需连接到 PC,无需 Appium,无需 Root,也无需 Shizuku/ADB 变通方法。只是一个连你奶奶都能使用的应用程序。 Google Play 的封禁:由于我们使用 Accessibility API 进行“通用自动化”(字面意思是映射和点击其他应用程序),Google Play 拒绝了我们的提交。这很讽刺:他们因为我们构建了 Gemini 承诺但未能实现的代理行为而封禁了我们。所以,我们自己托管 APK:<a href="https:&#x2F;&#x2F;sova.ayconic.io" rel="nofollow">https:&#x2F;&#x2F;sova.ayconic.io</a> 我们希望你下载 APK,插入你的密钥,并尝试破坏它。哪些应用程序会让代理完全困惑? 路线图:支持使用 Ollama、LM studio 或其他工具的本地模型,为你的任务预定义规则和角色,为你提供详细的统计数据,支持 Openrouter、企业级 Amazon Bedrock、Google Vertex 和 Azure Foundry 模型,以及对 IOS 的支持。 你还希望看到什么?我们很乐意听取你的反馈、成功和失败的故事。 视频演示在这里 <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=r-x6hRmtBy0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=r-x6hRmtBy0</a>,APK 在这里:<a href="https:&#x2F;&#x2F;ayconic.io&#x2F;sova" rel="nofollow">https:&#x2F;&#x2F;ayconic.io&#x2F;sova</a> 我们在这里回答你的问题,并在 Telegram 和 Discord 中听取反馈。它还不够完美,但它确实在工作。
查看原文
Hi HN,<p>We built Sova AI <a href="https:&#x2F;&#x2F;ayconic.io&#x2F;sova" rel="nofollow">https:&#x2F;&#x2F;ayconic.io&#x2F;sova</a>, an Android assistant agent that actually controls and operates your apps. It&#x27;s not a chat and not another LLM wrapper.<p>We were incredibly frustrated with the current state of mobile AI. Built-in assistants like Gemini are deeply integrated into the OS, yet if you ask them to &quot;Order an Uber to the airport&quot;, they mostly just give you web search results or a button to open the app yourself. They don&#x27;t do the work. (The Perplexity &quot;assistant&quot; is just a browser agent :&#x2F; )<p>So, we built an agent that does operate your phone. (NO root, NO adb, NO PC, NO appium&#x2F;whatever, NO usb, NO browser)<p>How it works: You give Sova a prompt - either voice or text, you can make it a default assistant if you like. Instead of relying on non-existent official app APIs, Sova acts as a virtual human - clicks, scrolls, types etc. It uses the Android Accessibility API to read the screen&#x27;s UI node tree. About AI models - currently we support main AI cloud providers (OpenAI, Gemini, Anthropic, Deepseek etc etc) and working towards support of local AI models on your host - Ollama, LM studio, etc. Pricing: 100% Free &#x2F; Bring Your Own Key (BYOK) We aren&#x27;t charging for the Sova engine right now. We built a BYOK system: you plug in your own API key (OpenAI, Claude, whatever you prefer), and you only pay the provider for the tokens you use. We figured out how to do this entirely on-device as a standard Kotlin app. No tethering to a PC, no Appium, no Root, and no Shizuku&#x2F;ADB workarounds. Just an app even your granny can use.<p>The Google Play Ban: Because we use the Accessibility API for &quot;universal automation&quot; (literally mapping and clicking other apps), Google Play rejected our submission. It’s ironic: they banned us for building the exact agentic behavior that Gemini promises but fails to deliver. So, we are hosting the APK ourselves: <a href="https:&#x2F;&#x2F;sova.ayconic.io" rel="nofollow">https:&#x2F;&#x2F;sova.ayconic.io</a><p>We’d love for you to download the APK, plug in your key, and try to break it. What apps completely confuse the agent? Roadmap: support of local models with Ollama, LM studio or another tools, predefined rules and personas for your tasks, detailed statistics for you, support for Openrouter, enterprise Amazon Bedrock, Google Vertex and Azure Foundry models, support for IOS.<p>What would you like to see more? We&#x27;d be happy to hear your feedback, success and failure stories.<p>Video demo is here <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=r-x6hRmtBy0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=r-x6hRmtBy0</a> and APK is here: <a href="https:&#x2F;&#x2F;ayconic.io&#x2F;sova" rel="nofollow">https:&#x2F;&#x2F;ayconic.io&#x2F;sova</a> We are here to answer your questions and listen to feedback in Telegram and Discord. It&#x27;s not perfect yet, but it does its work.