Clicky

Clicky

Clicky: Free open-source macOS AI tutor that sees your screen and guides you with voice

72/100Safe BetFree planFreemium

Clicky is a brilliant open-source concept with real utility, but it's not turnkey. If you're a developer who likes tinkering and wants a screen-aware AI tutor without a monthly fee, grab it now before the codebase freezes. Non-technical users or teams that need support and polish should pass—setting up three API keys and a Cloudflare Worker is a real barrier.

Verified 6d ago · liveness 72/100 · cite: rightaichoice.com/tools/clicky

Best for
  • Mac users who want a conversational AI tutor that sees their screen
  • Designers in Figma needing step-by-step guidance with cursor pointing
  • Video editors in DaVinci Resolve looking for real-time visual help
  • Developers learning new codebases or workflows on a Mac
Not ideal for
  • Windows or Linux users — macOS 14.2+ required
  • Teams or enterprise deployments needing admin controls or collaboration
  • Users who prefer text-only chat interactions without voice
Visit Website

Beginner-friendlyFor a developer familiar with terminal and API keys: about 30 minutes to 1 hour to clone, set up the Cloudflare Worker, add secrets, and build in Xcode using the Claude Code path. For non-developers, expect 2-3 hours if they follow the manual steps, or longer if they run into environment issues.DesktopNo public APIVerified 6d ago
Pricing
Free plan
FreemiumFree tier4 hidden costs
Learning curve
Beginner-friendly
For a developer familiar with terminal and API keys: about 30 minutes to 1 hour to clone, set up the Cloudflare Worker, add secrets, and build in Xcode using the Claude Code path. For non-developers, expect 2-3 hours if they follow the manual steps, or longer if they run into environment issues.
Runs on
Desktop
No public API · 4 integrations
Who it's for
Graphic designer in FigmaVideo editor in DaVinci ResolveDeveloper debugging an error
Live sentiment
Is Clicky 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 Clicky if you're not on macOS 14.2+, you're unwilling to deploy a Cloudflare Worker and manage three API keys, or you expect a one-click install and ongoing updates—this is a tinkerer's tool, not a polished commercial app.

The 30-second take
Biggest gripe

You pay for every API call: Claude, AssemblyAI, and ElevenLabs each bill usage, so heavy daily use can add up quickly.

Price reality

Clicky is free and open source, so the only cost is your own API usage—cheaper than commercial screen-aware assistants like Superwhisper or MacWhisper which charge subscription fees. But those tools offer one-click install and support, which may justify their cost for non-tinkerers. For hobbyists and developers, Clicky is the budget-friendly choice.

In short

Clicky — Clicky: Free open-source macOS AI tutor that sees your screen and guides you with voice. Best for Mac users who want a conversational AI tutor that sees their screen, Designers in Figma needing step-by-step guidance with cursor pointing, Video editors in DaVinci Resolve looking for real-time visual help. Free to use.

What people actually say about Clicky — 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.

67 mentions across 5 sources (Hacker News, Product Hunt, App Store, GitHub, Lemmy) · researched Jul 3, 2026.

22% positive78% critical
Recurring strengths
  • +Free, open-source, and MIT licensed for unlimited modification.
  • +Screen-aware AI can see your current application and context.
  • +Voice input and speech output for hands-free interaction.
  • +Cursor-adjacent interface minimizes workspace interference.
  • +Real-time step-by-step walkthroughs for design and coding tasks.
Recurring frustrations
  • No official Windows or Linux support yet.
  • Cannot use custom API keys from the UI—must modify source.
  • Almost no real user reviews exist to validate claims.
  • Off-topic posts dominate community data, making analysis thin.
  • Unclear reliability and performance of screen capture.
Patterns worth knowing
Cross-platform demand: Users want Windows and Linux versions
Seen on GitHub
Open-source enthusiasm: Community builds ports and forks
Seen on GitHub
Missing API key configuration in UI
Seen on GitHub
Learning curve
beginnerProductive in ~5 minutes
Hidden costs people mention
  • May require your own API keys for Claude or other services if the default credits run out.

Viability Score

72/100
Safe Bet

