COOLJAPAN

Posts tagged #rust

68 posts

Jul 15, 2026 · 10 min

SciRS2 0.6.1 Released — Real Codegen, DLPack Safety, and GPU-Dispatch Honesty

SciRS2 0.6.1 replaces placeholder and silently-wrong code paths with real implementations: genuine model-serving codegen, a critical DLPack SIGBUS fix, honest GPU-dispatch and hardware-detection reporting, and a symbolic-engine soundness fix — plus F-distribution ppf, spatial hamming distance, and new finance facades. Pure Rust, Apache-2.0.

releasescirs2rust
Jul 14, 2026 · 9 min

sklears 0.2.0 Released — A Real CUDA GPU Foundation, Not Another Stub

sklears 0.2.0 ships sklears-core::gpu, a real oxicuda-backed CUDA foundation (GpuBackend, GpuArray, GpuMatrixOps) powering on-device GEMM, Cholesky/LU/QR/SVD solves, and HNSW k-NN across 9 downstream crates, plus a wide correctness sweep. 12,721 tests passing, 36 crates, >99% scikit-learn API coverage held.

releasesklearsmachine-learning
Jul 14, 2026 · 8 min

SplitRS 0.3.5 Released — Eight Correctness Fixes Found Splitting a Real SQLite Parser

SplitRS 0.3.5 fixes eight correctness issues found splitting a real sqlite3-parser crate: file-backed mod declarations, --split-impl-blocks cross-chunk calls, bitflags type exports, and grouped-import collisions, resolving E0583, E0624, E0425, and E0252. 608 tests passing, up from 570 in 0.3.4.

releasesplitrsrust
Jul 13, 2026 · 10 min

TenfloweRS 0.2.0 Released — Real Gradients for Every Layer, Real Steps for Every Optimizer

TenfloweRS 0.2.0 rewires the Python-facing, PyTorch-style implicit autograd system for real: every layer type gets tape-backed .backward()/.grad(), all 9 optimizers perform genuine gradient updates, and a correctness sweep fixes wrong Softmax/BatchNorm/GroupNorm/LayerNorm gradients — 14,536+ tests passing.

releasetenflowersmachine-learning
Jul 11, 2026 · 9 min

OxiWhisper 0.1.2 Released — Speaker Diarization, Word Timestamps, and Translation

OxiWhisper 0.1.2 adds a full speaker-diarization pipeline (VAD, clustering, RTTM/DER export, optional ECAPA-TDNN embeddings), word-level timestamps, a translation task, and temperature-fallback decoding — the sovereign speech-recognition layer for the COOLJAPAN ecosystem, still zero C or Python.

releaseoxiwhisperwhisper
Jul 9, 2026 · 11 min

TrustformeRS 0.2.0 Released — CUDA Catches Up to Metal's Resident Attention, libtorch Is Gone for Good

TrustformeRS 0.2.0 gives CUDA the same device-resident attention pipeline Metal already had, adds batched CUDA matmul and refcounted GPU buffers, fixes a silent CUDA data race, and drops the torch/libtorch backend workspace-wide. The sovereign transformer layer for the COOLJAPAN ecosystem.

releasetrustformersrust
Jul 8, 2026 · 9 min

TenfloweRS 0.1.2 Released — Implicit Autograd, Real ONNX Interop, and an Honesty-Hardening Sweep

TenfloweRS 0.1.2 adds PyTorch-style implicit autograd for Python, real ONNX protobuf import/export, a pure-Rust Blosc codec for Zarr, and a wide honesty-hardening sweep that replaces fabricated results with real computation or honest errors across the framework.

releasetenflowersmachine-learning
Jul 7, 2026 · 6 min

SplitRS 0.3.4 Released — Nested-Mod Descent Correctness Hardening

