End-to-end encrypted relay server for Claude Code mobile sync.
Chell Relay syncs Claude Code sessions between your CLI and mobile devices. All data is end-to-end encrypted before reaching the server - we can't read your messages.
- TypeScript / Node.js 20
- Fastify 5
- PostgreSQL + Prisma
- Redis
- Socket.io
yarn install
yarn db # Start PostgreSQL
yarn redis # Start Redis
yarn migrate # Run migrations
yarn start # Start serverRequired:
DATABASE_URL- PostgreSQL connectionREDIS_URL- Redis connectionHANDY_MASTER_SECRET- Encryption key
MIT