Clevrr Computer

Clevrr Computer

Open-source AI desktop automation agent that controls your mouse, keyboard, and windows via PyAutoGUI and a vision-capable LLM.

65/100MonitorFreeFree

Clevrr Computer is a free, readable reference implementation of computer-use automation: PyAutoGUI drives the mouse and keyboard, a coordinate-grid screenshot feeds the vision model, and Gemini or Azure OpenAI supplies the reasoning loop. If you want to learn how desktop agents are built, or hack together a demo, it is a genuinely useful starting point. If you need something to run unattended against real business systems, it is not that yet — the maintainers themselves call it beta, warn about prompt injection overriding your instructions, and ask you to run it in a sandboxed VM with human oversight. For production-grade desktop automation, budget for a commercial RPA or a hosted agent

Verified 20h ago · liveness 65/100 · cite: rightaichoice.com/tools/clevrr-computer

Best for
  • Developers exploring AI desktop automation
  • Students learning multi-modal agents and computer vision
  • Hobbyists prototyping computer-use ideas
  • Engineers who want a readable reference implementation to fork
Not ideal for
  • Non-technical users wanting plug-and-play automation
  • Production enterprise deployments needing reliability guarantees
  • Mobile or web-only automation (it is desktop-only)
Visit Website

IntermediateDevelopers: roughly 15–30 minutes to clone, install requirements.txt, configure .env with a Gemini key or Azure OpenAI credentials, and get a first run going — plus the time to stand up a VM or container for safety. Students and hobbyists with Python experience: about the same, most of it spent on the API key rather than the code.Desktop · CLINo public APIVerified 20h ago
Pricing
Free
FreeFree tier2 hidden costs
Learning curve
Intermediate
Developers: roughly 15–30 minutes to clone, install requirements.txt, configure .env with a Gemini key or Azure OpenAI credentials, and get a first run going — plus the time to stand up a VM or container for safety. Students and hobbyists with Python experience: about the same, most of it spent on the API key rather than the code.
Runs on
DesktopCLI
No public API
Who it's for
Developer evaluating computer-use ideasQA engineer testing a desktop GUIStudent learning multi-modal agents
Live sentiment
Is Clevrr Computer actually worth it?

We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.

  • Honest verdict, not marketing
  • Real pros & cons from real users
  • Attributed quotes with receipts
Run a free scan

3 free scans · no card needed

Skip it if

Skip Clevrr Computer if you need unattended desktop automation against real business systems or can't sandbox it in a VM — its maintainers call it beta and warn that page content can override your instructions.

The 30-second take
Biggest gripe

You pay the model provider directly: a Google Gemini API key or Azure OpenAI credentials and usage are billed to your own account, separately from the free code.

Price reality

Clevrr Computer itself costs nothing under an MIT license, which makes it the cheapest way to experiment with desktop automation — you pay only for Gemini or Azure OpenAI API usage. Compared with commercial desktop automation or hosted agent platforms that charge per seat or per bot, it is effectively free software with a metered model bill attached.

In short

Clevrr Computer — Open-source AI desktop automation agent that controls your mouse, keyboard, and windows via PyAutoGUI and a vision-capable LLM. Best for Developers exploring AI desktop automation, Students learning multi-modal agents and computer vision, Hobbyists prototyping computer-use ideas. Free to use.

What people actually say about Clevrr Computer — is it worth it?

We ran a structured research pass across product reviews, community discussions, and post-purchase forum threads to surface the patterns vendors won't publish themselves. Below: the recurring strengths, the hidden costs people mention most, and the cohort that consistently regrets adopting this tool.

35 mentions across 3 sources (YouTube, Product Hunt, GitHub) · researched Aug 30, 2026.

37% positive63% critical

Average across the 3 sources that answered — each source counts once, not each post.

Recurring strengths
  • +Open-source and MIT-licensed, allowing full customization and learning.
  • +Supports both Gemini and Azure OpenAI, offering model flexibility.
  • +Local execution with no cloud dependency, preserving privacy.
  • +Real-time floating UI shows agent progress, aiding transparency.
  • +Clear command-line arguments for model and UI toggling.
Recurring frustrations
  • GitHub issues report model selection conflicts (Gemini vs OpenAI).
  • Missing Pillow from requirements.txt causes setup failures.
  • Send button sometimes not visible, blocking interaction.
  • Initialization can hang, leaving the agent stuck.
  • Limited community support with 7 open issues and no roadmap.
Patterns worth knowing
Excitement about democratizing AI computer use
Seen on Product Hunt
Frustration with setup and configuration issues
Seen on GitHub
UI bugs affecting usability
Seen on GitHub
Learning curve
intermediateProductive in ~A few hours
Hidden costs people mention
  • API costs for Gemini or OpenAI usage
  • Time spent troubleshooting setup issues

Viability Score

65/100
Monitor

How well maintained and how widely used is Clevrr Computer? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this

Recent activity
not measured
Traction
100
Site health
95
User sentiment
37
What the vendor publishes
20

Last calculated: September 2026

How we score →

Key Features

  • Mouse automation: move, click, and drag via PyAutoGUI
  • Keyboard automation: typing and shortcut input
  • Screenshot capture with a coordinate grid overlay for vision input
  • Window management: minimize, resize, and close
  • Multi-modal screen understanding from captured screenshots
  • Chain-of-thought reasoning loop that plans and executes steps
  • Python REPL tool for precise action execution
  • Gemini model support (default driver)
  • Azure OpenAI GPT-4 support via --model openai
  • Floating TKinter UI for real-time progress display
  • Disable the floating overlay with --float-ui 0
  • Error handling with a feedback loop
  • Environment variable configuration through a .env file
  • Command-line arguments for model and UI selection
  • Local execution on your own machine with PyAutoGUI

About Clevrr Computer

FreeIntermediateNo APIDesktop · CLI

Clevrr Computer is an open-source Python tool that lets an AI agent take real actions on your desktop. Instead of only answering questions, it moves the mouse, clicks, drags, types, fires keyboard shortcuts, takes screenshots, and manages windows through the PyAutoGUI library. A multi-modal model reads a coordinate-grid screenshot of your screen, reasons through a chain-of-thought loop about what to do next, and dispatches each step as Python. The default model driver is Google Gemini; you can switch to Azure OpenAI (GPT-4) with the --model openai flag. Configuration sits in a .env file where you supply either GOOGLE_API_KEY or the four AZURE_OPENAI_* values (key, endpoint, API version, chat deployment name). A floating TKinter overlay shows progress in real time and can be turned off with --float-ui 0. The project is aimed at developers, students, and hobbyists who want to prototype computer-use ideas locally without cloud dependency, and it ships under an MIT license as a GitHub repository rather than a hosted product. The maintainers label it a beta feature and explicitly warn that it carries risks distinct from ordinary chat interfaces — prompt injection from webpages or images can override your instructions, so they recommend a dedicated VM or container, minimized internet access, no sensitive login data, and human confirmation for consequential actions.

Behind the Verdict

The appeal of Clevrr Computer is that it is small enough to read in an afternoon and honest about what it is. The repository is a handful of files — main.py, a utils folder, requirements.txt — plus a README that walks you through cloning, installing dependencies, renaming .env_dev to .env, and picking a model. There is no installer, no dashboard, no account. That transparency is the point: you can see exactly how the screenshot grid is built, how the chain-of-thought loop decides the next action, and how the Python REPL tool executes it. The dependency on PyAutoGUI shapes both what the tool can do and what it cannot. Because it drives the real cursor and keyboard, it works with any desktop application that accepts mouse and keyboard input — no per-app API required. That is what makes the approach attractive for legacy software, internal tools, and thick clients where nothing else reaches. It also means the agent is only as reliable as its screen understanding. Coordinate-grid vision is a clever workaround, but a misread button or a shifted window can send clicks to the wrong place, and the README's error-handling loop is a recovery mechanism, not a guarantee. The security posture is the part to take seriously. The maintainers write plainly that Clevrr Computer poses risks distinct from standard APIs or chat interfaces, and that these risks are heightened when it touches the internet. Their own example — instructions on a webpage or inside an image overriding your instructions — is the canonical prompt-injection failure mode for computer-use agents. Their mitigations are equally plain: a dedicated VM or container with minimal privileges, no sensitive data such as login credentials, an allowlist of domains, and a human confirming anything with real-world consequences. Treat those as requirements, not suggestions. Where it fits: learning multi-modal agent architecture, prototyping an automation before you commit to building one, testing GUI flows by simulating clicks and keystrokes in an isolated machine, and demonstrating computer-use concepts. Where it does not: unattended production workflows, regulated environments, anything touching payments or account credentials, and non-technical users who expect a plug-and-play installer. The Gemini default means you can start with a Google API key and no Azure account, and the --float-ui 0 flag matters if you are running it headless or on a machine where an always-on-top overlay would interfere. Set your expectations at 'hackable foundation' and it delivers; expect a dependable digital employee and it will disappoint.

Researching Clevrr Computer? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Real-world workflow fit

Concrete scenarios for the personas Clevrr Computer actually fits — and what changes day-one when you adopt it.

Developer evaluating computer-use ideas

Clone the repo, rename .env_dev to .env, add a Google API key, and run python main.py inside a throwaway VM to watch the agent click and type on its own.

Outcome: You learn how a screenshot-grid vision loop and PyAutoGUI actions fit together, and decide whether to build on the approach before writing any of it yourself.

QA engineer testing a desktop GUI

Use the agent in an isolated machine to simulate clicks and keystrokes against a thick-client application rather than scripting each interaction by hand.

Outcome: You get a rough sense of which flows survive real pointer input, while the floating TKinter overlay shows each step as it happens.

