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.
Stores all your tweets nicely claw-able for agents.
| Date | Stars |
|---|---|
| 2026-07-31 | 1608 |
| 2026-08-05 | 1615 |
| 2026-08-06 | 1615 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
# birdclaw 🪶 — Your Twitter history, with a longer memory [](https://github.com/steipete/birdclaw/actions/workflows/ci.yml) [](https://www.npmjs.com/package/birdclaw) [](https://nodejs.org/) [](LICENSE) [](https://github.com/steipete/homebrew-tap) [](https://birdclaw.sh) Birdclaw imports Twitter/X archives into local SQLite, adds explicit cached live reads, and exposes the result through a web app, CLI, and optional read-only MCP server. It is for people who want their own searchable history, DMs, saved posts, and follow graph without a cloud backend.  ## Install Homebrew is the shortest path on macOS and Linux: ```bash brew install steipete/tap/birdclaw ``` The package is also published on npm: ```bash npm install -g birdclaw ``` The npm and source installs require Node.js `>=26.5.1 <27`. See the [installation guide](https://birdclaw.sh/install.html) for pnpm, source builds, updates, and optional live transports. ## Quick start Create a self-contained demo, search it locally, then open the web app: ```bash birdclaw init --demo birdclaw search tweets "local-first" --limit 3 --json birdclaw serve ``` Open <http://localhost:3000>. The demo seeds sample tweets, DMs, profiles, and links without credentials or network requests. ## Use your archive A Twitter/X archive establishes the account identity for a new real database and imports tweets, DMs, likes, bookmarks, profiles, media, and follow edges: ```bash birdclaw import archive ~/Downloads/twitter-archive.zip --json ``` Imports are idempotent and merge destination-only rows by default. Selected re-imports and exact replacement are documented in [Archive import](https://birdclaw.sh/archive.html). Birdclaw stores its database, configuration, and media under `~/.birdclaw`. Set `BIRDCLAW_HOME` to use another root. ## Add live data Archive and local search work without an X login. Live sync delegates to [`xurl`](https://github.com/xdevplatform/xurl) or an existing private `bird` installation and only runs when requested: ```bash birdclaw sync timeline --limit 100 --refresh --json birdclaw sync bookmarks --mode auto --limit 100 --refresh --json ``` Import an archive before the first live sync on a new database. The [sign-in guide](https://birdclaw.sh/auth.html) explains xurl setup and transport selection; the [sync guide](https://birdclaw.sh/sync.html) covers caching, pagination, and rate limits. ## Work locally SQLite is the canonical store. Archive imports and live transports converge on the same tables, and FTS5 powers local tweet and DM search. | Surface | What it provides | Guide | | --- | --- | --- | | Web app | Home, mentions, saved posts, DMs, inbox, moderation, and network views | [Quickstart](https://birdclaw.sh/quickstart.html) | | CLI | Search, sync, moderation, research, JSON output, and scheduled jobs | [CLI reference](https://birdclaw.sh/cli.html) | | Backup | Deterministic JSONL shards that round-trip through Git | [Backup](https://birdclaw.sh/backup.html) | | MCP | Read-only cached tweet search and thread tools behind a dedicated token | [MCP server](https://birdclaw.sh/mcp.html) | Local reads do not trigger network traffic by default. The web server listens on loopback, live writes can be disabled with `BIRDCLAW_DISABLE_LIVE_WRITES=1`, and the MCP endpoint remains off until its token and public URL are configured. ## Configuration `~/.birdclaw/config.json` selects de
Excerpt of 4,750 characters
Read on GitHubPeter Steinberger · OpenAI · United States
461
51
4
Yash Raj Pandey · University of Florida · United States
4
2
Matt Van Horn
2
2
Pejman Pour-Moezzi · United States
2
2
1
payne · @StakeSquid
1
1
1
1
1
1
1
1
1
Uwe · DEGIT AG · Germany
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d03afe97231c0801, llm:Repository description: "Stores all your tweets nicely claw-able for agents." Language: TypeScript. Purpose: stores tweets for agent use (likely for agents/RAG/agent tools).
matched fp:d03afe97231c0801, llm:Repository description: "Stores all your tweets nicely claw-able for agents." Language: TypeScript. Purpose: stores tweets for agent use (likely for agents/RAG/agent tools).
matched fp:d03afe97231c0801, llm:Repository description: "Stores all your tweets nicely claw-able for agents." Language: TypeScript. Purpose: stores tweets for agent use (likely for agents/RAG/agent tools).