Reasonable worries
The things you'd want to ask first.
Is this going to do something to my vault?
It reads a plain folder of Markdown files: no import, no database, no lock-in.
It writes when you ask it to: saving a note, creating one by following a link that
didn't resolve, or renaming one, which also rewrites the wikilinks pointing at it.
Nothing happens behind your back.
Can I keep Obsidian open while I use it?
Yes, and that's the point. It's the same folder on the same disk, and both apps are
happy to be in it at once. Use whichever one suits the moment.
Obsidian ships its own CLI now. Why this?
They do different jobs. Obsidian's
official CLI is a remote control for the
desktop app: it gives you commands, not an interface, and every one of them runs
against a full Obsidian instance, which it launches if you haven't. obsidian-tui is
the interface, reading the vault's files directly, so it starts in a second on a
box with no display at all. They get along: when the obsidian binary is on your
PATH, /obsidian open (or "Open this note in Obsidian" in
the command palette) hands the note you're reading to the desktop app for the one
thing only it can do. If the CLI isn't enabled, obsidian-tui says so and carries on.
Do I need an API key?
Only if you want the assistant. Without one the panel still opens and explains how
to set it up, and every other part of the app carries on exactly as before. Set
ANTHROPIC_API_KEY (or OPENAI_API_KEY) and restart.
Can the AI run entirely on my own machine?
Yes. Set provider = "openai" with a base_url pointing at
Ollama, LM Studio, vLLM or anything else that speaks the OpenAI shape, and nothing
leaves your laptop.
What about my Obsidian plugins and themes?
Plugins are Obsidian's, and they stay there; this reads the files underneath, so
anything a plugin wrote is just text you can see. Themes are separate: eighteen ship
with the app, and you can write your own in TOML, borrowing from any of them.
Which platforms?
Binaries are published for Apple silicon, Linux x86_64 and
aarch64, and Windows x86_64. Intel Macs build from source
with cargo. Config lands in the usual place for your OS on first run,
with every default spelled out so you can see what you're changing.