How well maintained and how widely used is Clicky? 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
90
Traction
100
Site health
95
User sentiment
22
What the vendor publishes
40

Last calculated: September 2026

How we score →

Key Features

  • Screen capture with ScreenCaptureKit
  • Push-to-talk voice input with AssemblyAI streaming transcription
  • Speech output via ElevenLabs text-to-speech
  • Claude-powered reasoning with streaming SSE responses
  • Cursor pointing using [POINT:x,y:label:screenN] tags
  • Multiple monitor support
  • Menu bar interface with transparent cursor overlay
  • Cloudflare Worker proxy for secure API key handling
  • Real-time audio streaming over WebSocket
  • Open source under MIT license (frozen as of Apr 2026)
  • macOS 14.2+ (ScreenCaptureKit) and Xcode 15+
  • Apple Silicon and Intel Macs
  • Local development with wrangler dev and .dev.vars
  • Control Panel and full-screen overlay NSPanel windows
  • No dock icon

About Clicky

FreemiumBeginner-friendlyNo APIDesktop

Clicky is a free, open-source macOS app that acts like an AI teacher sitting next to your cursor. It captures your screen, listens when you press push-to-talk, and responds with spoken, step-by-step guidance across apps like Figma, DaVinci Resolve, or Xcode. Built by Farza and released under an MIT license, the current codebase remains fully open source as of April 2026, while future development moves to a private repo. You can still download the latest version from the link in the repo, but the open-source code is frozen. Clicky is not a background chatbot. It's a menu bar app (no dock icon) with two floating NSPanel windows: a control panel and a full-screen transparent overlay. When you trigger the hotkey, Clicky streams your audio over a websocket to AssemblyAI for real-time transcription, sends the transcript plus a screenshot to Claude via streaming SSE, and plays the AI's response through ElevenLabs text-to-speech. The AI can even embed [POINT:x,y:label:screenN] tags to make your cursor fly to specific UI elements across multiple monitors. Under the hood, all three API calls (Claude for reasoning, AssemblyAI for speech-to-text, ElevenLabs for voice synthesis) run through a Cloudflare Worker that you deploy with your own keys, so your credentials never ship in the app binary. You pay for API usage directly; the app itself has no cost. Setup requires macOS 14.2+, Xcode 15+, Node.js 18+, a Cloudflare account, and API keys for the three services. Clicky fills a niche between a plain voice assistant and a full-screen AI copilot. On one side, you've got commercial screen-aware assistants that offer more polish but charge a subscription. On the other, Clicky gives you complete control—fork the repo, tweak the code, and run it entirely on your own keys. That's a powerful trade-off if you're comfortable with a bit of terminal work.

Behind the Verdict

Clicky is a rare find: a genuinely useful AI application that's completely free and open source. The core idea—an AI that sees your screen, hears your voice, and literally points at things—is exactly the kind of hands-on assistance people actually want from an assistant. And because it's MIT-licensed, you can take it apart, rebuild it, or even spin up a commercial product from it, as the creator himself suggests. That's a level of freedom no closed tool offers. When should you pick this? If you're a Mac user who lives in apps like Figma, DaVinci Resolve, or Xcode, and you learn best by having someone guide you through the interface, Clicky is a game changer in the most literal sense. The cursor-pointing feature is the differentiator—it's not just telling you where to click, it's moving your mouse there. That's a tangible boost over reading a tutorial or watching a video. When should you pass? If you're not comfortable with terminal commands, API keys, and deploying a Cloudflare Worker, Clicky will feel like a project, not a product. The setup is clearly documented but still multi-step: clone the repo, configure the Worker, update proxy URLs, and build in Xcode. Non-developers will likely bounce off that friction. And if you need something that just works without fuss, you might prefer a commercial screen-aware assistant that costs money but delivers a polished, plug-and-play experience. Comparison-wise, Clicky sits opposite to tools like Rewind or commercial AI assistants that scan your screen. Those are closed, often subscription-based, and handle all the infrastructure for you. Clicky gives you transparency and control—you know exactly what it does with your screen data because you're running the code yourself. That's a privacy win, but it also means you're

