// summary
Clicky is an open-source AI teaching assistant that integrates directly into your macOS environment to provide real-time guidance. The application uses screen recording, voice interaction, and cursor control to act as a virtual tutor that can see and interact with your desktop. Users can deploy the project locally by configuring a Cloudflare Worker proxy and building the Swift-based application via Xcode.
// technical analysis
Clicky is an AI-powered educational companion designed as a macOS menu bar application that provides real-time, screen-aware assistance. By integrating screen capture, voice transcription, and text-to-speech, it creates an interactive experience where an AI can visually guide users by manipulating the cursor. The architecture utilizes a secure Cloudflare Worker proxy to manage sensitive API keys, ensuring they are not embedded directly within the application binary. This design prioritizes user privacy and modularity, allowing developers to extend the agent's capabilities through a well-defined Swift-based state machine.
// key highlights
// use cases
// getting started
To begin, you can use Claude Code to automatically clone the repository and follow the guided setup instructions in CLAUDE.md. Alternatively, perform a manual setup by deploying the provided Cloudflare Worker with your API keys, updating the proxy URLs in the Swift source code, and building the project via Xcode 15+ on macOS.