Skip to content

Releases: aka-kika/rawdrop

RawDrop 0.3.8

Choose a tag to compare

@aka-kika aka-kika released this 10 Jul 17:39

Added

  • First-run vault seeding — saving a Knowledge root now creates raw/, wiki/, and outputs/ if they're missing, plus a RawDrop.md explainer at the root. The app works out of the box on a fresh folder.
  • App icon shown above the title in the README.

Notes

  • Seeding is create-if-missing and never overwrites: the distinct RawDrop.md name avoids clobbering an existing README.md, and an edited RawDrop.md is preserved on re-save.

Universal (Apple Silicon + Intel), signed & notarized. Opens with no Gatekeeper warning — drag RawDrop to Applications.

RawDrop 0.3.7

Choose a tag to compare

@aka-kika aka-kika released this 10 Jul 16:54

RawDrop is a macOS menu bar app that feeds and compiles a personal, Karpathy-style LLM knowledge base living in Obsidian. Drop anything into Knowledge/raw/, then hit Compile to turn new sources into wiki concept articles with a local (or cloud) Ollama model.

Install

  1. Download RawDrop-0.3.7.dmg below.
  2. Open it and drag RawDrop to Applications.
  3. Launch it — it lives in the menu bar (no Dock icon).

Universal binary (Apple Silicon + Intel), signed and notarized by Apple — no Gatekeeper warnings. Requires macOS 14+. Ollama is needed for the Compile step.

Highlights

  • Menu bar popover: drop zone, ⌘V capture, one Compile button, capture list, Settings / Quit
  • Settings: vault path, Local / Cloud Ollama, API key (Keychain), model dropdown with recommended models, connectivity test, Open at Login, System / Light / Dark theme
  • HTML extraction, PDF text (PDFKit), image paste as PNG, URL → markdown
  • Lean wiki YAML, origin provenance, and hybrid recompile merge that preserves your ## Human edits

See the CHANGELOG for full details.