No ranking algorithm
Home and local timelines are strictly chronological — no engagement-optimized feed, ever.





Run your own node locally:
git clone https://github.com/alliecatowo/patches && cd patches
mise install && pnpm install
pnpm --filter patches-social build
node apps/tui/dist/cli.js register --handle you --display-name "You" --email you@example.com --invite <code>Then, any time:
node apps/tui/dist/cli.jsComing soon
npm i -g patches-social — a single self-contained global install (tracked as P9-003).
See the guide for the full walkthrough, or the architecture overview for how a node is put together.