How can we help?
Pick whichever channel fits. Email for billing or sensitive things, GitHub for bug reports, community for everything else.
Direct email
For billing, account issues, or anything you'd rather not post publicly.
support@locaible.comGitHub issues
Bug reports with installer logs, feature requests, integration questions.
Open an issueCommunity
Browse shared agents, ask peers, see what others built. Public discussions.
Open communityQuick 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 /downloadHow 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 versionOllama 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