SplitRS 0.3.4 fixes five correctness issues in --split-nested-mods surfaced by a focused review: E0603 visibility widening for relocated private mods, E0425/E0599 parent-scope glob retention, and E0432/E0659 macro-import ambiguity. 570 tests passing. The AST-based Rust refactoring tool for the COOLJAPAN ecosystem.

releasesplitrsrust
Jul 6, 2026 · 6 min

SplitRS 0.3.3 Released — Domain-Aware Module Routing and Recursive Nested-Mod Descent

SplitRS 0.3.3 adds domain-mapping for --target-modules (seeded assignment by reference affinity, unknown-name validation, dry-run attribution), recursive --split-nested-mods descent into inline mod blocks, a --facade style flag, verbatim method extraction, and 565 passing tests. The AST-based Rust refactoring tool for the COOLJAPAN ecosystem.

releasesplitrsrust
Jul 2, 2026 · 8 min

TrustformeRS 0.1.4 Released — Pure-Rust CUDA Replaces cudarc, Verified on Real NVIDIA Hardware

TrustformeRS 0.1.4 migrates CUDA and Metal from cudarc/scirs2-MPS to the Pure-Rust oxicuda stack, passes 12/12 CPU↔CUDA parity tests on a real RTX A4000, ships real PyRwkvModel/PyMambaModel classes on PyO3 0.28, and goes unwrap()-free workspace-wide. The sovereign transformer layer for the COOLJAPAN ecosystem.

releasetrustformersrust
Jul 1, 2026 · 12 min

SciRS2 0.6.0 Released — Two GPU Stories, One Decentralized Core

SciRS2 0.6.0 introduces the pure-Rust oxicuda-* CUDA stack as a direct, per-crate NVIDIA performance backend and decentralizes GPU out of scirs2-core. Ten crates — fft, symbolic, interpolate, special, stats, graph, linalg, optimize, datasets, and vision — gain an off-by-default, runtime-probed, f64-native cuda feature standing alongside the existing wgpu/WebGPU portability path, now standardized under one wgpu feature name across the ecosystem. A default build still compiles zero oxicuda. Pure Rust, Apache-2.0.

releasescirs2rust
Jun 30, 2026 · 6 min

sklears 0.1.2 Released — Preprocessing Completions, SciRS2 0.5.1, and AVX2 Quicksort

sklears 0.1.2 brings 12 real preprocessing implementations (no more stubs), SciRS2 0.5.1 upgrade, AVX2 quicksort in sklears-simd, advanced categorical imputers, and a full benchmarking regression-detection subsystem — 12,242 tests across 36 crates, >99% scikit-learn API coverage held.

releasesklearsmachine-learning
Jun 30, 2026 · 9 min

ToRSh 0.1.3 Released — GPU Backend via OxiCUDA and Zero C/asm in the Build

ToRSh 0.1.3 lands the oxicuda GPU backend (no CUDA SDK at build time), eliminates the last C/asm dependency, ships a bandwidth-optimal ring all-reduce, completes the Node.js N-API layer, and delivers 15–30% throughput gains from phase-4 chunking helpers.

releasetorshdeep-learning
Jun 25, 2026 · 10 min

phop 0.1.0 Released — Differentiable Symbolic Discovery That Finds (and Proves) the Equation

phop 0.1.0 — a pure-Rust differentiable symbolic-discovery engine that learns the topology and constants of closed-form laws by gradient descent over trees of a single operator, eml(x,y)=exp(x)−ln(y), then certifies and SMT/Lean-proves them. Runs the whole pipeline in the browser via WASM.

releasephoprust
Jun 25, 2026 · 10 min

SciRS2 0.5.1 Released — Correctness, API Stability, and Deeper Pure-Rust Sovereignty

SciRS2 0.5.1 is a correctness and Pure-Rust hardening release: exact autograd gradients for matrix functions (Sylvester / Daleckii–Krein / reduced-SVD VJP), a restored CoreError #[non_exhaustive] contract, honest GPU/CUDA reporting, public Zarr v2/v3, and the removal of the C/MPFR rug, C rusqlite, and tokenizers dependencies. 36,606 tests, zero warnings — the sovereign scientific-computing layer of the COOLJAPAN ecosystem.

