Skip to content

MikeRust

Repository: SemplificaAI/MikeRustDescription: A sovereign local AI document assistant designed to run entirely on the user's machine without cloud dependencies. Key Features:

  • Local-First: Rust + axum backend with SQLite for complete data sovereignty.
  • Local RAG: Folder sync with ONNX-based embeddings and hardware acceleration (DirectML/QNN).
  • Pure Rust Extraction: High-performance text extraction for PDF, DOCX, RTF, and XLSX.
  • Privacy Centric: Optional PII redaction using GLiNER2; zero telemetry or remote logging.
  • Desktop UI: Modern Svelte 5 frontend wrapped in a Tauri desktop shell. Primary Use Cases: Privacy-sensitive document analysis, legal research, and local knowledge management. Tags: #local-ai #sovereign-ai #legal-tech #rust #tauri Added: 2026-05-24 Source: GitHub

Notes / Why Notable

MikeRust is a port and expansion of the MikeOSS project, focusing on a high-performance Rust implementation for the desktop. It addresses the growing need for "Sovereign AI" in fields like law where data privacy is paramount.

Maintained with Yeda — Karpathy LLM Wiki paradigm.