typesafe-computer-use GitHub avatar by awlevin

awlevin /

Browser & OS Action

typesafe-computer-use

Builds candidate actions from OCR and UI state for Jev to control macOS, calling a text model only when writing is needed.

GitHub
30216
License: MITLanguage: PythonLast push: 9/18/2026#desktop-os#typed-decisions

What Jev Does in this Architecture

Selects the next step from deterministically extracted controls and actions before desktop execution.

Key Architecture Benefit

Separates screen reading, action selection, and text generation.

Review & Benchmark Note: README cost and speed comparisons use the author’s limited screenshot and goal setup, with some reasoning supplied by deterministic code. They are not general savings multipliers and were not independently retested.
Clone Repository
git clone https://github.com/awlevin/typesafe-computer-use.git

Inspect on GitHub

Check out the upstream repository README, issues, and commit log.

awlevin/typesafe-computer-use

Architecture Category

Browser & OS Action

Browser automation and desktop OS control with bounded action candidate selection.

View all in this category →

Related Projects in Browser & OS Action

jev-ultrafast repository icon by browser-use

browser-use

jev-ultrafast

6,031
Browser & OS ActionMITPython

A browser Agent that uses Jev to choose actions and page controls, calling a text model only when input is needed.

What Jev does here

Chooses an action and its matching DOM element in one request; a text model generates input text.

Separates UI choices, text generation, and browser execution so each step can be inspected.

#browser-automation#typed-decisions
3843 evidence links
Inspect details
1,275
Browser & OS ActionApache-2.0Rust

An optional Jev skill for agent-desktop that chooses controls and actions from native accessibility data.

What Jev does here

Jev selects a target and action and estimates presence and risk; local policy decides whether to execute.

Keeps the full UI tree out of the main Agent context while exposing the selected action.

#desktop-os#typed-decisions
862 evidence links
Inspect details
117
Browser & OS ActionMITTypeScript

Drives a browser from a task and URL, returning the final page, screenshot and action trace.

What Jev does here

Chooses DOM actions and judges goal completion or stalled progress; a separate model can supply typed text.

Records proposed actions, execution and stop reasons for inspection.

#browser-automation#typed-decisions
62 evidence links
Inspect details