Ask With Vault Context
Send questions from your phone while Claude or Codex runs on the paired host.
Pair once with your Mac, browse files, search notes, and ask local AI through the CLI host or private Obsidian plugin without moving your vault to a cloud workspace.


Send questions from your phone while Claude or Codex runs on the paired host.
Open folders, read Markdown notes, and follow Obsidian-style wikilinks.
Your vault stays on the Mac, whether you start the CLI host or the private Obsidian plugin host. The phone is a paired remote.
Connect locally first, with optional relay or stable-host settings when you need them.
Scan a short-lived QR code and connect without creating an account.
The Obsidian plugin is distributed privately to licensed users. It is not listed in the community plugin directory or marketed as open source.
The screenshots are produced from the public LifeOS Pro PARA demo vault so no private notes, paths, or repository details appear in marketing assets.



Remosidian focuses on the workflows that matter when you are away from the keyboard.
Use Claude or Codex from the host machine while the phone supplies prompts, quick replies, files, and vault references.
Browse demo-safe folders, render Markdown, jump through wikilinks, and open sources from answers.
Search happens against the paired host, so your vault index and note contents stay local.
Quick capture flows are designed to write into the same vault instead of a separate inbox service.
Both modes expose the same Remosidian daemon protocol. The plugin is a private desktop plugin, not a community marketplace listing.
From the vault root, run one command to start the host and print a pairing QR code.
cd ~/Documents/MyVault
npx remosidianInstall the private Remosidian Host bundle into the vault, then manage pairing from the plugin settings UI.
Obsidian -> private Remosidian Host -> Show QR CodeThe phone receives the runtime label, vault id, and available connection paths.
Remosidian uses the same connection vocabulary across the CLI and the private Obsidian plugin host.
Run the command in your vault root and scan the QR code printed by the host.
cd ~/Documents/MyVault
npx remosidianUse this when your phone and computer are on the same trusted network.
npx remosidian --localPass a public relay URL or a stable host address when your setup needs one.
npx remosidian --relay=https://<your-url>
npx remosidian --host=<stable-host>Remosidian is a host-and-phone pairing layer. It does not create another canonical copy of your Obsidian notes.
The short answers to the setup questions that usually matter first.
No for CLI mode. Run npx remosidian against any vault path.
Yes for private plugin mode. The host lives inside the Obsidian process and stops when Obsidian closes.
No. Remosidian Host is a private desktop plugin distributed as a release bundle for licensed users, not an Obsidian community plugin listing.
Pairing windows are intentionally short-lived. If you miss the window, open a new QR from the CLI or plugin settings.
Check that the host is running and that the device is paired with the same runtime: CLI or private Obsidian plugin. If you switch runtime, scan the new QR once.
Yes. Pass --local for LAN-only pairing, --host for a stable hostname, or --relay for a relay you already manage.