Obsidian community plugin

Your vaulthas shape

Most knowledge graphs scatter notes across a flat canvas. CosmoGraph gives the vault a surface, depth and terrain: notes become luminous points on a procedural planet, wikilinks form a network across it, folders become visible clusters.

MIT licence · local-first · no account required

Vault data on device100%
Uploads to any server0
TypeScriptThree.jsWebGLViteUnreal BloomCSS2DRendererMIT licenceLocal-first

What it already does

Six things
the planet knows

Everything below ships in the current build. The renderer stays separate from the Obsidian API, so the same engine drives both the plugin view and the web prototype.

01

Spherical layout

Notes sit on a bounded sphere instead of an endless canvas. Every cluster has a location, distant areas stay discoverable, and rotation gives navigation a physical rhythm.

02

Wikilinks, parsed

Obsidian-style [[wikilinks]] are read straight from Markdown and drawn as a live network across the planet surface.

03

Folders become clusters

The structure you already maintain turns into visual gravity: each folder gathers its notes into a cluster you can filter, search and return to.

04

Procedural terrain

Irregular relief, craters, particles and atmosphere give the world landmarks — the kind of detail spatial memory can hold on to as a vault grows.

05

Orbit, focus, search

Drag with inertia, scroll to zoom, hover to inspect, filter by folder or search field. Select a node and the sphere rotates to bring it into view.

06

A vault that stays live

Create, rename, delete or relink a note and the planet follows. Open the real Markdown file straight from the details panel — CosmoGraph never edits your notes.

Why a sphere

A bounded world, not an endless canvas

Local by design

Three things
worth knowing

The planet is rendered on your machine from files you already own. Nothing is sent anywhere, there is no account to create, and desktop and mobile builds are both supported.

0
Network requests

No analytics, no storage backend. Markdown is read on your device and never leaves it.

2
Visual modes

Calm for reading and orientation, Radiant when you want the world to glow.

MIT
Licence

Open source and free to fork — the renderer and the plugin live in one public repository.

Three ways in

Install

The stable release lives in the official Community Plugins directory. Beta builds ship through GitHub Releases, and the source always builds locally.

Recommended

Community Plugins

  • Open Settings → Community plugins
  • Select Browse, search CosmoGraph 3D
  • Install, then Enable
  • Open it from the ribbon orbit icon or the command palette

Beta channel

BRAT

  • Install and enable BRAT from Community plugins
  • Settings → BRAT → Add Beta plugin
  • Paste the repository URL and confirm
  • Enable CosmoGraph 3D in Community plugins

For developers

Build from source

git clone https://github.com/
  n1ghtmare-dev/obsidian-cosmograph
cd obsidian-cosmograph
npm install
npm run build:plugin

Copy main.js and manifest.json into .obsidian/plugins/cosmograph/, then restart Obsidian.

Turn it on

Turn your vault into a world

Add to Obsidian ↗

MIT licence · open source · built with Three.js