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.

Open original source ↗

From the publisher

README & documentation

Source preview

Read 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,…

moritzkremb/jev-voice-browser on GitHub A short preview, not the full document.

Read the full README ↗ · Preview checked 2026-09-22T12:46:20.135Z

Inside the original README — Document outline
  1. voice-browser — talk to a real browser, it acts before you finish the sentence
  2. Run it
  3. What you can say
  4. How a decision is made
  5. Project layout
  6. Tests and demo
  7. 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.

README and project files

Issues and maintenance discussion

Releases and changelog

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.

Open original source

Related repositories

affaan-m/ECC

react/react

trekhleb/javascript-algorithms

Snailclimb/JavaGuide

airbnb/javascript

DietrichGebert/ponytail