← Reddit

I recreated shadcn's Copper as a free, open-source app for Windows, macOS & Linux — for anyone who can't swing the $50

Reddit · Bubbly-Friend-7261 · August 2, 2026
A developer created Cooper, a free, open-source alternative to the $50 Mac-only app Copper, making it available for Windows, macOS, and Linux. The app replicates Copper's workflow through keyboard shortcuts to capture selected text and create organized notes with markdown rendering, while maintaining full privacy with local storage and no telemetry. Built with Tauri and Rust as a ~10 MB binary, Cooper is available on GitHub under an Apache license with prebuilt installers for all three platforms.

Detailed Analysis

A developer has released Cooper, a free and open-source clone of shadcn's Copper — a $50 macOS-only utility that lets users capture selected text and quickly jot down prompts or notes while working. The reimplementation, posted to the r/ClaudeAI subreddit, replicates Copper's core interaction model precisely: double-tapping the left Shift key captures selected text from any application, while double-tapping right Shift summons a lightweight panel for typing notes or queuing prompts. Users can organize captures into named sections with a "#" prefix, switch between them via keyboard shortcut, and bulk-copy multiple entries as a formatted list to paste into tools like ChatGPT, Claude, or Cursor. Unlike the original, Cooper runs natively on Windows, macOS, and Linux, is licensed under Apache-2.0, and is built with Tauri (Rust) rather than Electron, yielding a roughly 10 MB binary instead of a bloated cross-platform wrapper.

The project's positioning is notable for its explicit deference to the original creator. The author repeatedly frames Cooper not as a hostile competitor but as an accessibility fork — acknowledging that $50 is a real barrier for students, people in weaker currencies, or anyone unable to justify the expense, while still encouraging Mac users with the budget to buy Copper directly to support its designer. This ethos extends to the licensing choice: Apache-2.0 explicitly permits forking, rebranding, and commercial reuse "no strings attached," a deliberate contrast to more restrictive indie-software licensing models. The app also emphasizes local-first privacy — a single SQLite file, no telemetry, no cloud sync, no account creation — which appeals to a segment of developers wary of subscription-gated, cloud-tethered productivity tools.

This story matters because it illustrates a recurring dynamic in the AI-adjacent tooling ecosystem: as large language model interfaces like Claude, ChatGPT, and Cursor become central to daily technical work, a cottage industry of lightweight "scratchpad" utilities has emerged to solve the friction of capturing fleeting thoughts and prompt ideas without breaking flow. Copper's success as a paid Mac app demonstrated real demand for this workflow, and Cooper's rapid, transparent cloning shows how quickly indie tools in this space get reverse-engineered and redistributed once they prove a concept — a pattern common in developer-tool markets where UX ideas spread faster than proprietary code protections can contain them.

The choice of Tauri over Electron, and the emphasis on binary size and native OS integration (like macOS's acrylic/vibrancy effects), also reflects a broader shift among indie and hobbyist developers toward Rust-based, resource-efficient app frameworks as an alternative to heavier JavaScript-based cross-platform stacks. Combined with the tool's direct integration into AI coding and chat workflows — positioning itself as a companion utility for prompt drafting and context capture across Claude, ChatGPT, and Cursor — Cooper is emblematic of how the rise of LLM-based coding assistants is generating demand for an entire secondary layer of small, often free and open-source, productivity software designed specifically to streamline human-AI interaction.

Read original article →