The agentic workspace that 10x the productivity of high agency builders.
Notes, tasks, chat, vault, and agents — in one fast workspace. Open source. Self-hostable.
AGPL-3.0-or-later · Architecture · kylrix.space
Kylrix is a single workspace for people who ship fast: capture ideas, run projects, message your team, store secrets, and let agents help — without jumping between a dozen apps.
Built for high-agency builders who want depth without clutter.
- Ideas — write, link, and share notes
- Flow — goals, calendar, and focus
- Connect — moments, chats, and mail
- Vault — passwords and 2FA codes
- Projects — everything tied to outcomes
- Agents — Kylie and custom agents in the loop
Details on security, sync, and internals: ARCHITECTURE.md.
Kylrix product demos and screenshots
git clone https://github.com/Kylrix/kylrix.git
cd kylrix
cp .env.example .env
pnpm install
pnpm devOpen http://localhost:3005.
This repository includes an ota.yaml contract for contributor setup, deterministic
verification, the SQLite development runtime, and the self-hosted Compose boundary. Install Ota
from the official installation guide, then inspect the declared
surface before running a task.
# validate the contract and inspect readiness
ota validate .
ota doctor
# discover human and agent-safe task usage
ota tasks --use
ota tasks --safe --use
# run the finite verification workflow on the host
ota up --workflow verify --mode native
# run the same portable verification workflow in Ota's container boundary
ota up --workflow verify --mode container
# start the contributor SQLite runtime
ota up --workflow sqlite-devThe selfhost workflow owns the Compose lifecycle. Inspect that workflow before running it.
Next.js · React · TypeScript · Appwrite · Tailwind
Found a vulnerability? Report it privately via kylrix bug report — not a public GitHub issue.
Web app: kylrix.space. Native builds: kylrix-app.