A local desktop app and marketing site for Kyrelo — the open-source, community-driven Buffer alternative for X.
Website: kyrelo.com Download the app here: GitHub Releases
Buffer's status page is a working-day fixture. Multi-hour outages, ~97% uptime over the last quarter. When the scheduling layer is someone else's cloud, it breaks at exactly the moments you need it up.
Kyrelo runs entirely on your machine. No backend, no SaaS account, no shared infrastructure.
| Folder | What it is |
|---|---|
desktop/ |
The Electron + Next.js + Playwright app. Schedule X posts, watch handles, generate AI replies. Built for macOS first. |
website/ |
The marketing site at kyrelo.com. Plain Next.js + Tailwind, deploys to Vercel with Root Directory = website. |
cd desktop
cp .env.example .env.local # set ANTHROPIC_API_KEY
npm install
npx playwright install chromium
npm run desktopSee desktop/ for the full guide, release process, and architecture.
cd website
npm install
npm run dev # http://localhost:3001
