← Back to all sparks
O

Obsidian

INFRA · APIS
Velocity5.0

Obsidian's feed has gone quiet: version pointers up top, the bundled CLI the last real move.

clilocal-firstdesktop-clientrelease-rollupsdeveloper-ergonomics
Current state
The four most recent entries are pointers, not release notes — each says only that the build includes everything up to Obsidian Desktop v1.13.1 through v1.13.4, with no description of what actually changed. The last substantive work visible in this window is from March, when the installer started bundling a dedicated CLI binary instead of invoking the Electron executable, cutting terminal round-trip time and adding shell autocompletion for Obsidian commands. Everything published since is content-free rollup text.
Where it's heading
Treat the CLI work as the signal and the rollups as noise: a first-class terminal entry point is what lets external tools and scripts drive a vault, which is the difference between a local-first notes app and a substrate other software can build on. The follow-up entries — a macOS path check and a hidden socket dotfile — show the CLI being hardened for real cross-platform use rather than shipped and abandoned. Meanwhile this feed itself has stopped carrying detail, deferring to the desktop release notes it points at.
Prediction
The visible thread is CLI and TUI ergonomics, so continued work on that surface is the safest read; nothing in these entries supports a confident call beyond it. What is genuinely unclear is whether this feed resumes describing releases or stays a pointer to the desktop changelog.

Recent moves

  1. 16d ago

    Rollup pointer to Desktop v1.13.4

    A pointer entry that names a version and nothing else. It confirms the release cadence is intact but tells readers nothing about what shipped.

  2. 22d ago

    Rollup pointer to Desktop v1.13.3

    Another content-free rollup in the 1.13 line. Three of these in three weeks is the pattern, not an exception.

  3. 29d ago

    Rollup pointer to Desktop v1.13.2

    Same shape again: a version reference with no described change. The detail lives in the desktop release notes this entry defers to.

  4. 2mo ago

    Rollup pointer to Desktop v1.13.1

    The first of the 1.13 pointer entries, and the start of a three-month gap in described work. Cadence stayed up while information density went to zero.

  5. 4mo ago

    Installer bundles a native CLI binary, replacing the Electron call

    The one substantive move in this window: shipping a dedicated CLI binary instead of routing terminal commands through Electron, plus autocompletion for the TUI. This is the scriptable entry point that lets other tools drive a vault, and it is the only thread in the feed pointing anywhere.

  6. 4mo ago

    CLI path and socket fixes for macOS and Linux

    Cross-platform cleanup on the new CLI — a Linux-specific directory check on macOS, and moving the socket to a dotfile. Invisible to anyone not scripting against it, but it shows the CLI being maintained rather than left as a one-off.