Quick comparison
Enable on serve
NFS
NFS
Mount from Linux or Kubernetes:Agents use normal shell tools:NFS supports symlinks, open-then-delete semantics, and advisory locks. Internal dirs (
.git, .kiwi) are hidden from listings.Restrict access with
--nfs-allow <CIDR> in production.S3-compatible API
S3-compatible API
Point any S3 client at Useful for
http://localhost:3334:aws s3 sync backups or S3-compatible ETL pipelines.WebDAV
WebDAV
Connect from macOS Finder → Connect to Server or Windows mapped drive:WebDAV uses buffered writes with spill-to-disk for large uploads.
FUSE remote mount
FUSE remote mount
Mount a remote KiwiFS as a local folder:Optional auth:FUSE reports sub-second mtime and supports symlinks. mmap is not available (HTTP-backed I/O).
POSIX semantics
See POSIX guide for the full matrix.
Related documentation
Agent interface
Protocol overview.
CLI serve flags
Full
kiwifs serve reference.POSIX
Compliance details.
Real-time events
SSE broadcast.