Scriptable
An embedded localhost REST API and a zero-dependency Python SDK. Seed graphs, run batch edits, traverse neighbours, and push computed layouts back, with live canvas sync.
GloGraph is a desktop workstation for building causal and systems maps, nodes are entities, edges are classified relationships, and every element carries a schema you define. Filter it, traverse it, lay it out, and drive it from a script.
Most diagram tools draw boxes and lines. GloGraph stores a small typed database behind every map, so the structure is data you can question, not pixels you have to re-read.
An embedded localhost REST API and a zero-dependency Python SDK. Seed graphs, run batch edits, traverse neighbours, and push computed layouts back, with live canvas sync.
Every project is a portable .glograph file over SQLite on your own disk. No
cloud, no account, no lock-in. Works fully offline, forever.
A perpetual license, not a subscription. Unlimited local projects. One year of updates included; the version you bought keeps working indefinitely.
Dense, keyboard-first, and built for users who return daily. Define your own node and edge fields with presets, the whole tool reshapes around your domain.
Per-preset categories, statuses, and custom parameters drive node colour/badges and edge arrowheads, line style, colour, and width.
Resizable groups that lock so a cluster drags as a unit, or minimize to a header. Crossing edges remap automatically.
One-key dagre layout, top-down or left-right, lock-aware so grouped clusters stay put.
Sort dated events along a timeline and jump straight to any node on the canvas.
Inline image, video, and audio on nodes, plus standalone note/image/video/audio graph objects you can wire into the graph.
PNG, CSV, Mermaid, and DOT/Graphviz. Take your structure anywhere.
Several isolated projects open at once, each its own database, saved to a portable file.
~22 shortcuts: quick-find, quick-connect, auto-wire a selection, routing cycling, focus mode, and undo/redo across everything.
The Python SDK is zero-dependency, standard library only. Enable the API in
Preferences → API, point the client at 127.0.0.1:57321, and seed,
query, or relayout a graph programmatically while the canvas updates live.
The API + SDK are a Pro feature.
from glograph import GloGraph
g = GloGraph(token="") # enable API in Preferences first
# Create a typed node and connect it
fed = g.nodes.create(title="Fed +75bps", x=100, y=120,
tags=["rates"], external_id="FED_JUN22")
cpi = g.nodes.create(title="CPI 9.1%", x=400, y=120)
g.edges.create(source_id=fed["id"], target_id=cpi["id"])
# Traverse + relayout programmatically
hub = g.nodes.get_by_external_id("FED_JUN22")
for n in g.nodes.neighbors(hub["id"], direction="out"):
print(n["title"])
GloGraph ships example presets as starting points, not the foundation. The data model bends to your domain.
Explore these maps in your browser, no install. Or open your own .glograph.
An honest note: GloGraph maps and queries typed relationships, it does not run numerical simulations. If you need to simulate stocks-and-flows dynamics, a dedicated simulation suite is the right tool. GloGraph lives in the gap between cloud subscription mapping and heavy desktop simulation.
$49 is an early beta price. it rises back to the regular $99 as GloGraph gets more robust, but it's a one-time perpetual license, so buy now and your price is locked in for good.
Updates renew at ~$25/year (optional). Skipping it never disables a version you own. Need team seats or a question? get in touch. Students & teachers: free or discounted, just ask.
Get the founder's deal, beta access, and the build-in-public devlog. No spam; unsubscribe any time.
only GloGraph updates, unsubscribe anytime. privacy.
Windows, macOS, and Linux. GloGraph is a native desktop app built with Tauri.
No. You buy a perpetual license and own that version forever. The first year of updates is included; after that, renewing for the next year of new features is optional and never disables the build you already own.
Every update released within a year of your purchase is yours. Stop renewing and your app keeps working indefinitely, you simply won't get newer feature releases until you renew.
Completely. Projects are plain .glograph files (JSON over SQLite) on your own disk. No cloud, no account, works fully offline. Export to PNG, CSV, Mermaid, or DOT any time.
No, and we won't pretend otherwise. GloGraph maps and queries typed relationships qualitatively. For numerical stocks-and-flows simulation, use a dedicated simulation suite.
Offline-verifiable signed license keys. The app verifies your key locally; no phone-home is required to run, honoring the local-first promise.
Yes, Pro features at $0–29 for verified students and teachers. Use the form above to ask.
If GloGraph isn't a fit, email us within 30 days for a full refund.