Open Dungeon — — 这是第一个易于使用、完全本地 AI 角色扮演应用程序。故事和内联场景图像生成
The first easy-to-use, fully local AI roleplay app. The story and the inline scene images are both generated on your own machine — no accounts, no API keys, no cloud, no GPU rig. Your stories never leave your computer.
generate_image tool and
scenes render inline: FLUX.2-klein on Apple Silicon / NVIDIA / supported
AMD Radeons, or point the app at your own ComfyUI instance.Mac (Apple Silicon): grab the DMG from Releases, drag Open Dungeon to Applications, and open it (right-click → Open the first time — it's unsigned). It walks you through everything, including choosing Ollama or your own server as the narrator.
Windows: download the release zip (or clone), then double-click
Launch-Windows.bat. It checks Node.js, builds the app, and starts
http://localhost:3000. Ollama and image generation are optional prompts —
see the Windows guide.
From a clone (any OS):
git clone https://github.com/newideas99/open-dungeon && cd open-dungeon
npm install
# optional, only if you want the bundled Ollama provider
ollama pull gemma4:12b-it-qat
npm run devOpen http://localhost:3000 and start writing. Node.js 22+ required; text play needs no other setup.
The composer has three input modes — Do (a player action), Say (dialogue), and Story (write narration yourself) — plus Continue, Retry, and Erase above it. Hover any message and hit Edit to rewrite it in place. Everything saves to the local database as you go.
| Guide | Covers |
|---|---|
| Text backends | Gemma 4 model choices and benchmarks, Connect a server, long-story memory |
| Image generation | FLUX worker setup, ComfyUI backend, AMD GPUs, the story image tool |
| Windows | Launcher details, image smoke tests, diagnostics, tuning |
| Configuration | Environment variables, playing from your phone, local data |
This app is built for private, local fiction. The default narrator prompt
permits consensual adult content between adults; everything is generated and
stored only on your machine. Edit the system prompt in
src/lib/story-prompt.ts if you want different defaults.
Open Dungeon is free and MIT-licensed, and it always will be. If it earns a spot on your machine and you want to help with development, a tip goes a long way:
Starring the repo and sharing it helps too.
MIT
暂无开放 Issues,或尚未同步最近议题。