releasescirs2rust
Jun 25, 2026 · 8 min

TrustformeRS 0.1.3 Released — Model Interpretability, Zero-Copy Tensors, and Verified Memory Safety

TrustformeRS 0.1.3 patch — real SHAP/LIME/Integrated-Gradients interpretability, ZeroCopyTensorView + GlobalMemoryPool + GlobalProfiler, Miri-verified memory-pool fixes, real SHA-256 on the HuggingFace upload path, and real OOXML .xlsx export via oxiarc-archive.

releasetrustformersrust
Jun 21, 2026 · 8 min

TrustformeRS 0.1.2 Released — Production Serving, Kernel Fusion, and Honest Capabilities

TrustformeRS 0.1.2 patch — full Kubernetes/ACI/OpenShift deploy manifests, EnhancedProfiler exports (Flamegraph/OTLP/Jaeger), scaled-dot-product attention kernel fusion, NMS + token-classification pipelines, Q2_K/Q3_K GGUF quant; the stub-only TPU backend is removed for honesty.

releasetrustformersrust
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
Jun 17, 2026 · 8 min

rs3gw 0.2.2 Released — A C/FFI-Free Storage Profile, protoc-Free Builds, and Per-Bucket Cost Tracking

rs3gw is a Pure Rust S3-compatible object-storage gateway. 0.2.2 adds feature-gated profiles — including a 100% C/FFI-free storage-only build — a pure-Rust protox proto compiler that removes the system protoc requirement, per-bucket usage/cost tracking via /api/usage, and an SSE HEAD Content-Length fix.

releasers3gws3
Jun 16, 2026 · 9 min

Legalis-RS 0.1.6 Released — GPU-Accelerated Legal Simulation, Quantum-Safe Audit, and a C-Free Storage Layer

Pure-Rust legal statute engine. 0.1.6 adds real NVIDIA CUDA GPU acceleration for population-scale simulation (optional, with transparent CPU fallback), a hardened security/governance API layer, an autonomous and post-quantum-safe compliance audit subsystem, legal analytics with risk heatmaps, French civil/company law, and a fully C-free storage backend via OxiSQL. 18,398 tests passing.

releaselegalislegal-tech
Jun 9, 2026 · 7 min

SplitRS 0.3.2 Released — SMT-Verified Refactoring That Proves It Didn't Change Your Code

SplitRS 0.3.2 adds an SMT-verified extraction pass: it factors pure integer sub-blocks out of over-budget functions and commits the rewrite only when OxiZ proves the result is equivalent for all inputs. Plus array-splitting, a test-module splitter, shipped editor plugins, and 450 passing tests.

releasesplitrsrust
Jun 6, 2026 · 8 min

QuantRS2 0.2.0 Released — Surface-Code QEC, 3D State Visualization, and Simulated-Bifurcation Sampling

QuantRS2 0.2.0, the pure-Rust quantum framework — production surface-code QEC (rotated codes d=3/5/7, MWPM & union-find decoders, Pauli-frame tracking), 3D state visualization (Bloch/Q-sphere/Wigner/Husimi), new Tytan samplers (Tabu, Simulated Bifurcation, population annealing), and a PennyLane device backend.

releasequantrs2quantum-computing
May 22, 2026 · 5 min

OxiFFT 0.3.2 Released — Multi-Rank 3D Pencil FFT + a Default-Off AVX-512 Gate

Pure Rust FFT and the rustfft replacement. OxiFFT 0.3.2 completes multi-rank MPI execution for the 3D pencil decomposition, gates AVX-512 codelets behind a default-off feature so the build stays clean on rustc 1.95 stable, hardens ND-plan error handling, and refreshes the OxiCUDA GPU backend.

releaseoxifftfft
May 16, 2026 · 5 min

