Skip to content

Releases: Percona-Lab/IBEX-desktop

IBEX Desktop v0.1.3

11 Mar 10:55

Choose a tag to compare

Changes

  • Fix thinking/reasoning blocks displayed as raw XML — now rendered as collapsed "Thinking" toggle
  • Update README with macOS installation prerequisites and first-run setup docs

IBEX Desktop v0.1.2

10 Mar 17:05

Choose a tag to compare

Changes

  • Add source icon assets (ibex.png, percona.png) for icon regeneration
  • Built from latest main with WebSocket fix and chat status indicator

v0.1.1 — Fix frozen UI & add status indicator

09 Mar 17:33

Choose a tag to compare

Fixes

  • Frozen UI resolved — Disabled WebSocket transport for the Open WebUI container. WKWebView couldn't establish WebSocket connections, causing socket.io to loop 400 errors. Now uses HTTP polling.
  • Existing containers auto-recreated on startup if they're missing the new env var.

New

  • Chat status indicator above the message input:
    • Pulsing green dot — Generating response…
    • Blue dot — Response complete (fades after 3s)
    • Red dot — Error generating response

Install

Download IBEX_0.1.0_aarch64.dmg, open it, and drag IBEX to Applications.

IBEX v0.1.0-prototype.2 — Bug Fixes

06 Mar 16:52

Choose a tag to compare

Pre-release

Bug Fixes

Setup wizard loop

  • Fixed infinite redirect loop where completing the setup wizard would reload back to the welcome screen
  • needs_setup (backend config check) is now the primary authority instead of $WEBUI_BASE_URL store value

Tool toggles (3 of 6 showing)

  • Added tool registration polling — waits for Open WebUI to finish async MCP tool discovery before signaling the frontend
  • Reordered startup: MCP servers now start before tool connections are pushed
  • All MCP tools are auto-selected for models without explicit tool configuration

Default model

  • Non-preferred models are no longer persisted to user settings
  • Added DEFAULT_MODELS=qwen3.5:35b env var as fallback
  • Added diagnostic logging throughout model selection

Dark splash screen

  • Dark-first splash colors to avoid white flash on dark-mode systems

Install

  1. Download IBEX_0.1.0_aarch64.dmg
  2. Drag IBEX to Applications
  3. Right-click → Open (bypass Gatekeeper on first launch)
  4. Requires: Docker Desktop, Percona VPN, macOS Apple Silicon

⚠️ Internal prototype — Percona employees only

IBEX v0.1.0 Prototype

06 Mar 14:23

Choose a tag to compare

IBEX v0.1.0 Prototype Pre-release
Pre-release

IBEX v0.1.0 Prototype — Percona Workplace AI Assistant

Self-contained macOS desktop app that orchestrates Open WebUI + MCP connector servers for Percona's internal LLM infrastructure.

Prerequisites

  • Docker Desktop — installed and running
  • Percona VPN — connected (required for LLM backend access)
  • Apple Silicon Mac (M1/M2/M3/M4)

Install

  1. Download IBEX_0.1.0_aarch64.dmg below
  2. Open the DMG and drag IBEX to Applications
  3. Bypass Gatekeeper (unsigned build): Right-click IBEX.app → Open, then click "Open" in the dialog. Or: System Settings → Privacy & Security → scroll down → "Open Anyway"
  4. Complete the setup wizard to configure your connectors

Bundled Connectors (MCP Servers)

  • Slack — search messages, read channels, browse threads
  • Notion — search pages, read content, query databases
  • Jira — search issues with JQL, read details and comments
  • Memory — persistent memory backed by GitHub
  • ServiceNow — query tables, get records
  • Salesforce — SOQL queries, get records, search objects

LLM Backends (Preconfigured)

  • LM Studio: mac-studio-lm.int.percona.com
  • Ollama: mac-studio-ollama.int.percona.com

Known Limitations

  • Apple Silicon (aarch64) only — no Intel Mac support in this prototype
  • Unsigned build — requires manual Gatekeeper bypass on first launch
  • Google Docs memory sync excluded from prototype (saves ~80MB in installer size)