GITHUB HOT REPOS · AUGUST 13, 2026

Hot GitHub repos
of the week.

Report by The Next New Thing.

Scroll for the report ↓

Security · Single sign-on · Self-hosted

Run your own Okta replacement, on your own server.

ELI5

One login that works across every app your company uses — but the login system runs on a machine you control, instead of a service you pay for by the user.

View on GitHub →
Stars
24.8k
Language
Python
Forks
1.9k
GitHub repo card for goauthentik/authentik — click to open the repo
Highlights
  • Names its targets in the README

    Pitched explicitly as a way to “securely replace existing IdPs such as Okta, Auth0, Entra ID, and Ping Identity.”

  • Four ways in

    Docker Compose, Kubernetes Helm, AWS CloudFormation, or a DigitalOcean 1-click install.

  • Open core, paid enterprise

    The core is MIT-licensed and free; enterprise features sit under a separate EE license.

Star growth over time for goauthentik/authentik
WunderTech — one login wired into Proxmox, Beszel and Linkwarden, installed from scratch (76.5k views)
Chapters — click to jump
Developer 2.0 · 2026-05-06
The honest write-up: it works, but every socket is wired differently

An engineer wired authentik into Vault, Grafana, Nextcloud and kubectl and documented the traps — including an empty-groups-claim that silently breaks access. His line for it: “the plugs fit, but the pins are wired differently in every single socket.”

Read the write-up →
Security · Kubernetes · CNCF incubating

A security scanner that fixes what it finds — and now answers in English.

ELI5

Point it at the system running your company’s apps and it lists everything set up insecurely, scored against the standards auditors actually cite — then repairs a lot of it for you.

View on GitHub →
Stars
11.6k
Language
Go
License
Apache-2.0
GitHub repo card for kubescape/kubescape — click to open the repo
Highlights
  • It repairs, not just reports

    kubescape fix auto-repairs misconfigurations; kubescape patch rebuilds vulnerable images.

  • Ask it in plain English

    Ships an MCP server — the plug that lets an AI assistant call a tool — so you can just ask what’s wrong.

  • Built by a company, given away

    Created by the security firm ARMO, now a CNCF incubating project under Apache 2.0.

Star growth over time for kubescape/kubescape
@eddiejaoude pointed it at his own real cluster on day one. ⚠️ Note the date: 2022. Nothing newer cleared the bar.
Hacker News · 259 points
A security tool that shipped a curl-pipe-bash installer

The only large HN thread this project has ever had, and it’s a pile-on: a security scanner asking you to pipe a script from the internet straight into your shell. Also the best head-to-head against kube-bench and OpenSCAP. It’s from 2021 — backstory, not news.

Read the thread →
Design · React components · Free forever

The reason a two-person startup’s app looks professionally designed on day one.

ELI5

A free kit of ready-made website parts — buttons, menus, forms, dialogs, tables — that developers drop in instead of designing and coding each one from scratch.

View on GitHub →
Stars
98.8k
Language
JavaScript
Forks
32.6k
GitHub repo card for mui/material-ui — click to open the repo
Highlights
  • Twelve years of battle-testing

    The README claims more than a decade of development by thousands of open-source contributors.

  • Free, with a store attached

    MIT-licensed and free; MUI also sells finished templates and themes in the MUI Store.

  • Funded in the open

    Diamond sponsors pledge $1,500/month, Gold sponsors $500/month — the amounts are printed in the README.

Star growth over time for mui/material-ui
Code Genix — 86 minutes on theming, dark mode, breakpoints and migration (23k views)
Chapters — click to jump
mui.com · 2026-03-01
The free library raised prices on its paid half

MUI X Pro and Premium moved to application-based licensing effective April 8, 2026, and priority support became Enterprise-only. The core stays MIT and free — this is the tension of running an open-source project as a business, published in the open.

Read the pricing post →
Mac apps · Curated list · Updated almost daily

The list to open before you pay for a Mac app.

ELI5

A big hand-curated directory of Mac software, sorted by category, with a little icon on each entry telling you whether it’s free, open source, or a paid App Store app.

View on GitHub →
Stars
110.9k
Language
Markdown
Forks
8.5k
GitHub repo card for jaywcjlove/awesome-mac — click to open the repo
Highlights
  • Twelve hundred apps, sorted

    1,200+ linked entries across 25 top-level categories, from AI Tools to VPN clients.

  • The AI section is exploding

    Stuffed with brand-new Claude Code and AI-agent utilities — the reason an old list is trending again.

  • Watch the sponsors

    The README opens with paid sponsor placements and ~30 of the maintainer’s own Mac apps.

Star growth over time for jaywcjlove/awesome-mac
TrackAwesomeList · live
A 111,000-star list that is genuinely still being tended

There is no English commentary on this repo anywhere — no qualifying tweet, no video, no article. So here is the proof it’s alive instead: a dated feed of exactly what gets added, current through August 10, 2026. Not a dead trophy.

