HYPERNOVUM
AI has brains and hands.
But the cockpit is missing.
LLMs give us reasoning. Agents give us execution. But developers still stare at linear chat windows, scrolling through walls of text, losing context, switching tabs, forgetting which project they were in. There is no spatial interface for orchestrating AI work across projects. Until now.
Brains
LLMs ✓
Hands
Agents ✓
Cockpit
Missing ✗
↓ Hypernovum is the cockpit ↓
See it in action
Your Entire Codebase. One Living City.
Every project becomes a building. Health, git status, and file activity pulse in real-time. Click to open. Right-click to deploy.
No more Alt+Tab archaeology. Your projects are all here, alive, telling you exactly what needs attention.
Your Agents Remember Your Codebase
Every session starts cold — unless you're using Hypernovum. Persistent agent memory means Claude, Gemini, and Codex inherit project context automatically. No re-explaining. No wasted tokens.
How It Works
Buildings accumulate memories
Every agent session generates memories — architectural decisions, error patterns, naming conventions. These are stored per-project inside the building.
Context auto-injected on launch
When you launch an agent, relevant memories are injected automatically. The agent starts with full project understanding from day one.
Zero setup required
Powered by Engram — MIT licensed, zero dependencies. Toggle it on in settings. It just works.
No competitor has this. dmux, agent-deck, Parallel Code — none of them remember.
Works With Every Agent
Run Two AI Agents at Once.
Tandem Terminal splits your screen so Claude Code and Gemini work the same codebase in parallel. One writes tests. One writes features. You orchestrate.
Most people are bottlenecked waiting on one agent to finish. Tandem Terminal removes that bottleneck entirely.
Everything You Need to Command AI
3D Project City
Every repo becomes a glowing building. Project health, file counts, git status in real-time 3D.
AI Agent Launcher
One click to fire any agent into a project. Switch mid-session. Run tandem terminals side by side.
Git Weather System
Real-time heat maps show commit activity as building glow. Recent work pulses warm. Stale projects cool down. See your whole portfolio's health at a glance.
Context Menu Control
Right-click any building to launch agents, open explorer, terminal, or hide from cityscape.
Smart Project Scanner
Drop in any folder. Auto-detects stack, categorizes by status, maps dependencies.
One-Time Purchase
No subscriptions. Buy once, own forever. 3 machines. All v1.x updates free.
Persistent Agent Memory
Your agents remember architectural decisions, error patterns, and conventions across sessions. Buildings glow warmer as memory deepens.
Webhook Integration
POST build events, agent sessions, and memory stats to any endpoint. Connect to Slack, Discord, n8n, or custom dashboards.
Session Tracking
Every agent session logged with timestamps, duration, and project context. Know exactly how your AI time is spent.
Your City Talks to Your Agents
Via the Model Context Protocol, AI agents can query project health, search your city, and read build status natively — without you copy-pasting a thing.
{
"mcpServers": {
"hypernovum": {
"command": "node",
"args": ["path/to/mcp-server/index.js"]
}
}
}Three lines. No API keys. Works instantly.
get_city_summaryFull city overview — project count, health distribution, stalenessget_project_healthHealth scores ranked across every project in the vaultget_stale_projectsFind projects with no commits in N daysget_project_detailDeep dive on one project — git, stack, LOC, statussearch_projectsFuzzy search by name, stack, category, or statusMCP-Compatible With
Works With Any Agent. Zero Lock-In.
Claude Code, Gemini CLI, GPT Codex, Aider, Cursor — if it runs in a terminal, HYPERNOVUM launches it. Pick your agent, click a building, go.
Launch from the City
Pick your agent in the Agents panel or right-click any building. HYPERNOVUM opens a terminal, runs the agent, and injects .hypernovum/SETUP.md and MEMORY_CONTEXT.md so the agent has full project context from the start.
Connect the MCP Feed
Give your agent live access to city data — health scores, stale project alerts, portfolio search. One-click setup in Settings, or paste a three-line config snippet. Agents that support MCP get superpowers.
Run Two Agents at Once
Tandem Terminal splits the screen so two agents work the same codebase in parallel. Claude writes features while Gemini writes tests. Mix and match any combination.
First Launch
Open HYPERNOVUM, pick your projects folder, and the city builds itself. Add any agent — it's just a terminal command. No API keys, no plugins, no vendor lock-in.
Not Another Dashboard
Hypernovum isn't a report. It's an interface.
Dashboards
Jellyfish, LinearB
2D charts for managers. Reporting, not doing. You watch metrics go up — or down.
Flowcharts
LangFlow, ComfyUI
Nodes and wires. Circuit boards, not cities. Built for pipelines, not projects.
Spatial Interface
Hypernovum
Active 3D interface with persistent agent memory. You aren't watching the code — you're commanding it, and it remembers.
Builders Are Already Inside
“To be honest: Insanely unnecessary. To also be honest: I installed it insanely quick. 12/10 would do it again.”
Pinkahpandah
“It's giving Jurassic Park UNIX. I mean that as a compliment.”
kaysn
“This is over the top, absolutely unnecessary, and of slightly dubious utility. *cough* instantly installed, very cool.”
WayAcceptable1310
Free Plugin. Pro App.
Start free. Upgrade when you need the full cockpit.
Hypernovum Free
Obsidian Plugin
- ✓ 3D city visualization of your vault
- ✓ Click buildings to open notes
- ✓ Neural Core central hub
- ✓ Real-time file activity
- ✓ Right-click to launch Claude Code
AGPL-3.0 — Free & open source forever
Hypernovum Pro
Standalone Desktop App
- ✓ Everything in Free, plus:
- ✓ Tandem Terminal (dual AI agents)
- ✓ Persistent Agent Memory (Engram)
- ✓ Git Weather (commit heat maps)
- ✓ Smart Stack Analysis & Discovery
- ✓ Holodeck Editor (CodeMirror 6)
- ✓ Universal agent support (6+ agents)
- ✓ MCP Server (AI agent data feed)
- ✓ Webhook Integration
- ✓ Session Tracking & Analytics
- ✓ Works outside Obsidian
- ✓ Worktree isolation per session
Free. Open Source. Built for the Vibe.
The Hypernovum Obsidian plugin is AGPL-3.0 and always will be. Pro is a commercial app that funds continued development. Your purchase keeps the lights on.
git clone https://github.com/Pardesco/hypernovum.git
cd hypernovum && npm install && npm run build