Skip to content

neosource docs

A forge built on a novel distributed engine, designed for many concurrent writers. You push with Git or jj.

neosource is a forge and hosting stack built on a novel distributed storage engine of our own — one designed from the start for many writers at once, rather than for a single machine holding a lock.

You push with Git, or with jj. Ordinary clone, ordinary push, ordinary remotes. Nothing about the engine underneath is something you have to learn, and the engine is not tied to either client — more protocols can follow.

neosource runs CI from workflows in .neosource/workflows/. The YAML is deliberately close to GitHub Actions, with one large divergence: jobs declare the tools they need with packages: instead of choosing a container image.