See what was added this week →
Learning · System design · Interview prep

A free textbook on how giant websites actually work.

ELI5

A plain-English explanation of how sites like Twitter or Pastebin are built to handle millions of people, written as a free book you read in your browser.

View on GitHub →
Stars
363.7k
Language
Python
Forks
57.8k
GitHub repo card for donnemartin/system-design-primer — click to open the repo
Highlights
  • Eight systems, worked end to end

    Full solutions for designing Pastebin, a Twitter timeline, a web crawler, and Mint.com.

  • Flashcards, not just reading

    Free Anki decks use spaced repetition so the concepts actually stick.

  • Translated by its readers

    Complete Japanese and Chinese editions, with open translation threads for 16 more languages.

Star growth over time for donnemartin/system-design-primer
192k views, 5,875 bookmarks — and the actual instruction is “read this 2 times”
Hacker News · 112 points
“Who is this massive audience?”

The skeptic panel on a repo with a third of a million stars: “the vast majority of ‘systems’ are small-scale” — and a blunter one, “I fundamentally distrust these sort of guides.” Worth hearing next to the star count.

Read the pushback →
Security · Disk encryption · Survived a near-death moment

Lock a laptop or a thumb drive so a bag left in a cab stops being a data breach — free, on Windows, Mac and Linux.

ELI5

Free software that locks a drive so nobody can read it without your password. This spring it nearly died, because the one company that signs Windows software switched it off.

View on GitHub →
Stars
11.3k
Language
C
Forks
1.3k
GitHub repo card for veracrypt/VeraCrypt — click to open the repo
Highlights
  • The signing account, switched off

    In March, Microsoft terminated the developer’s account — no email, no warning, no human to appeal to.

  • Encrypted Windows PCs faced a dead boot

    Once Microsoft revoked the old certificate in July, machines using full-disk encryption risked not starting at all.

  • Fixed, quietly, in a release note

    June’s 1.26.29 adds bootloaders signed under Microsoft’s new UEFI CA 2023 — the crisis resolved in one line.

Star growth over time for veracrypt/VeraCrypt
341k views on the moment Microsoft switched off the account that signs VeraCrypt
TheHowToGuy123 — encrypting a USB drive end to end, then mounting it on another machine (42.7k views)
Chapters — click to jump
Hacker News · 1,297 points
WireGuard’s maintainer: it happened to me too

501 comments, and in the top one Jason Donenfeld says Microsoft did the same to him — “what if there were some critical RCE in WireGuard… Microsoft would have my hands entirely tied.” One company’s signature is a single point of failure for security software everyone depends on.

Read the thread →
OSINT · Footprint audit · ⚠️ No commits in 13 months

Type one username and see every site it’s registered on.

ELI5

A command-line tool that takes a single username or email address and checks more than 600 websites to show you where that name has an account.

View on GitHub →
Stars
7.5k
Language
Python
Last commit
Jul 2025
GitHub repo card for p1ngul1n0/blackbird — click to open the repo
Highlights
  • One name, 600+ sites

    A single command checks a username or email across 600+ platforms and prints where it’s found.

  • It stays current without updates

    Every run re-downloads its site list from the community-run WhatsMyName project.

  • The maintainer moved on

    No commits since July 2025. Its creator is now CTO of Sherlockeye, a commercial OSINT product.

Star growth over time for p1ngul1n0/blackbird
117k views, 2,259 bookmarks — posted within days of the project’s final commit
Sherlockeye · 2026-05-15
Where the maintainer went

Ten months after his last commit, Lucas Antoniaci wrote about Blackbird — on the blog of Sherlockeye, a commercial OSINT product, bylined as its CTO. The post presents Blackbird as active and never mentions the gap. Bellingcat, cataloguing the tool, records the last commit as 2025-07-13.

Read his post →
Jobs · Live database · Updated every 30 minutes

A GitHub repo used as a live job board — and it’s hiring season.

ELI5

A constantly refreshed public list of next summer’s tech internships. The README itself is the product — there’s barely any code in here.

View on GitHub →
Stars
46.3k
Language
Python
Roles listed
357
GitHub repo card for SimplifyJobs/Summer2027-Internships — click to open the repo
Highlights
  • 357 roles, five categories

    SWE 121, Data Science/AI/ML 116, Quant 76, Product 32, Hardware 12.

  • It updates far faster than it claims

    The README says daily. The commit log shows automated commits every ~30 minutes, around the clock.

  • Email alerts, built by a reader

    A community member’s site, SWEList, emails students the moment a new role lands.

Star growth over time for SimplifyJobs/Summer2027-Internships
Messaging · Self-hosted API · Built-in MCP

Give an AI agent your WhatsApp inbox.

ELI5

Software you install on your own server that turns an ordinary WhatsApp account into something your other programs — and AI agents — can send and read messages through.

View on GitHub →
Stars
4.5k
Language
Go
License
MIT
GitHub repo card for aldinokemal/go-whatsapp-web-multidevice — click to open the repo
Highlights
  • An MCP endpoint, built in

    /mcp lets an AI agent send and read messages — five tools cover sending, editing, chats, groups and login.

  • Several numbers, one server

    Multi-account support runs multiple WhatsApp numbers at once, each with its own webhook.

  • Read the warning label

    The README states plainly: “This project is unofficial and not affiliated with WhatsApp.”

Star growth over time for aldinokemal/go-whatsapp-web-multidevice
What you’d actually use it for
  1. Smart home & system alerts

    If you use smart-home software like Home Assistant or run a home server, GOWA can send you instant WhatsApp notifications — a camera detecting motion, a smoke alarm going off, a server needing an update.

  2. Your own AI assistant

    Plug the MCP endpoint into an AI client like Claude Desktop and you can ask your AI to summarize your recent group chats, or have it draft and send replies for you.

  3. Auto-responders & call rejection

    Going on a digital detox or a vacation? Start it with simple command-line flags to send an away message (--autoreply="I am away...") and to automatically reject incoming WhatsApp calls (--auto-reject-call=true).

  4. Media auto-archiving

    Tired of losing photos sent over WhatsApp? Run it with --auto-download-media=true and it saves incoming photos, videos and documents to your own server storage.

  5. Consolidating multiple numbers

    Personal phone and work phone? Connect both WhatsApp accounts to the GOWA-UI dashboard and handle every chat from a single browser tab on your computer.

r/golang · 23 upvotes
The objection to raise before you install it

It drives the ordinary web client, not Meta’s approved API. From the thread: “I’m uncertain if it’s worth the risk of losing the account” and “if you have a real business it does not worth the risk.” The README says the same thing in its own words — unofficial, not affiliated with WhatsApp.

Read the thread →
Project management · Self-hosted · ⚠️ Community backlash

The free Trello clone that just took a feature away — and heard about it.

ELI5

A Trello-style task board you run on your own server. Last week’s update moved single sign-on out of the free version and into the paid one, and users were not happy.

View on GitHub →
Stars
12.3k
Language
JavaScript
Forks
1.3k
GitHub repo card for plankanban/planka — click to open the repo
Highlights
  • The change that started it

    v2.2.0 on Aug 9 removed single sign-on from the free Community edition, moving it to paid Pro.

  • 86 thumbs-down, zero thumbs-up

    The maintainers’ own announcement issue drew 51 comments and 86 negative reactions, none positive.

  • Then they closed and locked it

    Three days later the thread was locked. A maintainer’s parting line: “Please stop calling us a open source project.”

Star growth over time for plankanban/planka
GitHub issue #1754 · locked
86 thumbs-down, zero thumbs-up — then they locked it

51 comments, 86 👎 and not a single 👍. The contributor who wrote the original sign-on code said the community built it. A school district said it would have to leave. Three days in, the team closed and locked the thread — parting line: “Please stop calling us a open source project.” Within days a rival, Kaneo, shipped a tool to migrate your boards out.

Read all 51 comments →
LucianDev — self-hosting Planka with Docker, the setup this change affects (2.9k views)
FROM THE AUDIENCE

He doesn’t write software for a living, so he built a 21-investor debate about every stock.

WHAT IT IS

A stock-picking tool that runs a pick past 21 legendary investors — Warren Buffett, Michael Burry, Peter Lynch and 18 more — then shows you exactly where they agree and where they don’t.

View on GitHub →
Stars
2
Language
Python
Started
Aug 2026
Sent in by Vik

Vik Dhir wanted an AI that could analyze a stock through the perspectives of investors he trusted. He built the whole thing inside Claude Code — no backend, no database, no API keys, no signups. Just plain text files and reasoning across 21 points of view.

Your turn

Building something? Send it in and it runs on a future show.

Star growth over time for vikd1000/investment-council
FROM THE AUDIENCE

Production bugs ate his first hour every morning, so he built an agent that investigates them for him.

WHAT IT IS

A self-hosted AI agent that triages production errors on its own — reading git history, logs, traces and source code — then opens a pull request with a proposed fix for a human to review.

View on GitHub →
Stars
1
Language
Python
Started
Dec 2025
Sent in by Rutvej

Rutvej was losing the start of every day correlating code changes, server changes, Redis restarts, logs and alerts. So he wired his team’s existing observability tools into a stateless agent that runs on the team’s own LLM keys and does the correlating for him.

Your turn

Building something? Send it in and it runs on a future show.

Star growth over time for rutvej/DAA
BEFORE YOU GO

If this was useful, do three quick things.

Subscribe

New hot repos every week — don't miss the next drop.

Like

It tells YouTube to show this to more builders like you.

Comment

Tell me which repo you'll try first — or what to cover next.

THAT'S THE TOP 10 · AUGUST 13, 2026

Thanks for watching.
The Next New Thing.

New hot repos every week. Subscribe so you never miss the next drop.