Real humans · usually within 24h on business days

How can we help?

Pick whichever channel fits. Email for billing or sensitive things, GitHub for bug reports, community for everything else.

Quick answers

Windows shows a red 'unknown publisher' warning when I run the installer

It's Microsoft SmartScreen flagging brand-new installers by default. Click "More info" → "Run anyway". Detailed walkthrough on the download page.

Go to /download
How do I update Locaible?

v0.2.9 and later check for updates ~10 seconds after launch. You'll see a toast with "Update now" — the install happens in-process, no SmartScreen, no re-download. For older installs, just install the latest from the download page on top of your existing version.

Get latest version
Ollama is not running / my models aren't loading

Locaible auto-installs Ollama on first launch. If it didn't, install Ollama manually from ollama.com, then restart Locaible. The app re-detects the engine on each launch.

My team can't reach my engine over the LAN

Settings → Ollama URL → if it shows "localhost", click "Detect my LAN IP". The proxy binds on port 11435 with a token-protected channel; Ollama itself stays on localhost.

I want to integrate Locaible with Cursor or n8n

The local OpenAI-compatible API runs on 127.0.0.1:11435. Setup guides for Cursor and Continue.dev are on the /cursor page.

Cursor setup