COOLJAPAN

Posts tagged #distributed-systems

6 posts

Jul 13, 2026 · 6 min

CeleRS 0.3.0 Released — Real Crypto, Real Chords, 100% Pure Rust

CeleRS 0.3.0 eliminates sqlx and reqwest workspace-wide for oxisql/oxihttp-client, swaps mock XOR encryption for real AES-256-GCM/ChaCha20-Poly1305, and fixes chord/chain execution and Kombu middleware that were silent no-ops. 18 crates, 5,676 tests passing. The sovereign task-queue layer for COOLJAPAN.

releasecelerscelery
Jun 19, 2026 · 11 min

AmateRS 0.2.2 Released — Horizontal Sharding Goes Live, with OpenTelemetry Tracing and an io_uring WAL

This AmateRS patch activates horizontal sharding (QueryRouter, ShardRegistry, a placement scheduler that drives shard splits over Raft), adds end-to-end OpenTelemetry tracing, an io_uring WAL, an FHE circuit cache, constant-time API-key auth, and an async Python SDK.

releaseamatersfhe
Apr 26, 2026 · 10 min

AmateRS 0.2.0 Released — UPDATE Queries, OCSP Revocation, JWT Expansion, GPU Detection, and the First End-to-End FHE Examples

AmateRS is a distributed database with Fully Homomorphic Encryption that computes on encrypted data without ever decrypting it server-side. 0.2.0 — our biggest changelog yet — adds UPDATE queries with atomic rollback, query-result caching, OCSP revocation, JWT algorithm expansion, GPU detection, graceful shutdown, and 3 end-to-end FHE examples.

releaseamatersfhe
Mar 28, 2026 · 4 min

CeleRS 0.2.0 Released — Pure Rust Celery-Compatible Distributed Task Queue

Production-ready, binary-level compatible drop-in replacement for Python Celery. 18 crates (100% complete), 4,075 tests, 10× throughput, type-safe macros, 5 brokers + 3 backends, Canvas workflows, DLQ, priority queues, task cancellation, and full observability. <50 MB memory, 10,000 tasks/sec per worker. The sovereign distributed task queue layer for SciRS2 and the entire COOLJAPAN ecosystem (now 26M+ SLoC total).

releasecelerscelery
Jan 19, 2026 · 8 min

AmateRS 0.1.0 Released — Compute on Encrypted Data, Never Reveal the Plaintext

AmateRS is a distributed database with Fully Homomorphic Encryption — run queries and computation directly on encrypted data without ever exposing plaintext to the server. Built in Pure Rust with LSM-tree storage, an FHE compute engine, Raft consensus, and gRPC.

releaseamatersfhe
Jan 18, 2026 · 8 min

MielinOS 0.1.0-rc.1 — A Preview of a Microkernel OS for Distributed AI Agents

MielinOS 0.1.0-rc.1 Oligodendrocyte is the first release candidate of a pure-Rust microkernel operating system for distributed AI agents: a Kademlia DHT mesh over QUIC, SWIM-style gossip, live agent migration, WebAssembly sandboxing, and SIMD tensor ops. 155,178 lines of Rust, 3,255 passing tests, zero clippy warnings.

release-candidatemielinrust