Kashi Keefe← All resources
Tools·Multi-Tool·6 min read

7 Free Repos That Replace $2,000/yr of Software

Open-source replacements for Acrobat, Photoshop, Screen Studio, HeyGen, Cursor, and Miro — all free on GitHub.

The standard creative and professional software stack adds up fast — Acrobat, Photoshop, a screen recorder, an AI workspace, a video tool, a coding assistant, a whiteboard. Most of it has a free, actively maintained open-source equivalent on GitHub that is genuinely good, not just 'passable for beginners.' The seven repos below collectively cover what most people pay $1,500–$2,000 per year for. All free. All on GitHub.

The 7 Repos

  • Stirling PDF (github.com/Stirling-Tools/Stirling-PDF) → Adobe Acrobat. A self-hosted PDF suite that runs in Docker: merge, split, compress, convert, sign, redact, OCR. Everything Acrobat does for document work. Runs at localhost:8080 in 10 minutes.
  • PhotoGIMP (github.com/Diolinux/PhotoGIMP) → Adobe Photoshop. This is not a new app — it is a plugin that re-skins GIMP with Photoshop keyboard shortcuts and workspace layout so the muscle memory transfers. GIMP is free and has been for 30 years.
  • Recordly (github.com/ryonakano/reco) → Screen Studio. Clean screen recording, no watermark, no cloud upload, no subscription. Exported files stay local.
  • Odysseus (github.com/browser-engineers/odysseus) → ChatGPT Plus + Perplexity. A local AI workspace that routes queries to open models. No monthly fee, no data sent to an external subscription service.
  • Hyperframes (github.com/nateherkai/hyperframes) → HeyGen / CapCut motion templates. Write HTML and CSS animations and render them directly to MP4 video. Any animation you can build in a browser, you can export as a video clip — scriptable and free.
  • Cline (github.com/cline/cline) → Cursor / GitHub Copilot. In-editor AI coding agent for VS Code. Supports Claude, GPT-4o, and local models via Ollama. Free to use with your own API key — you pay only for tokens, not a per-seat subscription.
  • Excalidraw (github.com/excalidraw/excalidraw) → Miro / FigJam / Lucidchart. Infinite-canvas whiteboard with a hand-drawn aesthetic. Fully offline-capable. No per-seat pricing, no export limits.

How to Actually Make This Stick

Most people read a list like this and forget it. The version that sticks: pick one tool you are currently paying for, install the replacement this week, and use it for two real projects. By the third project your hands know where everything is and you cancel the old subscription. Then move to the next one. One swap per month is faster than you think.

Estimated Annual Savings

  • Acrobat Standard → Stirling PDF: ~$240/year
  • Photoshop → PhotoGIMP (GIMP): ~$264/year
  • Cursor Pro → Cline (own API key): ~$240/year
  • Miro Team → Excalidraw: ~$96–$180/year per seat
  • HeyGen or CapCut Pro → Hyperframes: ~$0–$300/year depending on usage

Start with Stirling PDF. It is the fastest install on this list, the savings are immediate, and it covers a wider range of PDF tasks than most people realize. Run `docker pull frooodle/s-pdf` and you are up in under 10 minutes.

Where Claude Code Fits In

Claude Code can configure, extend, and automate all seven of these tools. Ask it to write a Docker Compose file for Stirling PDF, set up Cline with a custom system prompt for your codebase, or write a Hyperframes animation from a design brief. The combination of free open-source tooling plus Claude Code as the orchestrator running across them gives you a professional creative and development stack for the cost of a Claude subscription — nothing more.