Skip to content

chittyos/chittysync

Repository files navigation

ChittySync v1.1

Download Engine Download Verifier

Authoritative snapshot implementing the ChittySync engine and verifier per canonical directives.

One-Click Package Download

Download prebuilt tarballs from the latest GitHub Release and install into your project:

Or use the install script (uses pnpm/npm if available):

curl -fsSL https://raw.githubusercontent.com/chittyos/chittysync/refs/heads/main/scripts/install.sh | bash -s -- engine
curl -fsSL https://raw.githubusercontent.com/chittyos/chittysync/refs/heads/main/scripts/install.sh | bash -s -- verifier

Packages

  • @chittyos/engine — server runtime
  • @chittyos/verifier — batch verifier + signer

Docker

docker build -t chittysync-engine:1.1 .
docker run --rm -p 3000:3000 \
  -e ENGINE_PUBKEY_HEX=... \
  -e DATABASE_URL=postgres://user:pass@host/db \
  chittysync-engine:1.1

Checkpoint

See RELEASE_NOTES.md for the audit-closed v1.1 checkpoint and hash.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages