The first public release of Dragon Heart: a warm, personalized Windows app for ongoing conversations with AI characters who remember you. Everything runs locally 100% on your own PC.
Download & install
- Download
Dragon Heart_1.0.0_x64-setup.exebelow and run it. - Dragon Heart needs a local AI engine to talk to. If you don't already have it set up:
- Install Ollama (free, runs the AI on your PC).
- Download a model — open a terminal and run
ollama pull gemma4:e4bandollama pull gemma4:26b(the main default models), plusollama pull nomic-embed-textfor long-term memory.
Full setup walkthrough is in the README.
Verify your download (optional)
SHA-256 of Dragon Heart_1.0.0_x64-setup.exe:
f7f7e6d44174a79b83065f468c458555da9c3be20780a83ce82abc49b7e02c35
Check it in PowerShell with Get-FileHash -Algorithm SHA256 .\"Dragon Heart_1.0.0_x64-setup.exe".