rs3gw 0.2.1 Released — Pure-Rust Compression Lands with OxiArc

rs3gw is a Pure Rust S3-compatible object-storage gateway powered by scirs2-io. The 0.2.1 patch migrates compression to COOLJAPAN OxiArc (oxiarc-zstd/lz4/deflate), expands Object Lock, RestoreObject, and SSE test coverage to 961 tests, and resolves an OpenTelemetry version conflict.

releasers3gws3
May 9, 2026 · 5 min

AmateRS 0.2.1 Released — Zero-Warning Hygiene for a Database That Computes in the Dark

A maintenance patch for the AmateRS FHE database: a resolved clippy doc_lazy_continuation lint, a corrected MerkleTree intra-doc link, and a cargo fmt cleanup across the server hot-reload and main modules. Zero-warning, docs-clean discipline — no API changes.

releaseamatersfhe
May 3, 2026 · 8 min

OxiRouter 0.1.0 Released — Learned SPARQL Federation, Pure Rust, on the Edge

Pure Rust autonomous semantic federation engine: learned source selection for SPARQL federated queries — context-aware, ML/RL-driven, edge & WASM-ready. 501 tests, 23k LoC, no_std-capable. No JVM. No C. No server farm.

releaseoxiroutersparql
May 2, 2026 · 7 min

OxiFFT 0.3.1 Released — Winograd Mixed-Radix Meets FFTW-Style Auto-Tuning

Pure Rust FFT and the rustfft replacement: OxiFFT 0.3.1 adds Winograd mixed-radix Cooley-Tukey for smooth-7 sizes (retiring Bluestein for them), FFTW-style MEASURE/PATIENT auto-tuning with a binary wisdom format and an oxifft_tune CLI, plus an opt-in ndarray integration.

releaseoxifftfft
Apr 27, 2026 · 7 min

Kizzasi 0.2.1 Released — Trainable SSMs, New Architectures, and Python Bindings

Kizzasi 0.2.1 turns the Pure-Rust AGSP into a full training + deployment stack: full backprop through SSM recurrence, RWKV v5/v7, Neural ODE and Spiking models, LoRA fine-tuning, GGUF loading, gRPC/REST servers, Python bindings, and no_std embedded inference.

releasekizzasisignal-prediction
Apr 27, 2026 · 5 min

sklears 0.1.1 Released — Correctness Fixes for HDBSCAN, Streaming, and Pipelines

sklears 0.1.1 is a correctness patch for pure-Rust scikit-learn: HDBSCAN cluster-persistence fix, streaming scaler/imputer Default cleanups, a pipeline lifetime fix, and serialization fixes — 11,586+ tests across 36 crates, >99% scikit-learn API coverage held.

releasesklearsmachine-learning
Apr 27, 2026 · 9 min

ToRSh 0.1.2 Released — Real AVX2/NEON SIMD and a Zero-Copy Tensor Memory Pool

ToRSh is a pure-Rust, PyTorch-compatible deep-learning framework with native tensor sharding. 0.1.2 lands real AVX2/NEON SIMD for f32 ops and activations, a true zero-copy buffer pool (100% heap-block reduction on hot loops), and SIMD + parallel enabled by default.

releasetorshdeep-learning
Apr 27, 2026 · 6 min

TrustformeRS 0.1.1 Released — 49+ Transformer Architectures, Pure Rust ONNX, No Python

TrustformeRS 0.1.1 patch — 22 new transformer architectures (49+ total: Falcon2, Gemma2, Mamba2, Qwen2.5, Phi4, Whisper, StarCoder2, xLSTM, and more). ONNX Runtime replaced by Pure Rust oxionnx, tar replaced by oxiarc-archive, Kafka feature-gated. Load any architecture through one AutoModel call — no Python, no PyTorch, no C++ ONNX runtime.

releasetrustformersrust
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
Apr 26, 2026 · 8 min

