Windows desktop capture assistant with local setup UI, tray control, and release packaging.
This repository contains the open-source desktop app and packaging scripts only.
The website, admin panel, checkout flow, and licensing backend are kept private and are not part of this public repo.
Use:
run-local.cmd
Or manually:
python -m pip install -r requirements.txt
python "eyesandears.py"Server URL is currently hardcoded in eyesandears.py:
HARDCODED_SERVER_URL = "http://localhost:8000"- Update this constant directly before release/deployment so the desktop app points at your private backend.
On each launch, the app prompts for:
Use Your Own API KeySubscription Code (Coming Soon)(publicly locked for now)
The app stores code/API key with DPAPI on Windows (fallback plaintext only on non-Windows).
Numpad 1: Capture / Pause / Resume typing outputNumpad 0: Toggle indicator visibilityNumpad 2: Clear pending answerNumpad 3: Paste remaining answer instantlyNumpad 4: Reload last answerNumpad 9: Quit (and winget self-uninstall trigger when applicable)
See packaging/winget/README.md.