Researching Clicky? 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 Clicky actually fits — and what changes day-one when you adopt it.

Graphic designer in Figma

You're designing a landing page and get stuck on auto-layout. You press push-to-talk and ask, 'How do I make this responsive?'

Outcome: Clicky captures your screen, transcribes your question, Claude analyzes the screenshot and replies via ElevenLabs, and a cursor point highlights the auto-layout button, guiding you step-by-step.

Video editor in DaVinci Resolve

You're color grading a clip and need a quick refresher on scopes. You ask Clicky while your cursor is over the scopes panel.

Outcome: Clicky sees the screen, recognizes the scopes panel, and points to the correct waveform monitor, explaining how to read it, all without you pausing your workflow.

Developer debugging an error

You hit a runtime error in Xcode and don't recognize the stack trace. You invoke Clicky and ask 'What does this mean?'

Outcome: Clicky reads the error on screen, Claude suggests a likely fix, and the cursor points to the relevant line, while the voice response walks you through the solution.

Use Cases

Models Under the Hood

Claude

as of 2026-09-01

Limitations

  • Clicky is currently only available for macOS (Apple Silicon and Intel).
  • It relies on third-party AI services (Claude, AssemblyAI, ElevenLabs) so requires internet connectivity.
  • The developer has indicated that new development is happening privately, so the open-source repo may not receive the latest updates.

as of 2026-08-19

Verification history

We have re-verified Clicky 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-checked, vendor evidence unchanged
  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 Clicky tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.

Free (Open Source)

$0

Ideal for

Solo developers and tinkerers who want a free, customizable AI tutor and are comfortable deploying their own Cloudflare Worker and managing API keys.

What this tier adds

Free entry point: full MIT-licensed source code, all features (screen capture, voice, cursor pointing), but you pay for API usage and do the setup yourself.

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 for every API call: Claude, AssemblyAI, and ElevenLabs each bill usage, so heavy daily use can add up quickly.
  • There's no bundled API quota; you must bring your own keys for all three services, and each has separate free-tier limits that may not cover long sessions.
  • The open-source repo is frozen; the latest Clicky builds may require joining the private channel or downloading from the link in the repo, potentially missing future features.
  • If you want the newest features, you may need to build from source or use the private repo, which could involve signing up for access or paying for a hosted version if one exists.

Where the pricing makes sense

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

Clicky is free and open source, so the only cost is your own API usage—cheaper than commercial screen-aware assistants like Superwhisper or MacWhisper which charge subscription fees. But those tools offer one-click install and support, which may justify their cost for non-tinkerers. For hobbyists and developers, Clicky is the budget-friendly choice.

Setup time & first value

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

For a developer familiar with terminal and API keys: about 30 minutes to 1 hour to clone, set up the Cloudflare Worker, add secrets, and build in Xcode using the Claude Code path. For non-developers, expect 2-3 hours if they follow the manual steps, or longer if they run into environment issues.

Switching to or from Clicky

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 Superwhisper or MacWhisper: if you're already paying for a screen-aware assistant, you can migrate to Clicky by deploying the Worker and adding your API keys, keeping your existing API subscriptions.
Migrating out
  • To Superwhisper or MacWhisper: if you find the setup too complex or want a one-click install, switch to a commercial tool that bundles API costs and offers support.

Integrations

ClaudeAssemblyAIElevenLabsCloudflare Workers

Resources & Guides

Tutorials & Learning

Tools that pair well with Clicky

Common stack mates teams adopt alongside Clicky, with the specific reason each pairing earns its keep.

Featured Head-to-Head Comparisons

Alternatives to Clicky

View all
Fish Audio

Fish Audio

Free expressive text-to-speech and voice cloning platform with emotion control and a free API.

FreemiumTry
ElevenLabs

ElevenLabs

ElevenLabs: Realistic AI voice generator, voice cloning, dubbing, and conversational AI agents.

FreemiumTry
Krisp Voice AI

Krisp Voice AI

Real-time noise cancellation and AI meeting copilot for clear calls

FreemiumTry

Frequently Asked Questions

Used Clicky? Help shape our editorial sentiment research.