跳到正文
HNHacker News·

Show HN: CUA-S1 – A System One Model for Computer Use

AI 摘要

CUA-S1 is a System One Model for Computer Use, providing AI agents with computers they can utilize. Developed by Cua AI, Inc. and released under an MIT license, Cua offers open-source desktop automation, isolated cloud desktops, and local macOS VMs. It also includes specialist decision models and benchmarks for evaluating computer-use agents, as detailed on its GitHub page.

时间与来源

时间显示为 UTC

显示时区:UTC

本地时区尚不可用,暂时显示 UTC。

发布当时偏移:UTC+02026年9月19日 15:52 UTC

收录当时偏移:UTC+02026年9月19日 20:00 UTC

发布
2026年9月19日 15:52
收录
2026年9月19日 20:00
来源类型
开发者社区
档位
社区
信源状态
正常

档位是按信源手工设定的编辑判断,不是逐条打分。

Give AI agents computers they can use. Cua provides open-source desktop automation, isolated cloud desktops, local macOS VMs, specialist decision models, and benchmarks for evaluating computer-use agents.

Try Cua Fleets now at run.cua.ai

Choose your path

- Cua Fleets: Provision a Linux desktop, run a command, and save a screenshot .

- CUA-S1: Explore small, specialized models for computer-use decisions .

- Cua Driver: Operate Calculator and verify its result .

- Lume: Create a Tahoe VM and connect over SSH .

- Cua Bench: Create and verify a simulated task .

Bring your own agent and model, or explore CUA-S1 for specialized decisions. Cua provides the computer and automation tools. Computer-Use 2.0 describes an agent moving between code, APIs, and graphical interfaces within the same task.

See Cua Driver in action

Two Cua Driver sessions select cells in LibreOffice Calc and objects in Inkscape on an Omarchy desktop while a terminal stays in the foreground. Watch the 50-second demo, then explore Omarchy on Fleet .

recording.mp4

Provision isolated cloud desktops at run.cua.ai . A Fleet maintains sandbox capacity; your code claims a desktop from a pool and uses the Sandbox SDK to run commands, capture screenshots, and interact with apps inside it.

Your first result: provision a Linux desktop, run uname -a, save a screenshot, and delete the cloud resources. The tutorial covers Fleet credentials, dependencies, and cleanup. Pools can retain paid capacity after a claim ends, so follow its cleanup steps.

Local sandboxes and Fleets share the Sandbox SDK, but credentials, images, operations, and runtime requirements differ. Use the runtime support reference to choose an environment. For your own hardware, see Manage local sandbox lifecycle .

Your first Cloud Fleet | Fleet overview | Sandbox SDK reference

Cua Driver

Give your agent tools to inspect and operate native desktop apps and browsers on macOS, Windows, and Linux. Connect through the CLI, MCP, or typed SDKs. Background delivery lets agents work without moving your pointer or taking focus when the app and platform support it; see platform support for the boundaries.

macOS / Linux

/bin/bash -c " $( curl -fsSL https://cua.ai/driver/install.sh ) "

Windows (PowerShell)

irm https: // cua.ai / driver / install.ps1 | iex

Your first result: connect your agent, ask it to compute 6 × 7 in Calculator, and have it verify that the app displays 42. The tutorial covers platform setup, permissions, and agent connection.

Drive your first app | Installation | CLI Reference

来源·Hacker News·github.com