Student learning multi-modal agents

Read main.py and the utils folder, then switch between --model gemini and --model openai to compare how two different vision models interpret the same screenshots.

Outcome: A concrete, hands-on understanding of multi-modal prompting and chain-of-thought action planning that a chat interface alone wouldn't give you.

Use Cases

Models Under the Hood

GeminiAzure OpenAI GPT-4

as of 2026-09-01

Limitations

  • Clevrr Computer is in beta and the maintainers say so directly.
  • It relies on PyAutoGUI, so it drives the real cursor and keyboard rather than an application API, which means a misread screen can produce a misplaced click.
  • The README warns that it carries risks distinct from standard APIs or chat interfaces, that these risks grow when it interacts with the internet, and that content on webpages or inside images may override your instructions — the prompt-injection failure mode.
  • Their mitigations are explicit: run it in a dedicated VM or container with minimal privileges, avoid giving it sensitive data such as login credentials, restrict internet access to an allowlisted set of domains, and have a human confirm decisions with real-world consequences such as accepting cookies, executing financial transactions, or agreeing to terms of service.
  • The repository is early-stage with a small community — at last check roughly 317 stars, 44 forks, and 9 commits — so expect limited third-party support and few documented workflows beyond the README.

as of 2026-09-14

Verification history

We have re-verified Clevrr Computer 7 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.

  1. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  2. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  3. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  4. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  5. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  6. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it

Showing the 6 most recent of 7 verification passes.

Free to cite with attribution — this page re-verifies continuously.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Plans compared

For each published Clevrr Computer tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.

Open Source

$0

Ideal for

Developers, students, and hobbyists who are comfortable cloning a Python repo and supplying their own Gemini or Azure OpenAI API key.

What this tier adds

Free entry point: MIT-licensed source you run locally with unlimited use, no seat limits, and no vendor account required.

Hidden costs & gotchas

What the public pricing page doesn't put in bold. Captured from pricing-page footnotes, contract terms, and recurring complaints.

  • You pay the model provider directly: a Google Gemini API key or Azure OpenAI credentials and usage are billed to your own account, separately from the free code.
  • Running it safely means provisioning a dedicated VM or container with minimal privileges and an allowlisted network — real infrastructure cost and setup time the free license doesn't cover.

Where the pricing makes sense

The company stage and team size where Clevrr Computer's pricing actually pencils out — and where peers do it cheaper.

Clevrr Computer itself costs nothing under an MIT license, which makes it the cheapest way to experiment with desktop automation — you pay only for Gemini or Azure OpenAI API usage. Compared with commercial desktop automation or hosted agent platforms that charge per seat or per bot, it is effectively free software with a metered model bill attached.

Setup time & first value

How long it actually takes to get something useful out of Clevrr Computer — broken out by persona, not the marketing-page minute.

Developers: roughly 15–30 minutes to clone, install requirements.txt, configure .env with a Gemini key or Azure OpenAI credentials, and get a first run going — plus the time to stand up a VM or container for safety. Students and hobbyists with Python experience: about the same, most of it spent on the API key rather than the code.

Switching to or from Clevrr Computer

How to bring data in from common predecessors and how to get it back out — written for the switcher, not the buyer.

Migrating in
  • From manual desktop macros: port the repeated click-and-type steps into natural-language instructions and let the chain-of-thought loop sequence them.
  • From a hosted computer-use demo: run Clevrr Computer locally with your own Gemini or Azure OpenAI key to keep screenshots off a third-party service.
  • From custom PyAutoGUI scripts: keep the PyAutoGUI primitives you already know and add a vision-and-reasoning layer on top.
Migrating out
  • To a commercial RPA platform: re-implement the highest-value flows as recorded or coded automation with vendor support and audit trails.
  • To a hosted computer-use agent: move the same task descriptions to a managed service when you need reliability without maintaining a VM.
  • To a purpose-built application integration: replace screen scraping with an official API once the target app offers one.

Resources & Guides

Tutorials & Learning

YouTube returned 6 videos for “Clevrr Computer”, and we withheld 6: 6 did not mention Clevrr Computer. We are showing none, because we could not prove any of them are about Clevrr Computer.

Featured Head-to-Head Comparisons

Popular in Browser & Computer-Use Agents

Spider Cloud

Spider Cloud

Spider Cloud is an AI web scraping API that turns any site into markdown or JSON for agents and RAG.

FreemiumTry
OpenAgents

OpenAgents

OpenAgents is an open-source platform for running and hosting language agents — Data, Plugins, and Web — with full code access.

FreeTry
Zhipu GLM

Zhipu GLM

Zhipu GLM delivers open-source LLM models, MaaS APIs, and autonomous agents for Chinese enterprises and developers.

FreemiumTry

Frequently Asked Questions

Used Clevrr Computer? Help shape our editorial sentiment research.