OxiWhisper 0.1.1 Released — GGUF Support, Parallel Attention, and Stable Word Timestamps

OxiWhisper 0.1.1 adds transparent GGUF loading, an optional rayon-parallel attention feature, memory-mapped models, f16 KV-cache, FLAC/OGG/MP3/AAC/Opus decoding, and true banded-DTW word timestamps — still Pure Rust, no C or Python.

releaseoxiwhisperwhisper
Apr 25, 2026 · 9 min

OxiFFT 0.3.0 Released — ~4× faster DCT, FFTW parity gates, GPU batch & pencil 3D

Pure Rust FFT and the rustfft replacement. OxiFFT 0.3.0 lands an FFT-based Makhoul DCT (~4× flop reduction), a 7-gate FFTW parity harness, GPU batch FFT with auto-chunking, 3D pencil MPI, a cache-oblivious 4-step transform, and real WASM SIMD v128 — 1360 tests passing, default build still 100% Rust.

releaseoxifftfft
Apr 25, 2026 · 6 min

SplitRS 0.3.1 Released — Your Editor Now Refactors Oversized Rust Files In-Place via LSP

SplitRS is the AST-based Rust refactoring tool that splits monolithic source files into clean, compilable modules. 0.3.1 ships splitrs-lsp — a language server with diagnostics, a Refactor with splitrs code action, and live config watch — so the split happens right inside Neovim, Helix, or VS Code.

releasesplitrsrust
Apr 24, 2026 · 6 min

TenfloweRS 0.1.1 Released — Ergonomic Prelude, tensor! Macro, and wgpu 29

TenfloweRS 0.1.1 is an ergonomics + compatibility patch for the pure-Rust TensorFlow alternative: a declarative tensor! macro, an expanded prelude (transformers and RNNs), ndarray interop, ONNX re-exports, wgpu v29 compatibility across 57 sites, and richer typed Python FFI errors.

releasetenflowersmachine-learning
Apr 21, 2026 · 7 min

Legalis-RS 0.1.5 Released — 100% Pure Rust by Default: The Last C Dependency Is Gone

Pure-Rust legal statute engine: 0.1.5 is a sovereignty and hardening release. The last non-pure-Rust dependency (printpdf) is replaced by the COOLJAPAN fop-render PDF backend, an RSA CVE is eliminated, every unwrap() is removed from production code, and the default build is now 100% Pure Rust across 23 jurisdictions. 14,763 tests passing.

releaselegalislegal-tech
Apr 14, 2026 · 7 min

Kaccy 0.2.0 Released — Production-Hardened: Full Docs, 375 New Tests, O(1) Bonding Curves, Schnorr & Bech32m

Kaccy 0.2.0 hardens the Bitcoin-native Personal Token Platform for production: complete rustdoc (0 missing_docs), 375 new tests, 32 bonding-curve property tests, closed-form O(1) curves, BIP 340 Schnorr, bech32m, a memory profiler, custom LLM endpoints, and a dockerized stack.

releasekaccybitcoin
Apr 14, 2026 · 7 min

OxiFFT 0.2.0 Released — Type-Safe Plans and an FFTW-Compatible API

OxiFFT, the Pure Rust FFT and rustfft replacement, turns runtime panics into compile-time errors: 0.2.0 makes 2D/3D and real plans Option-returning with honest types, ships a drop-in fftw-compat API to port C code, and adds Debug and #[must_use] across every plan type. 858 tests passing.

releaseoxifftfft
Apr 11, 2026 · 5 min

OxiFFT 0.1.4 Released — The Signal-Processing Layer Lands, with Mel-Spectrograms and MFCCs

OxiFFT 0.1.4, the Pure Rust FFT and rustfft replacement, adds a full signal-processing module — Hilbert transform, Welch PSD, cepstrum, and FFT resampling — plus mel-spectrogram and MFCC audio analysis. No C, no Fortran, no FFTW.

