Obsidian second brain without plugins

Obsidian’s community plugin store is a rabbit hole. Install five plugins to get Dataview queries, three more to schedule notes, one for tasks, one for calendars, and inside a month the vault takes six seconds to open and every update breaks something. The XDA piece about running Obsidian as a second brain without a single plugin is the honest answer. You do not need Dataview. You need the operating system around Obsidian to do the boring parts, and Obsidian itself to hold the notes. This list is the operating system.

We ran an unmodified Obsidian install for six months across a Windows 11 laptop, a M2 MacBook Air, and a Fedora workstation, and paired it with the tools below. These are the best apps for turning Obsidian into a second brain on desktop in 2026 without ever touching the community plugin browser. Every pick removes an entire class of plugin from the equation.

What to look for in a plugin-free Obsidian stack

Any tool on this list needs to earn its place by removing a plugin dependency, not adding to your app surface. Look for four traits:

Quick comparison

Tool Best for Platforms Free plan Starting price Notes
Obsidian The vault itself Win / Mac / Linux Fully free (personal) Sync ~$4/mo Ships stock
Raycast Quick capture on macOS macOS Fully free Pro ~$8/mo AI in Pro tier
Alfred macOS keyboard launcher for the vault macOS Fully free Powerpack ~$34 One-time buy
Espanso Text-expander that writes into any note Win / Mac / Linux Fully free None Open source
Obsidian Web Clipper Save web pages as Markdown Chrome / Firefox / Safari Fully free None First-party
Hazel Rules that file scans and downloads into your vault macOS 14-day trial ~$42 one-time The cleanest capture pipe
Karabiner-Elements Chorded shortcuts to open notes macOS Fully free None Open source
Syncthing Peer-to-peer vault sync Win / Mac / Linux Fully free None Replaces Obsidian Sync

The apps

1. Obsidian — Best for the vault itself

Obsidian ships with enough features that most users never need a plugin. Folders, tags, backlinks, canvas, daily notes, and a graph view all live in the base install. The trick is to accept its defaults instead of chasing what the Dataview community can do. Zero-plugin Obsidian is faster, more portable, and easier to sync than any decked-out vault.

Where it falls short: No mobile calendar picker without a plugin; you use the system calendar app.

Pricing:

Platforms: Windows, macOS, Linux (plus mobile).

Download: obsidian.md

Bottom line: Install stock, disable “Community plugins” in settings, and refuse to look back.

2. Raycast — Best quick capture on macOS

Raycast is a Spotlight replacement that opens your Obsidian vault, creates a note from a snippet, and pastes into a daily journal from any app. The built-in “Notes” extension writes plain Markdown files into a folder you point at your vault, no plugin required.

Where it falls short: macOS only. The Windows preview is still catching up.

Pricing:

Platforms: macOS (Windows preview).

Download: raycast.com

Bottom line: The single biggest quality-of-life upgrade for an unmodified Obsidian on Mac.

3. Alfred — Best keyboard-driven launcher for the vault

Alfred is the veteran macOS launcher. Paired with the Alfred Obsidian workflow (a script, not a plugin), it can open any note by name, create a new note from a snippet, and search your vault without opening the app. Once configured, capture drops to a few keystrokes.

Where it falls short: macOS only. The workflow scripts feel dated compared to Raycast’s UI.

Pricing:

Platforms: macOS.

Download: alfredapp.com

Bottom line: Prefer over Raycast if you want a one-time purchase and heavier scripting.

4. Espanso — Best text expander that writes into any note

Espanso watches for trigger strings (":today" → today’s date, “:meet” → a meeting-note template) and expands them into any app, including Obsidian. That single tool replaces most of the “template” and “quick text” plugins. Open source, small binary, works everywhere.

Where it falls short: YAML config is the setup surface; no GUI editor by default.

Pricing:

Platforms: Windows, macOS, Linux.

Download: espanso.org

Bottom line: The template plugin you never install.

5. Obsidian Web Clipper — Best for saving web pages as Markdown

Obsidian Web Clipper is Obsidian’s own first-party browser extension. It captures the readable text of a page as clean Markdown, adds source URL and timestamp, and writes it directly to a folder in your vault. No plugin, no third-party API, no editing after capture.

Where it falls short: Clean-text extraction sometimes drops embedded images that mattered to the source.

Pricing:

Platforms: Chrome, Firefox, Safari, Edge.

Download: Chrome Web Store · Firefox add-ons

Bottom line: Kills every “read later becomes note” plugin.

6. Hazel — Best rules engine for automatic filing

Hazel watches folders on your Mac. Screenshots into ~/Desktop/screens, PDFs into ~/Documents/inbox, email attachments into ~/Downloads. Rules move, rename, and stamp each file into your vault under the right daily folder before you touch it. It is the capture pipeline that makes a vault feel like a second brain instead of a chore.

Where it falls short: macOS only. Windows users can lash together File Juggler or PowerToys’ File Locksmith to approximate this.

Pricing:

Platforms: macOS.

Download: noodlesoft.com

Bottom line: The most invisible piece of the stack. Set once, forget forever.

7. Karabiner-Elements — Best for chorded shortcuts into notes

Karabiner-Elements rebinds keys at the kernel level. Bind Caps-Lock + N to “new daily note in Obsidian” and Caps-Lock + O to “open scratchpad,” and you have global shortcuts that never conflict with an app’s menu. Zero plugins, zero apps, just a settings file.

Where it falls short: macOS only. Learning curve for the JSON config.

Pricing:

Platforms: macOS.

Download: karabiner-elements.pqrs.org

Bottom line: The single tool that makes any launcher above feel instant.

8. Syncthing — Best free replacement for Obsidian Sync

Syncthing syncs a folder between your machines without a server in the middle. Point it at your vault directory on the Windows laptop, the Mac, and the Linux workstation, and edits show up on all three in seconds. Encrypted in transit, no monthly fee, no plugin.

Where it falls short: Devices need to be online at the same time for changes to propagate. Mobile Obsidian will not sync via Syncthing without a helper app.

Pricing:

Platforms: Windows, macOS, Linux.

Download: syncthing.net

Bottom line: The zero-plugin, zero-fee sync layer. Pair with Obsidian Sync only if you also want mobile.

How to pick the right one

FAQ

Why avoid Obsidian plugins entirely? Plugins run arbitrary JavaScript inside your vault. Any plugin update can slow the app, break formatting, or silently modify notes. Keeping capture and automation outside Obsidian means you can uninstall any of these tools and your notes are unchanged.

Do I lose Dataview queries by going plugin-free? Yes. That is the biggest trade. If you rely on Dataview, you cannot get that back without a plugin. But if you use Dataview mostly for daily notes, Espanso templates and folder conventions cover 80% of the use case.

Can I still use themes? Themes are cosmetic, not code plugins. They are lower risk. This article is about avoiding community plugins (the ones that execute code), not themes.

What about sync across mobile too? For plugin-free sync across mobile, Obsidian Sync (~$4/mo) is worth the cost. Syncthing works fine on desktop but is fiddly on iOS and unreliable in the background on Android.

Which of these are open source? Espanso, Obsidian Web Clipper, Karabiner-Elements, and Syncthing are open source. Obsidian, Raycast, Alfred, and Hazel are closed source but ship free tiers (Obsidian, Raycast) or one-time paid licenses (Alfred, Hazel).