Open Relay - Open WebUI Client
생산성
₩17,000 · iPad용으로 디자인됨
Your AI. Your server. Your pocket.
Open Relay is a beautiful, 100% native iOS & iPadOS client for Open WebUI. Chat with any model on your server, right from your iPhone or iPad, with a fast, polished experience that feels native.
— STREAMING CHAT WITH RICH MARKDOWN —
Watch responses flow in word by word with full markdown rendering — syntax-highlighted code blocks, tables, math equations, Mermaid diagrams, inline SVG images, and more. Everything renders beautifully in real time.
— VOICE CALLS WITH AI —
Call your AI like you'd call a friend. Open Relay uses Apple's CallKit so it looks and feels like a real phone call — complete with an animated orb that reacts to your voice and the AI's response.
— ADMIN CONSOLE —
Take full control of your WebUI admin settings directly from the app instead of visiting the site. Directly add new integrations, mcp servers, or modify server settings quickly through the app.
— TERMINAL INTEGRATION —
Give your AI access to a real terminal. Enable command execution from chat, then swipe from the right edge to open a file browser with directory navigation, file upload, preview, and a mini terminal.
— SWITCH MODELS ON THE FLY —
Type @ to mention any model and switch mid-conversation. A persistent chip in the composer shows which model is active.
— PROMPT LIBRARY & SKILLS —
Type / to search your prompt library with slash commands, or $ to browse and apply your Open WebUI skills — all without leaving the composer.
— KNOWLEDGE BASES (RAG) —
Type # to search and attach your knowledge collections, folders, and files. Works exactly like the web UI.
— ON-DEVICE VOICE, COMPLETELY PRIVATE —
Built-in neural text-to-speech (Marvis) and speech-to-text run entirely on your device via Apple's MLX framework. Download once, then no data ever leaves your phone. Server-based and Apple system voices also supported.
— TOOLS & WORKSPACE —
Toggle server-side tools on or off per conversation. Tool calls render inline with collapsible details. Manage models, knowledge bases, prompts, skills, and tools directly from the app.
— CHANNELS —
Collaborative chat rooms where multiple users and AI models interact — organized by Direct Messages, Groups, and Channels.
— AUTOMATIONS —
Automations let you schedule prompts to run automatically at recurring times.
— TASK MANAGEMENT —
Task Management gives agentic models a structured way to plan and track multi-step work in a chat.
— CALENDAR —
Schedule, track, and manage events — with AI that can plan for you.
— ORGANIZE EVERYTHING —
Drag and drop chats into folders. Pin important conversations. Search across everything. Configure folders with system prompts, default models, and attached knowledge. Archive and restore in bulk.
— RICH ATTACHMENTS —
Attach files, photos, or paste images into chat. The Share Extension sends content from any app straight into a conversation.
— DEEP THEMING —
Accent color presets or a custom color wheel. Pure black OLED mode with tinted surfaces. Every change previews live.
— MULTI-SERVER/ACCOUNT SUPPORT —
Save multiple Open WebUI connections and switch instantly. Full auth support — username/password, LDAP, SSO, and auth proxies like Authelia and Authentik.
— HOME SCREEN WIDGETS & SHORTCUTS —
Start a chat from a widget or your Action Button. Background notifications alert you when a generation finishes while you're in another app.
— ACCESSIBILITY —
Independently adjust message text size, conversation title size, and UI element scaling
Requires a running Open WebUI server instance.
Your models. Your rules. Beautifully native.
더 보기 WHAT'S NEW
• Added iPad sidebar layout toggle in Settings → Appearance: choose between "Always Show Sidebar" (pinned split-view) or the default slide-out drawer overlay.
BUG FIXES
• Fixed tool calls causing the entire chat response to freeze with no output
• Fixed tool call responses silently delivering no content — events containing only tool call data (no text yet) are no longer dropped.
• Fixed tool call JSON arguments being corrupted
5.2.1 18시간 전
IMPROVEMENTS
• Added option in Privacy & Security settings to exclude downloaded AI models (TTS/ASR) from iCloud backup — models are redownloadable so they don't need to consume iCloud storage. Enabled by default. (Turn Open Relay off/on in the icloud backup setting to apply.)
BUG FIXES
• Fixed workspace model system prompts being ignored mid-conversation — the app now correctly falls back to the model's server-side system prompt when no per-chat or personal default prompt is set, so changes made in the OpenWebUI workspace are picked up immediately.
• Fixed memories not being injected into conversations — the memory enabled/disabled toggle now stays in sync across all new chats opened after the toggle is changed.
5.2 23시간 전
WHAT'S NEW
• Added swipe-to-reply gesture in channels — swipe right on any message to reply.
• Reply previews inside message bubbles now show the sender's avatar, name, and a content preview, and tapping them scrolls to and highlights the original message.
• Reply bar above the keyboard now shows the sender's avatar, a reply arrow icon, and message preview for clear context.
IMPROVEMENTS
• Channels now show a compact single-line reply preview (sender avatar + bold name + italic message) matching the Open WebUI web style.
• Sidebar hamburger button now works in channel views on both iPhone and iPad — tap it to slide open the conversation list from any channel.
• iPad: selecting a channel from the sidebar now correctly closes the drawer and loads the channel.
• iPad sidebar now slides in and out with the same push/scale/blur animation as iPhone — tap the sidebar button or swipe from the left edge to open, swipe left or tap the content to close.
• Channels now show a live "X is typing…" indicator with an animated dot pulse when another user is composing a message.
• New channels and DM conversations started by others now appear in your sidebar instantly without needing to pull-to-refresh.
• Thread reply counts and "# replies" badges on channel messages now update in real time when a new reply is posted.
• Channel member presence state and status emoji/message are now fetched from the server for more accurate online indicators.
• AI model responses in channels now show an animated "Generating…" indicator in the bubble while the model is writing its first tokens, instead of a blank gap.
BUG FIXES
• Fixed DM conversations showing the wrong name — the recipient's sidebar now correctly shows the sender's name instead of their own name.
• Fixed online/offline status dot in DM conversations always showing as offline even when the other user is actively connected — now correctly reflects the server's real-time active status both in the sidebar and inside the DM.
• Fixed iPad sidebar hamburger menu button not appearing when on the new chat screen or inside a chat.
• Fixed chat responses sometimes never arriving after sending a message, with the server showing "Checking..." indefinitely — caused by a timing race where messages could be sent before the connection was fully ready.
• Fixed the app treating local network servers differently from remote ones, which could cause inconsistent connection status.
• Fixed channel lifecycle events (channel updated/deleted) not being handled in the sidebar, which could leave stale channels visible.
• Fixed occasional duplicate messages when sending two identical messages in quick succession in a channel.
5.1 3일 전
WHAT'S NEW
• Added Continue button to the assistant action bar — tap to append new content to an incomplete or truncated response.
• Added Fork Chat button to the assistant action bar — clone any conversation and jump straight to the fork.
• Added Notification Targets — configure push/webhook notification destinations in Profile settings (requires OpenWebUI v0.11.0+).
• Added Sub-agents support — enable and configure sub-agents from Admin Console; background subagent mode works in chat.
• Added Chat Variables — define and save personal variables from your profile that can be referenced in chats (requires OpenWebUI v0.11.0+).
• Added LDAP Group Sync and Allow Groups permission controls in Admin → General → Auth (requires OpenWebUI v0.11.0+).
• Added Files, Notifications, and Sub-agents tool toggles to the model editor.
• Added new Admin Console → Settings tabs: Database (import/export config, export chats), Pipelines (manage pipeline valves), Events (webhooks with per-event filtering), and Authentication (LDAP, OAuth/OIDC, access defaults).
• Added External Knowledge Sources in Admin → Settings → Integrations.
• Added Memory System Context and Channel Model Response Mode toggles to Admin → General → Features.
• Added Context Compaction section to Admin → Interface for summarising long chat histories.
IMPROVEMENTS
• Editing an AI response now saves in-place without triggering a new reply — matching the web UI behavior.
• Admin permissions now correctly gate dictation, voice call, read-aloud, regenerate, edit, and ratings in chat.
• "Attach Notes" in the tools sheet is hidden when the server has Notes disabled.
• Admin → Interface now saves chat config (context compaction) alongside task config in a single Save action.
• All Admin Console text fields are now always-visible multiline boxes — no swipe gesture required.
• Chat composer now expands into a large writing area when you swipe up — swipe down to collapse.
BUG FIXES
• Fixed jittery scroll, layout jumps, and nav bar flickering at the bottom of chats.
• Fixed Admin → General settings save failing with a validation error.
• Fixed cloning a workspace model failing with "session expired" — now opens a pre-filled editor to review before saving.
• Fixed workspace model list showing a sparkles icon instead of the model's avatar.
5.0 5일 전
BUG FIXES
• Fixed saving Admin → Settings → Interface failing with an error due to missing fields in the request.
• Fixed clearing the system prompt in My Defaults not persisting after saving.
4.15.9 7월 27일
BUG FIXES
• Fixed Custom Headers editor missing from the "Add Server" sheet
4.15.8 7월 26일
IMPROVEMENTS
• Smoother animation when switching between message versions
BUG FIXES
• Fixed connection stalling and "Server Unreachable" overlay appearing immediately after login when using a local/LAN-only server.
• Fixed deleted message versions reappearing after regenerating a response in the same session.
• Fixed tool-generated attachments not being saved to the server, causing them to disappear when switching versions in the app.
• Fixed editing a message with attachments — the edit bar now shows existing attachments as chips with a × button to remove them before resending.
4.15.7 7월 24일
BUG FIXES
• Fixed connection stalling immediately after login in some cases.
• Fixed Settings → Server connection check getting permanently stuck on "Checking" with a gray dot instead of resolving to green or red.
• Fixed default system prompt and inference parameters going stale — the app now re-fetches your settings from the server when returning from background and when starting a new chat, so changes made on the web UI or another device are picked up immediately.
4.15.6 7월 23일
IMPROVEMENTS
• Improved drawer opening/closing and general smoothness
• Minor performance updates
BUG FIXES
• Fixed profile save failing with a date validation error
4.15.5 7월 21일
### Bug Fixes
• Fixed false positive proxy detection bug.
• Fixed adding a server with the same URL as an existing one wiping all saved accounts on that server.
• Fixed signed-out account appearing greyed out in the account picker, preventing re-login without switching accounts first.
4.15.4 7월 16일
### Bug Fixes
• Improved proxy auth login reliability
4.15.3 7월 15일
### Bug Fixes
• Fixed Rich UI embed webviews (weather cards, dashboards, music players, etc.) not appearing after 0.10+ update
4.15.2 7월 14일
### What's New
### Improvements
### Bug Fixes
• Improved streaming resilience for slow models — responses from large reasoning models, long MCP tool chains, and local models should no longer time out prematurely.
4.15.1 7월 10일
### What's New
• Added message rating system — if server has message rating enabled, the user can provide feedback mirroring webui behavior.
• Added Evaluations panel in Admin Console — admins can browse the feedback history. Leaderboard coming soon.
4.15 7월 9일
### What's New
• Added URL scheme support — open a new chat from Raycast, Shortcuts, Obsidian, or any app using openui://new-chat?prompt=Hello&model=gpt-4o&send=true.
• Added "Ask Open Relay" Shortcuts action — create a new chat with a prompt, optional model, and auto-send directly from Apple Shortcuts. This is a start and will be expanded upon for more usability.
• Added model-switch progress banner for SGLang and OpenAI-compatible backends — when a status URL is configured per-server, a banner shows "Loading qwen3-35b ~42s left" while the model loads.
### Improvements
• Enhanced image and file attachment previews: images now display inlined in chat above the text bubble
### Bug Fixes
• Fixed occasional app freezing on launch when a large chat was previously open.
• Fixed update notification not appearing instantly after a new version is released on the App Store.
• Fixed "Check for Updates" and "Check for Server Updates" buttons showing "Up to date" (green) after dismissing an update dialogue, even when an update is available.
4.14 7월 8일
### What's New
### Improvements
• Replaced the bouncing typing dots with a clean blinking cursor while waiting for the AI response to start.
### Bug Fixes
• Fixed model response getting stuck inside the tool call dropdown during streaming
• Fixed server-generated files showing as non-tappable links
4.13.1 7월 7일
### What's New
• Added Shared Folders — share any folder of chats with specific people or groups, set read or write access, and browse folders others have shared with you directly from the sidebar. Chats in read-only shared folders open in view-only mode with a lock banner instead of the input field.
• Added "Revoke All" button in Shared Chats — revoke every shared link at once with a single tap and confirmation.
• Added "Clone" option in Automations — duplicate any automation as a starting point from its context menu.
### Improvements
• Further scrolling/animation smoothness.
### Fixed
- Math expressions will render as expected
4.13 7월 7일
### What's New
• Fixed compatibility with Open WebUI v0.10+ — messages, tool call cards, streaming, and chat history all work correctly after the server switched to a structured output array format for storing assistant responses.
### Bug Fixes
• Fixed attached files (PDFs, documents) being forgotten after the first reply — the request now retains access to uploaded files in the chat throughout the entire conversation, including on regenerate and edit.
4.12 6월 29일
### Bug Fixes
• Fixed app interrupting Bluetooth audio (e.g. music in the car) when opening the app — the audio session no longer activates at launch, so background music continues uninterrupted.
• Fixed the first message in a voice call not being spoken aloud — the TTS pipeline now waits reliably for streaming to begin before reading the response.
• Fixed message queue not showing the send button when typing while a response is streaming — the send button now appears so you can queue messages mid-stream.
• Fixed queued messages not auto-sending after the current response finishes streaming.
4.11.3 6월 29일
### Improvements
• Many underlying markdown library improvements.
• Smoother animations across various interactions.
### Bug Fixes
• Fixed Workspace Skills list only showing 30 skills — now loads all skills across all pages.
• Fixed reopening a previous chat not scrolling to the bottom — the chat now always opens at the latest message.
• Fixed cross-device streaming now showing the same typewriter effect as self-initiated streams instead of tokens popping in abruptly.
• Fixed navigating away and back to a chat mid-stream showing a garbled or duplicated display instead of the live response.
• Fixed openui://chat/ deep links not navigating to the specified conversation when the app is already open.
4.11.2 6월 26일
### What's New
### Improvements
• Smoother app start
• Some QOL visual improvements
### Bug Fixes
• Fixed app getting permanently stuck on the loading screen while offline.
• Fixed math formatting
• Fixed LaTeX commands silently failing to render.
4.11.1 6월 23일
### What's New
• Added Attach Files, Attach Notes, Attach Knowledge, and Skills sections to the + menu in chat — quickly attach server-uploaded files, notes, or knowledge bases, and toggle skills directly from the compose menu.
### Improvements
• Reasoning effort parameter now includes "xhigh" as a preset option and a "Custom" free-text mode for any value a provider supports.
• Many qol updates.
### Bug Fixes
• Fixed a frosty/translucent bar appearing at the top of the chat screen when scrolling — the navigation bar background now stays fully transparent at all scroll positions.
4.11 6월 17일
### Improvements
• Minor visual improvements
4.10.1 6월 16일
### What's New
• Added "Using Entire Document" toggle in the file attachment preview — tap a file pill to choose between Focused Retrieval (default) or sending the full document content inline.
### Bug Fixes
• Fixed "Save to Photos" silently doing nothing — the app now requests Photos permission on first save and opens Settings if access was previously denied.
4.10 6월 9일
### What's New
• Added My Defaults settings to customize account level system prompt and advanced parameters.
### Improvements
• Improved the animation on app launch
### Bug Fixes
4.9.3 6월 7일
WHAT'S NEW
• Added iPad sidebar layout toggle in Settings → Appearance: choose between "Always Show Sidebar" (pinned split-view) or the default slide-out drawer overlay.
BUG FIXES
• Fixed tool calls causing the entire chat response to freeze with no output
• Fixed tool call responses silently delivering no content — events containing only tool call data (no text yet) are no longer dropped.
• Fixed tool call JSON arguments being corrupted
더 보기 버전 5.2.1 18시간 전
데이터가 수집되지 않음 개발자가 이 앱에서 데이터를 수집하지 않습니다.