moritzkremb/jev-voice-browser
Control a real browser by voice. Jev (TypeSafe System One) decides intent + target in ~300 ms per spoken word; Playwright acts — often before you finish the sentence.
From the publisher
README & documentation
Source previewRead the project’s overview, installation instructions and usage examples. The original README is the source of truth.
A Node app that controls a headed Chromium window (Playwright) by voice. Speech is streamed word by word from the browser's Web Speech API to a small Node server; on every partial transcript the server asks Jev (TypeSafe's System One model, jev-1.13.0) one request with a dozen typed questions — intent, target element, site, "is the command complete?", "is this even addressed to me?", "is it destructive?" — gets typed probabilities back in 250–350 ms, and code decides whether to act, wait, ask, or ignore. Jev never generates text. Search queries, typed text and URLs are extracted as candidate spans by code and Jev only picks one, which is copied verbatim. Requirements: Node ≥ 20 (tested on 22), npm, Chrome or Edge for the microphone (the Web Speech API is not available in Firefox/Safari). Real API calls cost $0.0002 each. Then open http://localhost:8787 in your normal Chrome, click Start mic,…
Read the full README ↗ · Preview checked 2026-09-22T12:46:20.135Z
Inside the original README — Document outline
- voice-browser — talk to a real browser, it acts before you finish the sentence
- Run it
- What you can say
- How a decision is made
- Project layout
- Tests and demo
- Notes and limitations
Headings are captured from the source. Links open the publisher’s document, not a locally hosted copy.
Documentation belongs to its respective authors. Reported project/model license: MIT. A listing is not a grant of reuse or training rights. Confirm the document’s own terms at the source.
What this repository does
Control a real browser by voice. Jev (TypeSafe System One) decides intent + target in ~300 ms per spoken word; Playwright acts — often before you finish the sentence.
Repository facts
- Owner
- moritzkremb
- Primary language
- JavaScript
- Stars
- 233
- Forks
- 33
- Open issues + pull requests
- 3
- License
- MIT
- Archived
- No
- Default branch
- main
- Created
- 2026-09-17T22:40:19.000Z
- Last push
- 2026-09-21T08:57:55.000Z
Topics and intended use
No topics were included in the latest source metadata.
Review the README for scope, installation, examples and limitations. We do not run repository code or certify it.
Evaluate before installing
Review licensing and dependencies, inspect recent commits and unresolved issues, and test in an isolated environment before production use. Stars and forks alone cannot answer these questions.
Source and freshness
Source: GitHub. Metadata observed 2026-09-22T12:02:26.135Z. Daily imports are snapshots, not real-time monitoring.
Popularity and source listings do not establish security, suitability, licensing rights or benchmark performance.