Releases: Percona-Lab/IBEX-desktop
Releases · Percona-Lab/IBEX-desktop
IBEX Desktop v0.1.3
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
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
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
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_URLstore 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:35benv 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
- Download
IBEX_0.1.0_aarch64.dmg - Drag IBEX to Applications
- Right-click → Open (bypass Gatekeeper on first launch)
- Requires: Docker Desktop, Percona VPN, macOS Apple Silicon
⚠️ Internal prototype — Percona employees only
IBEX v0.1.0 Prototype
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
- Download
IBEX_0.1.0_aarch64.dmgbelow - Open the DMG and drag IBEX to Applications
- Bypass Gatekeeper (unsigned build): Right-click IBEX.app → Open, then click "Open" in the dialog. Or: System Settings → Privacy & Security → scroll down → "Open Anyway"
- 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)