When loading a new Heed instance, I got the following error when it started processing audio:
GET http://localhost:5170/api/models
{"error":"Unable to connect. Is the computer able to access the url?"}
Logs:
npx create-heed
heed — local-first meeting transcription
every voice, even when they speak at once.
Local. Open. Yours.
> Detected: macOS (Apple M4 Pro)
[1/7] Bun runtime
✓ Bun 1.3.5 already installed
[2/7] Python 3.10+
✓ Python 3.14.2 found
[3/7] AI models (faster-whisper + pyannote)
✓ faster-whisper already installed
[4/7] ffmpeg (audio capture)
✓ ffmpeg already installed
[5/7] Ollama (local AI engine)
✓ Ollama ollama version is 0.31.1 already installed
[6/7] Download heed
✓ heed already exists at /Users/ignaciorueda/Documents/Jibaru/gamemaker/heed
> Pulling latest changes...
> Running: cd "/Users/ignaciorueda/Documents/Jibaru/gamemaker/heed" && git pull
Already up to date.
✓ Updated
> Installing JavaScript dependencies...
> Running: cd "/Users/ignaciorueda/Documents/Jibaru/gamemaker/heed" && bun install
bun install v1.3.5 (1e86cebd)
Checked 401 installs across 448 packages (no changes) [11.00ms]
✓ Dependencies installed
[7/7] Launch heed
All set!
? Open as floating desktop panel? (recommended) (Y/n) Y
Starting services + floating panel...
> Starting services...
[heed] Opening http://localhost:5170
Opening in existing browser session.
When loading a new Heed instance, I got the following error when it started processing audio:
Logs: