dtg404 bios v2.4.1
[OK] Initializing DTG404 kernel... done
[OK] Memory check: 0MB / 7.8GB passed
[OK] Loading processor modules...
[ ] 0%
★ FLAGSHIP active

Ink and Bone

Private, local AI Game Master for any TTRPG

? stars
? commits

A private, local AI Game Master for 13 tabletop RPG systems with no cloud, no subscriptions, no limits. The AI GM narrates, your dashboard updates live. Supports D&D 5e, Pathfinder 2e, Call of Cthulhu, and more with full rulebooks, character sheets, and combat tracking.

FastAPI backend with SQLite for campaign persistence. The GM agent connects to a local Ollama instance, feeding it system rules, campaign state, and player actions via structured prompts. The React frontend shows a live dashboard with map, combat tracker, and narrative log. All communication is through SSE streaming for real-time GM responses.

Started because scheduling a real GM was impossible and the existing AI-GM tools were either cloud-locked, subscription-walled, or terrible. The goal was simple: a GM that knows the rules, remembers the campaign, and never flakes. Rulebook integration was the hardest part — each system has different mechanics for combat, skills, and leveling. The breakthrough was treating each rulebook as a structured prompt template rather than trying to embed all rules into the model.

Python FastAPI React SQLite Ollama Docker