Hi everyone,
Has anyone here tried an app called Nexy?
an AI-Powered Voice Assistant Empowering Computer Control for the Visually Impaired
it can:
Control a Mac using voice commands
Understand what’s on the screen
Tell you where buttons or elements are located
Open and manage apps hands-free
Help with messages (write, read, summarize)
Perform browser tasks, including filling out forms
Do real-time web searches
Here’s their site:
https://nexy.tilda.ws/
Youtube channel: https://www.youtube.com/@Nexy-p6b
Official Verification Record — Nexy Release (March 2, 2026)
We confirm that the release artifacts were signed, notarized, and verified with Apple tooling.
Artifacts and SHA-256:
- Nexy.pkg: 8d92af16cb01a54b54e133c943ce34c125dc6c463e34ba0ee15a09b62809d317
- Nexy.dmg: 0d450af4f0081134108feb185b60c23db55aa77010bf0b0ed20c6e805910ff19
Package signature and certificate chain (`pkgutil --check-signature Nexy.pkg`):
- Status: signed by a developer certificate issued by Apple for distribution
- Notarization: trusted by the Apple notary service
- Trusted timestamp: 2026-03-02 17:04:40 +0000
Certificate #1:
- Subject: Developer ID Installer: Sergiy Zasorin (5NKLL2CLB9)
- Expires: 2030-09-09 22:26:35 +0000
- SHA-256 Fingerprint:
F3 28 39 12 F0 83 EE 0B C0 54 52 78 E6 1F C2 93 E3 BC F2 22 56 D3 BA 7B 97 A1 47 92 2E 72 80 79
Certificate #2:
- Subject: Developer ID Certification Authority
- Expires: 2031-09-17 00:00:00 +0000
- SHA-256 Fingerprint:
F1 6C D3 C5 4C 7F 83 CE A4 BF 1A 3E 6A 08 19 C8 AA A8 E4 A1 52 8F D1 44 71 5F 35 06 43 D2 DF 3A
Certificate #3:
- Subject: Apple Root CA
- Expires: 2035-02-09 21:40:36 +0000
- SHA-256 Fingerprint:
B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C 68 C5 BE 91 B5 A1 10 01 F0 24
Notarization validation:
- xcrun stapler validate Nexy.pkg → The validate action worked!
- xcrun stapler validate Nexy.dmg → The validate action worked!
Gatekeeper assessment:
- spctl --type install Nexy.pkg → accepted
- Source: Notarized Developer ID
- Origin: Developer ID Installer: Sergiy Zasorin (5NKLL2CLB9)
Apple notary submission IDs (Accepted):
- App zip: 2a172314-3095-4a06-8ebc-f2afb7dfd35a
- DMG: 02c838a4-eada-48b8-a968-4ba3b2c7fd1a
- PKG: d3f9cea8-4657-4a4c-b57e-359e3e70f9c7
This is my fb https://www.facebook.com/SergiyZasorin1
this is my linkedin: https://www.linkedin.com/in/sergiy-zasorin/
this is my email: [email protected]
Comments
API?
I'm one of those using AI mostly via API, so I got API keys both from Open AI, Gemini, Claude, and lately also from OpenRouter which is a suprisingly smooth platform for accessing all sorts of AI models from a vast collection of different providers. Would it be possible to use Nexy with an API key for connecting to an AI provider, e.g. Open AI, or is this something you could consider adding in the future?
Answer to Cliff
Hi Cliff,
That’s a great question.
At the moment, Nexy doesn’t support API keys, and this was a deliberate decision.
I’ve spent the last two years building Nexy and optimizing AI costs. The challenge is that a single voice command isn’t just one API call. It typically requires 4–5 LLM requests, each carrying a large amount of context (screenshots, UI state, conversation history, tool descriptions, etc.), often around 20–30K tokens. As a result, even a simple task can consume around 100K tokens.
For someone using Nexy actively—around 100 commands per day, which is a realistic usage pattern—that’s roughly 10 million tokens every day. With today’s high-quality reasoning models, API costs can quickly grow into hundreds of dollars per month, depending on the model and provider.
I didn’t want to build a product that would only be affordable for a small number of people. My goal is the opposite: I want people to simply use Nexy without worrying about tokens, API bills, or unexpected costs. I want you to spend your time getting things done on your Mac, not managing AI usage.
That’s why I chose to build Nexy around a ChatGPT account. If you decide it’s useful for you, you pay one predictable subscription to ChatGPT and simply use Nexy without thinking about anything else. Our goal is to keep Nexy itself affordable as well (around $5/month) so that as many people as possible can benefit from it.
That said, API support is something we’ll continue to evaluate in the future if we can provide it without significantly increasing costs or complexity for users.
Thanks again for the suggestion!