Rosply icon

Rosply

Rosply is an AI desktop agent that sees your screen and controls your Windows, macOS, or Linux computer from natural-language instructions. It is built for desktop automation tasks such as browsing, form filling, file operations, code generation, and voice-driven commands.

Rosply

AI desktop automation for Windows, macOS, and Linux

Rosply is an AI desktop agent for Windows, macOS, and Linux that performs tasks by seeing the screen and controlling the mouse and keyboard. You describe what you want in plain language, and the agent loops through screenshot capture, model reasoning, and desktop actions until the task is complete or you stop it.

The product is aimed at general desktop automation rather than browser-only workflows. The site says Rosply can open apps, navigate websites, fill forms, read and save screen content, control any application with mouse and keyboard input, generate code projects in VS Code, and respond to voice commands.

Core features

Vision-based screen understanding

Rosply captures screenshots at each step, sends them to a vision model, and uses the resulting actions to drive the interface. This lets it read dialogs, popups, and other dynamic UI without relying on DOM access.

Full mouse and keyboard control

The agent can click, double-click, right-click, drag, type, scroll, and use hotkeys across native desktop apps. The site says it works even when an app has no public API.

VS Code code generation

A built-in VS Code extension can turn a prompt into project files. The docs say it uses DeepSeek V3 via OpenRouter and writes the generated files directly into the workspace or a new folder.

Voice control with wake word

Rosply includes wake-word voice input through Whisper running locally, so users can say “Hey Rosply” and issue a task without focusing the app or using a hotkey.

Persistent memory between steps

Values can persist across steps and across runs, which allows Rosply to carry information from one page or application to another.

Emergency stop and run limit

Ctrl+H immediately stops the current run, and the docs say each task is also limited to 200 actions. That provides a practical safety limit for long or looped tasks.

Practical use cases

  • Web browsing and form completion

    Use Rosply to open apps, navigate websites, fill out forms, and move through multi-step website flows where a human would normally click and scroll.

  • Code generation in VS Code

    Ask Rosply to scaffold code or create files in VS Code when you want a starter project or a generated codebase written directly into the workspace.

  • Hands-free task execution

    Use the voice wake word to issue hands-free tasks, such as dictating what you want done while working away from the keyboard.

  • Routine office automation

    Use Rosply for repetitive desktop work such as renaming files, downloading invoices, automating spreadsheets, or monitoring page changes.

  • Claude Code-driven workflows

    Use the Claude Code integration to trigger desktop actions from within Claude Code through Rosply’s global MCP server setup.

Pros and Cons

Pros

  • Controls the full desktop, not just a browser or a single app.
  • Uses vision-based interaction, so it can handle dialogs and dynamic UI without brittle selectors.
  • Supports code generation through a VS Code extension.
  • Includes voice wake-word input and persistent memory across steps.
  • Provides an emergency stop shortcut and an action cap for safety.

Cons

  • The source does not provide a clear pricing page; the pricing URL currently returns a 404 in the collected evidence.
  • macOS support is described as beta on the homepage, even though the docs list macOS as supported.
  • Setup depends on an API key and additional local components such as Python, Node.js, and VS Code for some workflows.

FAQ

How do I get Rosply running?

Rosply is set up from a script that installs its Python and Node.js dependencies, the Electron UI, and the VS Code extension automatically. The docs say the first run takes a few minutes and that you need an OpenRouter API key to start.

Which operating systems does Rosply support?

Yes. The docs list Windows 10/11, macOS 12+, and Linux as supported platforms, with Windows recommended. The homepage also notes macOS support is in beta, while the docs describe macOS and Linux as fully supported.

What AI model does Rosply use?

Rosply uses a vision model through OpenRouter by default. The docs say the default model is a Qwen VL model from OpenRouter, and the homepage notes you can also use local models or other vision-capable providers.

Is Rosply designed for teams?

Rosply is built for single-user desktop automation rather than shared team workflows. The site does not describe team seats, collaborative projects, or admin controls.

How does Rosply handle mistakes or runaway tasks?

The product page says Rosply can be stopped at any time with Ctrl+H and that each run is capped at 200 actions to prevent runaway loops.

Quick Facts

Category
AI desktop automation
Platform
Windows 10/11, macOS 12+, Linux
Primary input
Natural language tasks
Source domain
rosply.com
Setup requirements
Python 3.11+, Node.js 18+, OpenRouter API key