releaseoxifftfft
Mar 29, 2026 · 6 min

OxiRS 0.2.4 Released — A Hardening Pass for the JVM-Free Knowledge Graph

OxiRS 0.2.4 ships a production-hardening pass for the Rust-native Semantic Web stack: a completed unwrap() audit, GPU feature-gating for Pure-Rust default builds, CLI flag fixes, and a fresh SciRS2 0.4 / OxiARC dependency refresh — 40,786 tests, zero warnings.

releaseoxirsrdf
Mar 27, 2026 · 7 min

OxiWhisper 0.1.0 Released — Pure Rust Whisper Speech-to-Text, No C, No Python

OxiWhisper 0.1.0 is a Pure Rust OpenAI Whisper inference engine — GGML loading, Q4_0/Q5_0/Q8_0 quantized inference, beam search, 99-language detection, streaming, and SRT/VTT export, with zero C/C++/Python dependencies.

releaseoxiwhisperwhisper
Mar 27, 2026 · 7 min

QuantRS2 0.1.3 Released — Real Decompositions, Parameter-Shift Gradients, and a Hardened Core

QuantRS2 0.1.3, the pure-Rust quantum framework — real KAK/ZYZ/holonomic decompositions, parameter-shift VQE gradients, ZX-calculus rewrites, SABRE routing, MPS tensor-network compression, ML circuit optimizers, PyO3 0.26, and a ~210-unwrap robustness pass.

releasequantrs2quantum-computing
Mar 21, 2026 · 6 min

TrustformeRS 0.1.0 Released — Pure Rust Hugging Face Transformers, No Python, No PyTorch

Pure Rust Hugging Face Transformers — the first stable release. 27+ transformer architectures, 17x CPU BLAS acceleration, GGUF/AWQ/GPTQ quantization, and WASM + server + mobile deployment. No Python, no PyTorch.

releasetrustformersrust
Mar 20, 2026 · 6 min

sklears 0.1.0 Released — Pure Rust scikit-learn with >99% API Coverage

The first stable release of sklears: a pure-Rust scikit-learn alternative spanning 36 crates with >99% API coverage, type-safe Untrained→Trained state machines, and a SciRS2 foundation. No Python runtime, no GIL, no C or Fortran.

releasesklearsmachine-learning
Mar 20, 2026 · 7 min

TenfloweRS 0.1.0 Released — Pure Rust TensorFlow, 12,949 Tests Passing

TenfloweRS is a pure-Rust alternative to TensorFlow, and this is its first stable release. It ships dual eager + graph execution, reverse-mode autodiff, 150+ research domains, and WGPU GPU acceleration — built on the SciRS2 and NumRS2 ecosystem, with no C++, CUDA-C, or Python runtime.

releasetenflowersmachine-learning
Mar 20, 2026 · 6 min

ToRSh 0.1.1 Released — A Stabilized Pure-Rust PyTorch, Now With a Model Converter

ToRSh is a PyTorch-compatible deep-learning framework in pure Rust with native tensor sharding. The 0.1.1 release hardens the 33-crate workspace onto consistent, published crates.io dependencies and adds the new torsh-convert model-converter CLI.

releasetorshdeep-learning
Mar 16, 2026 · 6 min

OxiRS 0.2.2 Released — Zero-Panic Production Audit and a Workspace-Wide Cleanup

OxiRS 0.2.2 is a hardening release: a production unwrap() audit confirming zero panic paths outside tests, a workspace-policy migration across all 27 crates, an oversized module split via splitrs, two security advisories reviewed, and dependency refreshes — 40,786 tests passing.

releaseoxirsrust
Mar 16, 2026 · 7 min

rs3gw 0.2.0 Released — Streaming PUT Backpressure, Graceful Shutdown, and the New rs3ctl CLI

