Skip to content

PatchesTerminal-native social media

chronological, open-source, yours

Patches TUI in action

See it

Patches TUI hero demo
Home timelineProfile viewThread view

Quickstart

Run your own node locally:

sh
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:

sh
node apps/tui/dist/cli.js

Coming 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.

Released under the MIT License.