Quicx

Quicx adapts for younot you for it

Configure it once. Run it forever. Watch it breathe. Lightweight by design. No surprises.

§ 03/Principles

Six opinions.So you don't have to make them.

What makes Quicx, Quicx — six deliberate choices, baked into every frame, every slab, every byte.

§ 02/Under the hood

One daemon.Every piece in its place.

Producers submit tasks over a compact binary protocol. The Quicx daemon routes, queues and dispatches work to a fixed pool of workers — all backed by PMAD, our deterministic slab allocator.

PMAD SLAB ALLOCATORO(1) alloc / freePRODUCERSStats MonitorProducer BProducer AQUICX DAEMONConnection RouterPROCESSINGTask QueueDispatcherWorker PoolWORKERSWorker 1Worker 2Worker NMSG_STATSMSG_SUBMITMSG_OKMSG_TASKMSG_DONEMSG_SUBMIT (producer → daemon)MSG_OK (acknowledgment)MSG_TASK (task dispatch)MSG_DONE / memory allocMSG_STATS / MSG_WAIT
QuicxOne daemon · zero moving parts
§ 04/Get started

One command away.

Install the daemon, pull the Java client from Maven Central, and submit your first task — no managed service, no account, no surprises.

$curl -fsSL https://quicx.dev/install.sh | sh