Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

yuxino/satori

24TypeScriptMIT

A macOS app that explains any part of a PDF textbook the moment you select it

satori is a macOS reader for PDF textbooks that lets you select a confusing paragraph, figure, or code block and get an explanation based on that page. It works on both text-native and scanned PDFs, and your books plus reading history stay on your Mac. Only the explanation itself is generated on demand by an external AI model, Alibaba Cloud's Qwen.

What it does

  1. Selecting a paragraph, figure, or code block on a PDF page triggers an AI-generated explanation based on that page's content.
  2. Works on both text-native PDFs and scanned (image-based) PDFs.
  3. Includes reader features like continuous scrolling, pinch-to-zoom, page thumbnails, and jump-to-page by number.
  4. You can switch between multiple books, and both reading position and past Q&A history are saved locally on your Mac.
  5. Runs on macOS 14 or later via npm install and npx tauri dev, and is released under the MIT license.

Why it matters

Instead of switching tabs to search or copy-pasting confusing passages into a separate chatbot, readers can ask questions right where they're reading and get answers tied to that exact page. Because books and history stay local and only the explanation call goes out to an AI service, it suits people who want AI help with study materials without giving up control of their personal files.

Terms in this repo

  • text-native PDF · a PDF made of actual selectable text rather than scanned images
  • scanned PDF · a PDF created by scanning paper pages into images
  • Tauri · a framework for wrapping web-based UIs into lightweight desktop apps
  • Qwen · an AI language model provided by Alibaba Cloud
  • Model Studio · Alibaba Cloud's service for calling AI models on demand

Repository description (English)

A local-first macOS workspace for understanding PDFs with AI

Open on GitHub

Trending repos

All repos →

Latest from METAL MEDIA