Releases: aka-kika/rawdrop
Releases · aka-kika/rawdrop
Release list
RawDrop 0.3.8
Added
- First-run vault seeding — saving a Knowledge root now creates
raw/,wiki/, andoutputs/if they're missing, plus aRawDrop.mdexplainer 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.mdname avoids clobbering an existingREADME.md, and an editedRawDrop.mdis preserved on re-save.
Universal (Apple Silicon + Intel), signed & notarized. Opens with no Gatekeeper warning — drag RawDrop to Applications.
RawDrop 0.3.7
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
- Download RawDrop-0.3.7.dmg below.
- Open it and drag RawDrop to Applications.
- 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
## Humanedits
See the CHANGELOG for full details.