10 free repos that replace subscriptions
The list the video promised: ten GitHub projects that do the work of paid tools, with what each one replaces, the price of the paid alternative, and the catch in each.
Read in Portuguese →Add up what you pay a month for AI, voice, video and integration tools. That is a decent subscription bill. And most of that work already has a free version on GitHub, maintained by people who get nothing for it.
Here are the ten. Star counts were checked on September 16, 2026, and that number moves fast. Each entry comes with what it replaces, the price of the paid alternative, and where the catch is.
1. anthropics/skills (176,681 stars)

Anthropic's official skills repository. These are instruction packs the agent loads when a task shows up: spreadsheets, documents, research, slides. Each skill is a folder with an instruction file and, when needed, a script.
Replaces: no subscription. This is reference material, which is why it is first on the list. If you use Claude Code or another agent, you read this to learn how to write your own skills before copying someone else's repository.
Catch: it is for reading and adapting, not for installing and running. If you want something that works on its own, look at the items below.
2. MoneyPrinterTurbo (124,226 stars)

You type a topic and it assembles the short video: script, images, voice, captions and music, already in vertical format. Then it publishes straight to TikTok, Instagram and YouTube Shorts.
Replaces: short-video editor + stock footage + voice generator, which on a paid plan runs about US$29/month for the avatar-video part alone (HeyGen Creator).
Catch: it generates generic video from stock footage. It is for volume, not for the video you sign your name to. Output quality also depends on the model you plug in.
3. TradingAgents (106,955 stars)

A team of agents that analyzes a stock. One reads the company's numbers, another tracks news and market sentiment, a third looks at charts. One researcher argues for the buy, another lists the risks, and in the end a manager approves or blocks it.
Replaces: market analysis that on a closed platform comes with a data subscription starting at a few hundred dollars a month.
Catch: it is a research framework, not investment advice. It shows the reasoning; the decision is still yours, and it needs your model API key.
4. HyperFrames (50,635 stars)

From HeyGen itself. You write HTML and the project renders video. The agent writes the code, it returns the MP4.
Replaces: the video rendering layer, which normally charges per processed minute.
Catch: it requires you or your agent to know HTML and animation. It is not a press-a-button tool.
5. LibreChat (44,104 stars)

A ChatGPT-style interface that talks to any model: Anthropic, OpenAI, Groq, DeepSeek, OpenRouter. It has agents, MCP, a knowledge base and user control.
Replaces: the chat subscription, and more than that, the problem of having your conversation locked to one company. With it you switch models without switching tools.
Catch: you host it. It needs Docker and a machine that stays on, and the cost becomes the API tokens you consume.
6. VoxCPM (37,653 stars)

Multilingual speech synthesis with voice cloning. It runs on your machine, in Portuguese, without uploading audio to anyone's cloud.
Replaces: professional voice cloning, which on ElevenLabs starts at US$22/month on the Creator plan.
Catch: it is a local model, so it wants a GPU if you care about speed. And cloning someone else's voice without permission is a legal problem, not just a technical one.
7. FinceptTerminal (31,691 stars)

An open financial terminal: market analytics, investment research, economic data, all in a desktop app.
Replaces: the function of the terminal banks use, which costs around US$31,980 per year per seat.
Catch: it replaces the function, not the package. The expensive terminal includes licensed data and support you do not get here. And the project license is not one of the standard GitHub ones, so read it before commercial use.
8. Nango (12,184 stars)

An integration layer for products: OAuth, token refresh and connections to hundreds of APIs, all standardized. It is what you use when your product needs to access someone else's account.
Replaces: a unified API platform, which usually charges per active connection on an annual plan.
Catch: it is infrastructure for people building a product, not a personal tool. If you are not building a SaaS, it is probably not for you.
9. Flowsint (8,764 stars)

A visual investigation platform built on graphs. You combine domain, email, IP, profile, and pull the connections onto one screen.
Replaces: the link-analysis tool used in investigations, which for Maltego runs from €3,000 to €7,500 a year.
Catch: its power lives in the sources you connect, and several of them are paid. The tool is free; the data is not.
10. cloudflare/agents (5,581 stars)

A framework for building and shipping AI agents on Cloudflare's infrastructure. Durable state, scheduled execution, queues.
Replaces: the agent hosting layer you would otherwise build by hand, with server, queue and database.
Catch: it locks you into Cloudflare's platform. The free plan is enough to start, but production at scale is billed by usage.
Before you install any of them
Three things worth more than the savings:
- Check the last commit date. A repository untouched for a year is more likely to cost you time than to save it.
- Read the license. MIT and Apache are fine for personal and commercial use. The others need reading, and some carry restrictions that only show up in production.
- Count the hidden cost. API keys, GPU, a server left running, your setup time. The software is free; running it is not necessarily.
What this list actually delivers
None of these ten is "free" in the sense of costing nothing. They are free in the sense that nobody charges a monthly fee for the code, and what used to be a subscription becomes one afternoon of setup, once.
What you buy with a subscription is not only the tool: it is someone to update, host and answer when it breaks. Trading that for a repository makes sense when your time is worth less than the monthly fee, or when you want to understand how the thing works inside.
Either way, one thing holds: before renewing any of these subscriptions, you can find out what already exists in the open. That is what is here.