BOSUN SYSTEM HUB
| PRODUCT | DESCRIPTION | STATUS |
|---|---|---|
| Kikr Router | Evernote note conversion engine and migration tool. Rebuilds vaults into clean, local Obsidian structures. | Go to Kikr → |
| Fid Engine | High-performance open-source CLI note parsing library and adapter. Built for developers. | Go to Fid → |
The Bosun deck integration hub coordinates data flow between local note archives and unified developer libraries. By standardizing imports on an intermediate JSON schema, we guarantee data consistency across Obsidian, Notion, and local files.
pip install sws-kikr
COMMAND: RUN LOCAL TRANSFORMATION
kikr convert input.enex ./obsidian-vault
Note Ingestion: Raw ENEX XML files are parsed using browser-native DOM structures to automatically heal broken/unclosed tags before markdown conversion.
Resource Extraction: Base64-encoded attachment binaries are extracted from note resources and saved as local assets, with references mapped to Obsidian wikilinks.
PII Scrubbing: Advanced enterprise modules integrate Presidio SDK filters to identify and redact sensitive personal information before note indexing.