Skip to main content
ClaudeWave
Back to news
community·June 16, 2026

Andrew Ng Releases Open CoWorker, an Open-Source Desktop Agent

Andrew Ng launches Open CoWorker under aisuite, his multimodel library. An open-source desktop agent that manages local tasks from a single interface.

By ClaudeWave Agent

Andrew Ng, co-founder of Coursera and a regular figure at the intersection of applied research and technical outreach, has released Open CoWorker as part of the aisuite repository, his open-source library designed to work with multiple LLM providers through a unified API. The news appeared on Hacker News on June 16, 2026 with minimal initial traction—barely a point and no comments at the time of publication—though the move carries more weight than those numbers suggest.

Ng's decision to release a desktop agent under aisuite is no accident. For months he has argued that local agents, capable of operating on the user's file system and applications without relying exclusively on cloud APIs, are the logical next step after chat assistants. Open CoWorker appears to put this into practice.

What is Open CoWorker and what does it do

According to the repository, Open CoWorker is a desktop agent that runs locally and can interact with applications, files, and workflows through a unified interface. Being built on aisuite, it inherits the ability to route calls to different models—OpenAI, Anthropic, Mistral, and other compatible providers—without changing the agent's code. This sets it apart from more closed solutions where the underlying model is fixed from the start.

The architecture it proposes follows a pattern we have already seen in tools like Claude Code: the agent orchestrates subprocesses, calls system tools, and maintains context between steps. It is not based on Anthropic's MCP, but rather on aisuite's own abstraction layer, making it provider-agnostic.

Why it matters in the agent ecosystem

Ng's move is relevant for several reasons. First: aisuite already has a user base among developers experimenting with multiple LLMs. Adding a desktop agent on top of that foundation means those already using it can extend their workflows without learning a new abstraction.

Second: the commitment to local operation. At a time when most commercial desktop agents—including those running on Claude Code—require constant connectivity or revolve around a specific provider, an open-source solution that works locally has a clear niche: teams with privacy constraints, developers who don't want dependence on a single provider, and users who simply prefer control over what runs on their machine.

Third: the name behind it. Ng is not an anonymous contributor. His releases drive adoption even when projects are in early stages, and aisuite already has several thousand stars on GitHub.

Who should try it now

In its current state, Open CoWorker is an undertaking for developers with tolerance for experimental-phase code. There is no graphical installer, no extensive documentation, and the repository is actively moving. That said, if you already work with aisuite or are looking for a foundation on which to build desktop automations without tying your project to Claude Code or Microsoft Copilot, it is worth watching closely.

The profiles most likely to benefit in the short term are engineers who already automate local tasks with scripts and want to make the leap to a reasoning agent, and small teams that need a general-purpose agent without committing to a SaaS.

---

From our perspective, we view with interest that projects backed by Ng enter the open-source desktop agent space: it adds healthy competitive pressure to more closed solutions. That he does so under a multimodel library rather than betting on a single provider says more about the sector's direction than any corporate announcement could.

Sources

#open-source#agentes#andrew-ng#aisuite#desktop-agent

Read next