EveryDev.ai
Subscribe
Home
Tools

2,911+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. birdclaw
    birdclaw icon

    birdclaw

    Social Media

    A local-first Twitter workspace that stores tweets, DMs, likes, bookmarks, and mentions in a local SQLite database with a CLI and web UI.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open source under the MIT license. Self-hosted, local-first.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Social MediaAgent MemoryCommand Line Assistants

    Alternatives

    Media Workbench AIPubloraBuffer
    Developer
    Peter SteinbergerRaleigh, NCEst. 2011$116M raised

    Listed Jun 2026

    About birdclaw

    birdclaw is a local-first Twitter workspace built by Peter Steinberger (@steipete) that keeps your entire Twitter data — tweets, DMs, likes, bookmarks, mentions, follows, blocks, and mutes — in a single local SQLite database. It combines a CLI and a local web app, and is released under the MIT license on GitHub. The project self-describes its status as "real and usable, not finished," with active development and expected schema churn while the core settles.

    What It Is

    birdclaw is a local-first Twitter data management tool that replaces the need to rely on Twitter's own interface for reading, triaging, and acting on your account data. It imports Twitter archive ZIPs, syncs live data through optional xurl and bird transports, and stores everything in a single SQLite file at ~/.birdclaw/birdclaw.sqlite. A local web app serves views for Home, Mentions, Likes, Bookmarks, DMs, Inbox, and Blocks, while the CLI exposes every workflow as a scriptable JSON-outputting command suitable for agents and automation pipelines.

    Architecture and Data Model

    The canonical truth is a local SQLite database with FTS5 full-text search over tweets and DMs. Key design decisions include:

    • Multi-account support with canonical tweet/profile rows and account-scoped timeline and collection edges, so shared tweets don't clobber account ownership.
    • Archive-first, live-aware: a Twitter archive ZIP establishes account identity; live transports (xurl, bird) then fill gaps and refresh stale slices.
    • Cached live reads so repeated reads don't keep spending API budget.
    • Effect-based internals: the project uses the Effect library for I/O-heavy internals including sync orchestration, backup, moderation, and media fetch pipelines.
    • Git-friendly text backups: deterministic JSONL shards (yearly tweet shards, per-conversation DM shards) can be pushed to a private Git repo and merged back.

    CLI and Workflow

    Every workflow is a one-liner with stable --json envelopes to stdout and progress/warnings to stderr, keeping pipes parseable. Key CLI capabilities include:

    • Archive import with --select for partial re-imports (tweets, likes, bookmarks, directMessages, followers, following).
    • Live sync for timeline, mentions, mention threads, likes, bookmarks, and DMs with rate-limit-aware resumable runs.
    • FTS5 search over local tweets and DMs with filters for liked, bookmarked, replied/unreplied, date ranges, and quality signals.
    • AI-ranked inbox using OpenAI scoring to surface high-signal mentions and DMs.
    • Streaming AI digest (birdclaw today, birdclaw digest week) using the OpenAI Responses API for a "what happened" summary.
    • Profile analysis (birdclaw profile-analyze) that walks a user's timeline, backfills conversations, and writes a Markdown brief.
    • Moderation tools: bulk blocklist import, ban/unban, mute/unmute, with auto transport trying bird first and falling back to xurl.
    • Scheduled jobs via macOS LaunchAgent for bookmark sync (every 3 hours) and full account sync (every 30 minutes).

    Local Web App

    The web UI runs at localhost:3000 via birdclaw serve and is local-only by default (no auth layer, loopback only). It provides:

    • Home timeline with constrained lane instead of full-width dashboard chrome.
    • What happened streaming AI digest.
    • Mentions queue with replied/unreplied filters.
    • Likes / Bookmarks review lanes.
    • DMs workspace with two-column layout and sender influence context.
    • Inbox for AI-assisted triage of mixed mentions and DMs.
    • Blocks for local blocklist maintenance.
    • System/light/dark theme switcher.

    Remote access requires setting BIRDCLAW_ALLOW_REMOTE_WEB=1 and optionally BIRDCLAW_WEB_TOKEN for an app-level token.

    Update: v0.8.5

    The latest release is v0.8.5, published on June 21, 2026. The repository was created in March 2026 and has seen rapid iteration, with the last push on June 22, 2026. The GitHub repository has accumulated over 1,000 stars and 95 forks. The changelog tracks recent shipments, and the project roadmap (spec) lists broader resumable live sync, thumbnail generation, richer multi-account UX, and more complete transport coverage as still in progress.

    birdclaw - 1

    Community Discussions

    Be the first to start a conversation about birdclaw

    Share your experience with birdclaw, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open source under the MIT license. Self-hosted, local-first.

    • Full local SQLite database for all Twitter data
    • Twitter archive import
    • Live sync via xurl and bird
    • Local web app
    • CLI with JSON output

    Capabilities

    Key Features

    • Local SQLite database for tweets, DMs, likes, bookmarks, mentions, follows, blocks, and mutes
    • Twitter archive ZIP import with selective re-import by data type
    • FTS5 full-text search over tweets and DMs
    • Cached live reads via xurl and bird transports
    • Local web app with Home, Mentions, Likes, Bookmarks, DMs, Inbox, and Blocks views
    • AI-ranked inbox using OpenAI scoring for low-signal filtering
    • Streaming AI digest (today, 24h, yesterday, week) via OpenAI Responses API
    • Git-friendly JSONL text backups with yearly tweet shards and per-conversation DM shards
    • Bulk blocklist import and moderation tools (ban, unban, mute, unmute)
    • Profile analysis with timeline walk and Markdown brief generation
    • Follow graph queries (top followers, unfollows, mutuals, non-mutual following)
    • Media fetch for local caching of images, videos, and GIFs
    • Scheduled macOS LaunchAgent jobs for bookmark and account sync
    • Multi-account support with account-scoped edges
    • Scriptable JSON CLI output for agent and automation pipelines
    • Network map plotting followers/following by profile location
    • Profile reply scan for AI/slop triage
    • Research command turning bookmarks into Markdown briefs
    • Discuss command for live keyword search with AI summary

    Integrations

    Twitter/X (via xurl and bird transports)
    OpenAI (inbox scoring and digest generation)
    SQLite (local data store)
    Git (backup sync)
    macOS Spotlight (archive autodiscovery)
    macOS LaunchAgent (scheduled jobs)
    Homebrew (installation)
    xurl (Twitter API client)
    bird (cookie-backed Twitter client)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate birdclaw and help others make informed decisions.

    Developer

    Peter Steinberger

    AI-powered tools from Swift roots to web frontiers. Every commit lands on GitHub for you to fork & remix.

    Founded 2011
    Raleigh, NC
    $116M raised
    161 employees

    Used by

    Dropbox
    IBM
    SAP
    United Airlines
    +1 more
    Read more about Peter Steinberger
    WebsiteGitHubX / Twitter
    12 tools in directory

    Similar Tools

    Media Workbench AI icon

    Media Workbench AI

    AI-powered social media management platform for scheduling, publishing, and analyzing content across all major social channels from a single dashboard.

    Publora icon

    Publora

    A social media publishing API and scheduler that lets you post to 12 platforms with one HTTPS call, with AI content generation and MCP server support for AI agents.

    Buffer icon

    Buffer

    Buffer is a social media management platform for scheduling, publishing, analyzing, and engaging with content across Instagram, TikTok, LinkedIn, X, YouTube, and more.

    Browse all tools

    Related Topics

    Social Media

    AI-enhanced platforms for planning, creating, scheduling, and analyzing social media content across multiple channels with engagement optimization and audience insights.

    22 tools

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    85 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    163 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions