Overview

Dendron is an open-source hierarchical note-taking and knowledge management tool founded in 2020 in the United States. It runs as a VS Code extension and belongs to the productivity category as a local-first solution. Built around the "hierarchy" concept, it lets users organize notes like directories, pairing Lookup search with Schemas templates to manage large personal knowledge bases and technical documentation, differentiating itself from Obsidian and Notion.

Dendron is fully open source and free. Notes are stored as plain Markdown files locally, keeping data under the user's control and enabling version management and cross-device sync with Git. It includes 100+ commands, backlinks and graph views, and many developers use it as a "second brain" and team knowledge base. For users who value data ownership and search efficiency, Dendron is a solid choice; see enterprise knowledge base setup for knowledge base design ideas.

Key Strengths

  • Fully open source and free: Published as a VS Code extension with zero cost for core features and no subscription pressure, ideal for individuals and teams on limited budgets.
  • Hierarchy built for large vaults: Notes organized in hierarchies scale to tens of thousands of entries without slowing search, suiting ever-growing knowledge; see productivity tool collection.
  • Lookup and 100+ commands: Quickly search, create and organize notes with shortcuts, and combine with tools in VS Code extension recommendations.
  • Local-first with plain Markdown: Data stays entirely in your hands with no vendor lock-in, readable and migratable with other tools anytime.
  • Schemas template system: Applies consistent structure and fields to notes in the same hierarchy, ideal for standardized writing and knowledge organization.

Product Ecosystem

Dendron Core (VS Code Extension)

The main product centers on hierarchical notes, supporting Markdown editing, Lookup search, backlinks, graph views and 100+ commands.

Dendron Schemas

A template system that auto-generates structure and fields for specified hierarchies, keeping knowledge bases consistent and maintainable.

Dendron Pods

Import/export and publishing modules that import from Markdown and JSON and publish notes as static sites for sharing and reuse.

Self-Hosted Sync

Sync notes across devices through a Git repository or self-hosted service, preserving local-first control while enabling team collaboration on a shared repository.

Limitations

  • Steep learning curve: Concepts such as hierarchy, Lookup and Schemas take time to absorb, and non-developers face a high upfront cost; see document collaboration platform comparison for alternatives.
  • Tied to the VS Code environment: Must run inside VS Code with no official mobile client, making on-the-go note-taking inconvenient.
  • Weak team collaboration: No native real-time collaboration, so shared maintenance relies on Git, with a higher barrier than cloud platforms like Notion.
  • Slowing maintenance: Update frequency dropped after 2023, adding long-term roadmap uncertainty that should be weighed when choosing.

Use Cases

  • Developer knowledge management (recommended ★★★★★): Blends naturally with the VS Code workflow, keeping code comments and technical notes in one place.
  • Large personal knowledge bases (recommended ★★★★): The hierarchy suits a growing "second brain"; see enterprise knowledge base setup.
  • Privacy-sensitive local-first scenarios (recommended ★★★★): Fully local storage fits users who require data autonomy.
  • Real-time team collaboration (recommended ★★): With no native real-time editing, teams needing simultaneous online editing should evaluate cloud platforms.

Pricing

Option Price Key Features
Open Source $0 All core notes, search and template features free
Self-Hosted Sync Storage-based Build with Git or cloud storage, cost controlled by user

Note: Dendron's core is open-source free software with no official paid subscription; for cloud hosting and real-time collaboration, commercial options such as Obsidian Sync apply, with prices per their official sites.

FAQ

  • How do I choose between Dendron and Obsidian? Dendron features hierarchy and native VS Code integration, suited to developers and structured organization, while Obsidian emphasizes backlinks and a mature plugin ecosystem. Compare in productivity tool collection.

  • Is Dendron really free? Yes. The core is open-source free software with no subscription, and only self-hosted sync requires you to cover storage and Git service costs; see productivity tool collection for more free tools.

  • Do I need internet access? No. Dendron runs local-first with offline notes; internet is only needed for Git sync or publishing; plan offline workflows with remote team toolchain.

  • How do I sync across devices? Put the vault into a Git repository and clone it on each device; teams can share one repository for collaboration, as described in remote team toolchain.