Pardesco/hypernovum

89 stars · Last commit 2026-08-02

Agent Ops for your second brain - a 3D IDE for Obsidian built on Three.js. Visualize your vault as a code city, dispatch AI coding agents (Claude Code, Codex, Antigravity), post research quests, and watch your agent fleet work in real time.

README preview

# Hypernovum — Agent Ops for Your Second Brain

A **3D IDE and agent-ops dashboard** for [Obsidian](https://obsidian.md), built on **Three.js**. Hypernovum turns your vault — your **second brain** — into a living cyberpunk code city: visualize projects and their backlinks in 3D, dispatch **AI coding agents** (Claude Code, GPT Codex, Antigravity CLI) with full vault context, post research quests for agents to resolve, and watch your entire fleet work in real time.

Each project note becomes a building. Status maps to color, priority to height, category to district, vault backlinks to glowing **Neural Link** arcs. A central **Neural Core** pulses with activity as you work, **Data Arteries** flow to buildings when files change, and every active agent orbits its building as a colored orb.

![Hypernovum Obsidian Plugin](site/assets/obsidian-app.png)

## What this plugin does on your machine

Hypernovum is desktop-only because the agent-ops half of it talks to your local
tools. Here is exactly what that means — nothing below happens silently, and you
choose on first run whether the agent layer is active at all.

**Hypernovum makes no network requests. No telemetry, no analytics, no remote calls
of any kind.** Everything it reads or writes is on your own machine.

| What | When | Why |
|------|------|-----|
| Runs read-only `git` commands (`branch`, `log`, `status`, `rev-list`) | On city build, in folders you link with `projectDir` | The Git activity layer: commit velocity, branch, dirty tree, merge conflicts. Turn off with **Settings → Git activity layer** |

View full repository on GitHub →