rs3gw is a Pure Rust S3-compatible object-storage gateway. 0.2.0 brings streaming PUT with backpressure and incremental hashing, graceful shutdown with multipart GC, SigV4 rate limiting, gRPC range GET / parallel delete, and the new rs3ctl admin CLI.

releasers3gws3
Mar 8, 2026 · 6 min

OxiRS 0.2.0 Released — ~10x Faster SPARQL, Full-Text Search, and 1000-Node Clusters

OxiRS 0.2.0 lands a ~10x cumulative SPARQL speedup, Tantivy full-text search, 3D GeoSPARQL, 1000+ node clustering, and hardened AI — 26 new modules across 15 rounds, 39,468 tests passing across all 26 crates. A JVM-free Apache Jena.

releaseoxirsrust
Feb 7, 2026 · 7 min

OxiRAG 0.1.1 Released — Real OxiZ SMT Verification, Candle SLM Inference, and up to 9x Faster Similarity

OxiRAG 0.1.1 lands production OxiZ SMT verification for Layer 3, real Candle Phi-2/Phi-3 inference and LoRA training, and 5.6x–9.0x faster cosine similarity — all in a Pure Rust RAG engine backed by 1,472 tests.

releaseoxiragrag
Jan 29, 2026 · 9 min

Legalis-RS 0.1.4 Released — One Engine, 23 Jurisdictions: Proof That Law Is Universal Computation

Pure-Rust legal statute engine. 0.1.4 adds 5 new jurisdictions (Korea, Mexico, Malaysia, Russia, Saudi Arabia) for 23 total, 6 production examples proving one generic engine handles Civil/Common/Supranational law, real-time self-healing verification on the OxiZ SMT solver, and auto-generated TypeScript/Python SDKs. 14,705 tests passing.

releaselegalislegal-tech
Jan 24, 2026 · 7 min

OxiRAG 0.1.0 Released — A Four-Layer Pure Rust RAG Engine with SMT Verification

OxiRAG 0.1.0 is the first release of a Pure Rust Retrieval-Augmented Generation engine: a four-layer pipeline (semantic search, draft verification, SMT logic checking, and knowledge-graph retrieval) that compiles to a single static binary or WASM.

releaseoxiragrag
Jan 23, 2026 · 4 min

QuantRS2 0.1.2 Released — Python Bindings Polished, Symbolic Math Goes Fully Pure Rust

A polish patch for QuantRS2, the pure-Rust quantum computing framework — Python-binding bugfixes, refreshed docs, dependency-compatibility bumps, and the removal of legacy C++ SymEngine tooling now that symbolic math is 100% Rust.

releasequantrs2quantum-computing
Jan 21, 2026 · 7 min

Legalis-RS 0.1.3 Released — 18 Jurisdictions, One Pure Rust Engine

Legalis-RS 0.1.3 doubles jurisdiction coverage from 8 to 18 — adding the UAE, Australia, Brazil, Canada, China, India, Indonesia, Laos, Thailand, Vietnam and South Africa — across 41 crates, 863,282 lines and 13,083 passing tests.

releaselegalislegal-tech
Jan 21, 2026 · 7 min

OxiRS 0.1.0 Released — A Rust-Native Apache Jena, First Stable Cut

OxiRS 0.1.0 is the first stable release of a Rust-native Semantic Web platform: complete SPARQL 1.1/1.2, a Fuseki-compatible HTTP server, GraphQL over RDF, SHACL validation, and industrial IoT bridges — a JVM-free alternative to Apache Jena + Fuseki.

releaseoxirsrust
Jan 21, 2026 · 7 min

QuantRS2 0.1.0 Released — Pure Rust Quantum Computing, From State Vectors to Real Hardware

QuantRS2 is a pure-Rust quantum computing framework — type-safe circuits, state-vector/stabilizer/tensor-network simulators, Grover/QFT/VQE/QAOA, and IBM/Azure/AWS/D-Wave hardware integration. This is the first stable release.

releasequantrs2quantum-computing
Jan 21, 2026 · 4 min

