Give your AI agent
eyes on your iOS app
Your AI can write Swift. But it's flying blind. Apus gives coding agents real-time access to logs, network traffic, screenshots, and UI hierarchy — so they inspect, debug, and hot-reload without leaving the editor.
struct ContentView: View {
var body: some View {
NavigationStack {
List(posts) { post in
PostRow(post: post)
}
.navigationTitle("Feed")
}
}
}
Your AI agent is coding blind
Without runtime context, AI agents guess instead of seeing. Apus closes the feedback loop.
Everything your agent needs to see
Real-time Logs
Stream app logs directly to your agent. No more copy-pasting from Xcode console.
Network Traffic
Inspect every API call — requests, responses, headers, and status codes in real time.
Live Screenshot
Capture what the user sees at any moment. Your agent gets the visual context it needs.
UI Hierarchy
Inspect the full SwiftUI view tree. Know exactly which view to modify.
App Storage
Read and write UserDefaults, Keychain, and app documents on the fly.
Memory Inspector
Monitor memory usage and detect leaks before they become real problems.
Hot Reload
Inject Swift code changes instantly. See results in seconds, not minutes.
Diagnostics
Device info, OS version, battery, connectivity — all the context your agent needs.
Up and running in 3 steps
Bootstrap your project
Initializes your iOS project with the Apus SDK and sets up hot-reload support.
Connect your MCP client
Add Apus to your MCP configuration. Works with Claude, Cursor, and any MCP client.
Ask your agent to build
Your agent inspects, edits, and hot-reloads — all autonomously, in a closed loop.
A closed feedback loop for AI coding
Apus turns your AI agent from a one-shot code generator into an iterative developer with real-time feedback.
Give your AI eyes
on your iOS app.
Install the MCP server. Connect your client. Start building.