Fetching from the wire…
Public story · 2026-08-24 · high
Tobias Lütke's walgit keeps every git repository in S3, and treats each server as a disposable cache.
Why now: Cursor described the Continuity architecture on August 18, and walgit's README credits it five days later, on August 23.
Shopify CEO Tobias Lütke published walgit as a single commit on August 23, and it passed 720 stars within a day. It's a single-binary git server written in Rust that stores the whole repository in S3 instead of on local disk.
That matters for anyone who's ruled out self-hosting git because of the operational weight of keeping a server's disk in sync with a repository. Walgit removes local disk from that equation, since state lives in S3 and any machine that can reach the bucket can serve requests.
There's no database and no leader node. Every machine running walgit acts as a cache that can vanish without losing data. It handles smart HTTP v0 and v2 fetch and push, and serves bundle-uri clones as static files. It also supports Git LFS and comes with a web UI and webhooks. The code is MIT-licensed.
The README credits the approach to Continuity, the architecture Cursor described on August 18. Walgit adapts that idea for a git server small enough to run on hardware smaller than the repository it serves. The data lives in S3, not on the machine itself.
What the README doesn't say is how walgit performs against dedicated git hosting at scale, or whether Shopify runs it internally. A single commit and a day of star growth is early traction; it isn't a production track record yet.
Continuity's premise was that a client machine doesn't need to hold more of a codebase than it's actively using. Walgit applies that premise to the server side. The machine serving git requests doesn't need to hold the repository either, only access to the S3 bucket.
Each link below shares sources, entities, or timing with this story.
A Rust local HTTP proxy that translates Anthropic API calls into Cursor agent CLI invocations, reading your Cursor auth token from the macOS keychain and spawning Claude Code with proxy env vars set. MIT, 37 stars, 2 commits. It disclaims affiliation with both Anthropic and An...
Y Combinator CEO Garry Tan open-sourced GStack and the repo hit 10,000 GitHub stars in 48 hours. That makes it one of the fastest-growing dev tools of 2026. GStack is a 23-tool MIT-licensed toolkit that turns Claude Code into role-based agents: CEO, Designer, QA, Release Manag...
Three things happened this month that only make sense together. Agent Plugins 1.0 shipped co-signed by six competitors: AWS, Anysphere, Microsoft, OpenAI, Vercel and Google (GitHub Changelog). It makes skills-plus-MCP bundles portable across clients. OpenAI's August 11 Codex c...
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
runetes/maiao hit 95 points on August 25, an MIT-licensed tool turning each commit into its own independently reviewed pull request. It auto-detects the provider from the remote URL: GitHub with native stack support, GitLab with auto-detected stacks, Gitea, Forgejo/Codeberg, B...
Warp released its client codebase under AGPL-3.0, surged to 56,000 GitHub stars and #2 on GitHub Trending. But the real story isn't the open-sourcing. It's the repositioning. Warp isn't calling itself a terminal anymore. It's an "agentic development environment." The product n...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.