chimeraproject
chimeraproject// high-performance NAS & I/O, in user space

User-space NAS without compromise

chimeraproject is two LGPL libraries for building storage systems in user space. libevpl is the I/O runtime: a sockets-style API that can run over kernel sockets, io_uring, RDMA, or XLIO, picked at configuration time rather than in code. chimera is a multi-protocol NAS stack built on it — clients and servers for NFS, SMB, and S3 — all going through a single VFS, so a storage backend implements one interface instead of three separate protocol gateways. The aim is for user space to be a practical place to build high-performance distributed storage.

language — C