• English
  • Remosidian
    Search and ask your Obsidian vault from your phone without moving it to the cloud

    For people who already trust Obsidian with their notes but still need files, search, and local AI when they step away from the Mac.

    Remosidian Ask tab running against a demo vaultRemosidian Ask tab running against a demo vault

    Ask With Vault Context

    Forgot what a note said? Ask from your phone while Claude or Codex reads context on the paired host.

    Browse Obsidian Files

    Open folders, read Markdown, and follow wikilinks on the go without syncing the whole vault elsewhere.

    Local-first Host 🟢 Recommended

    Run npx remosidian in your vault folder — the fastest way to add local pairing. Your vault stays on the Mac.

    Remote Ready

    Start with --access=local, then switch to --access=https://... or --access=<host> only when you need away-from-desk access.

    QR Pairing

    Bind the phone to this host with a short-lived QR code, no account required.

    Obsidian Plugin Host

    Download the free Remosidian Host plugin to start pairing inside Obsidian.

    Get App

    Install Remosidian before you leave the Mac

    Install the phone app first, then start the host from your vault and scan the pairing QR code when you need mobile access.

    iOS

    Remosidian TestFlight

    Join the public TestFlight build for iPhone and iPad while the App Store release is being prepared.

    Open TestFlight
    Android

    Android APK

    Download the current Android APK from Feishu and install it on your device.

    Download APK
    App Store Screenshots

    Real app screens, captured from a demo vault

    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 Ask tab connected to a demo Obsidian vault
    Ask your vault
    Remosidian Files tab showing demo vault folders
    Browse files
    Remosidian Search tab showing demo vault search results
    Search notes
    Vault Workflow

    When you are away from the keyboard, the vault is still usable

    Remosidian turns common mobile moments into safe host-backed actions.

    Ask

    Ask the question before you forget it

    Send the prompt from your phone while Claude or Codex runs on the host and reads the vault references you choose.

    Files

    Read the source without copying the vault

    Browse folders, render Markdown, follow wikilinks, and open answer sources without making a second cloud vault.

    Search

    Find the note when only a fragment comes to mind

    Search filenames, text, or tags on the paired host, so indexes and note contents stay local.

    Capture

    Put the idea back where it belongs

    Quick capture writes into the same vault instead of creating another inbox you will need to reconcile later.

    Host Setup

    Pick the host path that matches how you work

    CLI mode is fastest when you just need access to a vault. The free Remosidian Host plugin is for people who want pairing controls inside Obsidian.

    CLI host ★ Recommended

    Start from the vault folder

    Run one command where the vault lives, then scan the QR code before you leave the computer.

    cd ~/Documents/MyVault
    npx remosidian
    Obsidian Plugin Host

    Stay inside Obsidian

    Download the free Remosidian Host plugin from https://www.feishu.cn/file/KvSRbRw0booVmmxZesycHEqZnbh and manage pairing from the plugin settings UI.

    Obsidian Plugin Host
    Pair

    Scan the QR code

    The phone receives just enough runtime, vault, and connection information to act as a remote.

    Remote Access

    Start local, add a stable path only when you need it

    Pair on the network you trust first. Add relay or host settings only when your away-from-desk setup needs them.

    Vault rootDefault

    Serve only the vault you choose

    Run the command in the vault root and scan the QR code printed by that host.

    cd ~/Documents/MyVault
    npx remosidian
    LAN only

    Keep access inside the local network

    Use this when your phone and computer are already on the same trusted network.

    npx remosidian --access=local
    Custom relay or stable host

    Use your own reachable address

    Use one access target for the network path you already trust.

    npx remosidian --access=https://<your-url>
    npx remosidian --access=<stable-host>
    Fallback hosts

    Prefer one host, keep another ready

    Pass comma-separated private-network hosts when your device may reach the Mac through more than one route.

    npx remosidian --access=<host>,<fallback>
    Local-first

    Your phone is a remote, not a second vault

    Remosidian pairs the phone with a host that already has the vault. It does not create another canonical copy of your notes.

    FAQ

    Operational details before you pair

    The short answers to the setup questions that usually matter first.

    Does Remosidian require Obsidian to be open?

    No for CLI mode. Run npx remosidian against any vault path.

    Yes for the Obsidian plugin mode. The host lives inside the Obsidian process and stops when Obsidian closes.

    Can I install the Obsidian plugin from the community directory?

    No. Remosidian Host is a free desktop plugin distributed from https://www.feishu.cn/file/KvSRbRw0booVmmxZesycHEqZnbh. It is not available in the Obsidian community plugin directory.

    Why does the QR code expire?

    Pairing windows are intentionally short-lived. If you miss the window, open a new QR from the CLI or plugin settings.

    What should I do when the app says Not connected?

    Check that the host is running and that the device is paired with the same runtime: CLI or Obsidian plugin. If you switch runtime, scan the new QR once.

    Can I keep pairing local-only?

    Yes. Use --access=local for LAN-only pairing, --access=<host> for a stable hostname, or --access=https://... for a relay you already manage. Legacy --local, --host, and --relay flags still work.