Abject: the first self-aware object runtime
Manifesto-heavy blog post claiming self-aware objects without visible code or demo.

SQLite FTS5 replaces AWS console's 14-second search with 2.4ms queries, single Docker.
DevOps engineers, data teams managing large S3 buckets
MinIO web UI · s3fs · CloudBeaver
Sairo is a single Docker container that indexes your bucket into SQLite FTS5 and gives you full-text search in 2.4ms (p50) across 134K objects / 38 TB. No external databases, no microservices, no message queues.
What it does: - Instant search across all your objects (SQLite FTS5, 1,300 objects/sec indexing) - File preview for 45+ formats — Parquet schemas, CSV tables, PDFs, images, code - Password-protected share links with expiration - Version management — browse, restore, purge versions and delete markers - Storage analytics with growth trend charts - RBAC, 2FA, OAuth, LDAP, audit logging - CLI with 24 commands (brew install ashwathstephen/sairo/sairo)
Works with AWS S3, MinIO, Cloudflare R2, Wasabi, Backblaze B2, Ceph, and any S3-compatible endpoint.
docker run -d -p 8000:8000 \ -e S3_ENDPOINT=https://your-endpoint.com \ -e S3_ACCESS_KEY=xxx -e S3_SECRET_KEY=xxx \ stephenjr002/sairo
Site: https://sairo.dev GitHub: https://github.com/AshwathStephen/sairoI'd love honest feedback — what's missing, what would make you actually switch to this?
Manifesto-heavy blog post claiming self-aware objects without visible code or demo.
Upstash-compatible Redis on Cloudflare's free tier with 5GB storage.
SQLite beats PostgreSQL for single-tenant analytics—simpler stack, same results.
S3 + Parquet + DuckDB for logs—known pattern, but well-executed and cheap.
The project swaps the common 'one-file-per-object' approach for an LMDB-backed location index and a single-file storage layout, which is a pragmatic way to squeeze throughput out of one machine. It includes a small web UI and mentions manual-commit durability and DuckDB notes, signaling it's aimed at fast local or ephemeral workloads rather than multi-node durability. Clever technical choices, but it's a niche single-node tradeoff rather than a replacement for distributed S3 systems.
Convex DX on Cloudflare Workers with Durable Objects for state.