Skip to main content

Ledge

git-compatible. git-free.

agent-native git server. built in rust. for systems that needed a git server that was architecturally different, not just api-wrapped.

any git client · any agent · any toolchainledge · git surface over custom storagegit surface ↓ledge ↓git clone · push · fetch001 · protocolssh / http · any client · zero lock-ingit protocol surfaceledge internalspack parser002 · decodestreaming decode · object validation · wire protocolBLAKE3 object store003 · storesha1 externally · BLAKE3 internally · content-addressedlock-free ref store004 · refsconcurrent writes · no ref contention · agent-scalesharded raft005 · consensuslinearizable · partition-tolerant · distributedgit on the outside. nothing git on the inside.fig. 02 · a facade, not a fork

clone it. push to it. fetch from it.

there is no git on the other side.

built in rust. from the wire protocol down.