Skip to main content

SwiftUI starter app

A native iOS and macOS voice agent starter app built with SwiftUI.

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.git
cd 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

GitHub

SwiftUI Voice Agent

A native iOS, macOS, and visionOS voice AI assistant built in SwiftUI.
GitHublivekit-examples/agent-starter-swift