Skip to content

coasty-ai/open-computer-use

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

373 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Coasty

Open Computer Use

AI agents that control computers like humans do.

Browser automation · Terminal access · Desktop control · Multi-agent orchestration


Website · Discord · Twitter


License PRs Welcome




See it in action

Marketing on Reddit
Marketing — Market your product on Reddit autonomously
View chat session
Go-to-Market Outreach
Go-to-Market — Find prospects and send personalized emails
View chat session
QA Testing
QA Testing — Test every checkout flow and report bugs
View chat session
Job Application
Job Application — Find roles, tailor your resume, and apply
View chat session
Form Filling
Form Filling — Fill out the YC S26 application for you
View chat session
Social Media
Social Media — Post on Hacker News and engage with comments
View chat session



What is this?

Open Computer Use is an open-source platform that gives AI agents real computer control. Unlike chatbots that only talk about tasks, agents here actually perform them — browsing the web, running commands, clicking through UIs, and orchestrating multi-step workflows.

Computer use capabilities similar to Anthropic's Claude Computer Use, but fully open-source and extensible.




Agents

Browser — Search-first web navigation, form filling, element interaction, multi-tab management, screenshot capture.

Terminal — Command execution, file operations, script running, package management, output streaming.

Desktop — Mouse & keyboard control, window management, screenshot analysis, UI element detection via computer vision.

Planner — Decomposes complex requests into subtasks, assigns to specialized agents, passes context between steps.




Quick Start

You only need one API key. Get a free sandbox key at coasty.ai/developers.

git clone https://github.com/coasty-ai/open-computer-use.git
cd open-computer-use
npm install
cp .env.oss.example .env.local

Open .env.local and paste your key:

COASTY_API_KEY=sk-coasty-test-your-key-here

Then run:

npm run dev

Open http://localhost:3000 and start a chat. That's it.




Desktop App

A lightweight overlay that runs AI agent commands directly on your local machine.

cd electron
npm install
npm run dev

Native automation on Windows, macOS, and Linux. Floating always-on-top pill UI with expanded chat panel.




MCP Server

Use the same API key with Claude Desktop, Cursor, or Windsurf via MCP:

npx @coasty/mcp

See mcp/ for details.




Contributing

  1. Fork the repo
  2. Create a branch: git checkout -b feature/your-feature
  3. Commit your changes
  4. Open a pull request

Bug reports and feature requests welcome in Issues.




Roadmap

  • Multi-VM parallel orchestration
  • Visual workflow builder
  • Agent marketplace & templates
  • Plugin system for custom tools
  • Collaborative sessions
  • Voice control & video understanding



Responsible Use

This platform gives AI agents significant autonomy. Use it to automate repetitive tasks, testing, research, and content creation — not to violate terms of service, spam, or scrape without permission. Always use isolated environments, respect robots.txt, and follow data protection laws.




License

Apache License 2.0 — Copyright (c) 2025 Open Computer Use Contributors