AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

16iro/airis

LLM-powered desktop study companion for textbooks (Tauri + React + Rust)

Rust GitHub ↗
★ 0
stars
75
AI relevance
50
solo dev
0
tool sigs

SUMMARY AI summary by gpt-5-mini

airis is a desktop local RAG engine and study/workspace: a Tauri app (React frontend + Rust backend) that ingests a book (PDF/Markdown/HTML/TXT), chunks and embeds it locally, and serves hybrid search results (sqlite-vec KNN + SQLite FTS5 + RRF) to an LLM subprocess (claude-code / gemini-cli / codex-cli) or via API keys. Embedding models (multilingual-e5-small, BGE-M3) run on-device (ONNX/fastembed); user data and tokens are not sent to external servers. Who uses it: privacy-conscious individuals or developers wanting an offline RAG tool for personal documents and books. It’s a single-author project currently in v0.4.x. Key features: - Parsers for MD/HTML/PDF/TXT with ICU sentence splitting and recursive chunking - Hybrid retrieval combining vector KNN + FTS5 + Reciprocal Rank Fusion - Local on-device embeddings (INT8/FP) with embedding_cache and response_cache - Robustness: WAL+transactions, resumable jobs, pause triggers (user/thermal/battery), resource limiting - LLM provider adapters, citation chips linking back to source sections - Buildable with Node/pnpm and Rust; models download on first indexing.

DETECTED Detected AI stack

AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.

🧠 LLM providers (1)
Gemini
🔢 Embedding models (2)
bge E5
🤖 LLM models (2)
Claude Gemini
💾 Databases (1)
SQLite
🌐 Web frameworks (2)
React Tauri

Language breakdown (by bytes)

CSS
0.6%
HTML
0%
Rust
71.1%
Shell
0.1%
JavaScript
0.1%
TypeScript
28%

Owner

Account
16iro
Type
User
Followers
15

Dept. of Computer Science, Konkuk Uni. interested in Non-PhotoRealistic Rendering of Computer Graphics

Dates

Created on GitHub 2026-05-02
Last push 2026-05-09
First seen here 2026-05-09
Last fetched 2026-05-09 15:42

Similar repos (same language)

LucasStrand/hyperion

Enterprise IoT workbench for ComfortClick bOS, operated by an AI agent. Tauri 2 (Rust + TS). Read-only, secure (encrypted vault + Entra SSO), local-first agent.

Rust 0 AI 45
estejosh/agent-comm-channel

Git-as-message-bus for inter-PC agent chat — agents on different PCs send each other directions/responses via commits. Rust reference client + language-neutral protocol. PolyForm Noncommercial + LLM poison-pill policy.

Rust 0 AI 75