Overview
The SwiftUI voice agent starter app is a native Apple platform frontend for voice AI agents, built with SwiftUI and LiveKit Swift components. It supports iOS, macOS, visionOS, and tvOS.
Features
- Native SwiftUI interface with audio visualizer.
- Session management with connect and disconnect controls.
- Sandbox token server support for quick development.
Get started
Clone the repository:
git clone https://github.com/livekit-examples/agent-starter-swift.gitcd agent-starter-swift
Open the project in Xcode:
open agent-starter-swift.xcodeproj
Update the configuration with your LiveKit credentials, then build and run the app on your target device or simulator.
Source code
SwiftUI Voice Agent
A native iOS, macOS, and visionOS voice AI assistant built in SwiftUI.
livekit-examples/agent-starter-swift