Tools
Shopify's CEO published walgit, a single-binary Rust git server that keeps the whole repository in S3, and it took 720 stars in one day
Tobias Lütke pushed walgit as a single commit on 2026-08-23 and it reached 720 stars and 33 forks within a day. It is MIT-licensed Rust: one binary in front of an S3 or GCS bucket, no database and no leader, serving smart HTTP v0/v2 fetch and push, bundle-uri clones as static files, Git LFS, a web UI and webhooks, with every machine treated as a disposable cache. The README names it as an implementation of the Continuity architecture Cursor described in its 2026-08-18 post, adapted to run on machines smaller than the repository they serve.
Source
↳ Follow the thread