Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Private control plane for AI agents
| Date | Stars |
|---|---|
| 2026-07-24 | 900 |
| 2026-07-25 | 900 |
| 2026-07-28 | 900 |
| 2026-07-30 | 900 |
| 2026-07-31 | 899 |
| 2026-08-06 | 900 |
Today
+1 stars today
This week
— stars this week
This month
— stars this month
Momentum
19.0
growth rate 0.00%/day
<p align="right">
<a href="README.zh-CN.md">中文</a>
</p>
<h1 align="center">Friday</h1>
<p align="center">
<strong>Your private control plane for AI agents.</strong><br>
Hand it a goal. It routes each step to an AI, checks the work, asks before anything risky, and remembers what you told it — so you're steering, not babysitting. You hold the keys.<br>
Local-first kernel · BYOK · Approval-first · Human-controlled · Evidence-backed
</p>
<p align="center">
<img src="https://img.shields.io/badge/Node-%E2%89%A522-brightgreen?style=flat-square" alt="Node >=22">
<img src="https://img.shields.io/badge/License-MIT-blue?style=flat-square" alt="MIT">
<img src="https://img.shields.io/badge/npm-%40thesongzhu%2Ffriday-red?style=flat-square" alt="@thesongzhu/friday">
<img src="https://img.shields.io/badge/Release%20Truth-public%20v1%20local%20candidate-blue?style=flat-square" alt="Release Truth: public v1 local candidate">
<img src="https://github.com/thesongzhu/Friday/actions/workflows/ci.yml/badge.svg" alt="CI">
</p>
---
> **Friday isn't a model, and it isn't a chatbot.** The "brains" are the cloud AIs *you* already pay for (BYOK: Codex, Claude, DeepSeek, …). Friday is the **boss that puts them to work** — and the boss, plus your keys, your data, and your memory, all live on your own machine. **You own the boss; you just rent the brains.**
## Quickstart
Friday runs from source today and requires Node.js 22 or newer.
On macOS with Homebrew:
```bash
brew install node@22
git clone https://github.com/thesongzhu/Friday.git
cd Friday
open "Friday Setup.command"
```
If setup reports an older or missing Node.js, install Node.js 22+, then run `Friday Setup.command` again.
## What Is Friday?
The trick with AI agents isn't prompting them yourself all day — it's building **the loop that prompts them for you**. Friday is that loop, turned into a product and made safe:
> **finds the work → hands it to an AI → checks it actually did it → writes down what's done → picks the next thing** — the system nags the agents, so you don't have to.
Under the hood it runs Codex, Claude, and DeepSeek like a **metered crew** — cheap models do the thinking and planning, pricey ones do the heavy lifting — keeps the receipts, and hits pause on anything risky until you say go.
## How The Loop Works
```
your goal
│
▼
route ── pick an AI for this step (you can re-route)
│
▼
execute ── governed: risky steps pause for your approval
│
▼
verify ── prove it's really done (don't trust "I'm done")
│
▼
remember ── candidate → you confirm → it remembers
│
└──────────────► the next thing
```
The leg everyone else skips is **verify**. An agent grading its own homework will absolutely cut corners — so in Friday, "done" has to come with a **receipt stapled to it**. A model saying *"ok,"* or a process that just quietly exits, doesn't count on its own.
Two more things keep it from feeling like a dumb dispatcher: if your goal is vague, Friday **asks you what you actually meant** instead of guessing — and burns zero tokens until it's clear; and when a job needs both coding *and* big-picture synthesis, it can let one model write the code and only tap a second one in **once the first has proven it's done**.
## What Makes It Different (And Hard To Copy)
Codex and Claude each hand you one great agent. Neither will police the *other* for you, and neither puts the controls on your side. Friday sits one floor up — across vendors, on your machine — with a few guarantees that are **baked into how it's built**, not a checkbox the same program could flip on itself:
- **We never gave Friday a pen.** It carries the key that *checks* your signature, never the one that *writes* one — so on anything dangerous it can't fake your "yes"; the sign-off has to come from your own hand, offline, on your own device.
- **A model can't wave its own riExcerpt of 10,325 characters
Read on GitHub2.0k
Claude · @anthropics
124
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:184126ac3ed753ad, topic:ai-agents, topic:agents, desc:ai agents
matched fp:184126ac3ed753ad, topic:workflow, topic:automation