QuantRS2 0.1.1 Released — Clean Builds Across Every Feature Flag

The first patch for QuantRS2, the pure-Rust quantum computing framework. Fixes conditional compilation and feature gating for cloud backends (IBM, Azure, AWS) and photonic modules so the modular workspace builds cleanly with any feature set.

releasequantrs2quantum-computing
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 19, 2026 · 7 min

Kaccy 0.1.0 Released — Tokenize Your Expertise on Bitcoin, Where Reputation Equals Currency

Kaccy 0.1.0 is here — a Bitcoin-native Personal Token Platform for professionals. ~206k lines of safe Rust, 3,296 tests, 7 bonding curves, a 0-1000 reputation system, Lightning, PSBT, and threshold crypto. Proof of Output, not speculation.

releasekaccybitcoin
Jan 19, 2026 · 6 min

Kizzasi 0.1.0 Released — A Rust-Native Signal Predictor for the Continuous World

Kizzasi 0.1.0 is the first release of an Autoregressive General-Purpose Signal Predictor (AGSP) in Pure Rust — neuro-symbolic prediction for audio, sensors, robotics, and video that fuses State Space Models (Mamba/RWKV/S4) with TensorLogic constraints.

releasekizzasisignal-prediction
Jan 19, 2026 · 8 min

OxiFY 0.1.0 Released — Type-Safe LLM Workflow Orchestration as Pure Rust DAGs

OxiFY 0.1.0 is a Pure Rust, Dify-class LLM workflow orchestration platform: compose AI applications as type-safe directed acyclic graphs. 13 specialized crates, 15+ node types, in-process vector search, CeleRS-backed distribution, 2520+ tests. No Python, no Node.

releaseoxifyllm
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
Jan 17, 2026 · 6 min

Legalis-RS 0.1.2 Released — SMT Verification Goes Pure Rust with OxiZ

Legalis-RS 0.1.2 replaces the C++ Z3 backend in its legal verifier with OxiZ, the Pure-Rust SMT solver — rigorous proofs with no native toolchain. Plus a zero-warning build across 25 crates and 11,365 passing tests.

releaselegalislegal-tech
Jan 10, 2026 · 5 min

Legalis-RS 0.1.1 Released — UK & Singapore Join, 9,568 Tests Passing

Legalis-RS 0.1.1 adds United Kingdom and Singapore jurisdictions to the Pure Rust legal-DX framework and grows the test suite from 6,100+ to 9,568 across 23 crates, with a near-zero-warning quality pass.

releaselegalislegal-tech
Jan 6, 2026 · 6 min

MeCrab 0.1.0 Released — A Pure Rust MeCab, Japanese Morphological Analysis Without the C Toolchain

MeCrab is a pure Rust morphological analyzer compatible with MeCab IPADIC dictionaries. The 0.1.0 debut brings memory-mapped zero-copy dictionary loading, a SIMD-accelerated Viterbi lattice, runtime word addition, and the KizaMe CLI — Japanese tokenization in a single safe binary.

releasemecrabrust
Jan 5, 2026 · 7 min

Legalis-RS 0.1.0 Released — Pure Rust Legal DX: Statutes as Verifiable Code

Legalis-RS is a Pure Rust framework that turns legal statutes into structured, machine-verifiable code — a Legal DSL parser, formal verifier, population simulator, and multi-jurisdiction support (JP/DE/FR/US). An honest first release.

releaselegalislegal-tech
Jan 4, 2026 · 8 min

rs3gw 0.1.0 Released — A Pure Rust, Drop-in S3-Compatible Object Storage Gateway

rs3gw is a Pure Rust, S3-compatible object storage gateway for AI/ML and HPC. The 0.1.0 debut ships a 100+ operation S3 API, multi-protocol REST/gRPC/GraphQL access, content-addressed deduplication, and a pushdown-capable S3 Select query engine — in a single 50MB static binary.

releasers3gws3