Windows
PowerShell
powershell -ExecutionPolicy Bypass -File .\install.ps1
The first evening
Heartmorrow runs on your own machine. Download the project, run the installer for your platform, and open the local address it gives you. The self-contained path does not require Node.js or pnpm to be installed first.
Quick start
Use the self-contained installer unless you specifically want to manage the Node environment yourself.
Download the ZIP above and extract it somewhere you can find again. If you use Git, clone the project instead:
git clone https://github.com/HMDSimDev/heartmorrow.git cd heartmorrow
The installer downloads the matching official Node.js build and keeps its tools inside the Heartmorrow folder.
Windows
powershell -ExecutionPolicy Bypass -File .\install.ps1
macOS & Linux
chmod +x install.sh run.sh ./install.sh
Android
chmod +x install.sh run.sh ./install.sh
Use the Linux installer inside Termux, then play in your phone’s browser.
Windows
.\run.bat
macOS, Linux & Android
./run.sh
Open http://localhost:5173 if the page does not open automatically. The installers are safe to run again when you need them.
Open Settings → Model & diagnostics. Choose the adapter for your local server or hosted provider, enter its connection details, select a model, and press Test connection. A green result means you are ready to begin.
Read the model setup guideAlready have the tools?
You need Node.js 20 or newer and pnpm. This path uses the versions already installed on your system.
pnpm install pnpm seed pnpm dev
Platform compatibility. Heartmorrow has been tested on Windows, macOS, Linux, and Android through Termux. It can run on any platform that provides a compatible Node.js environment.