Add Pulse to your iOS app so QA testers can browse network requests and API responses directly on the device during a test session.
Export a Pulse log archive from a tester's device and attach it to a bug report to reproduce a network error you cannot replicate locally.
Use Pulse Pro on macOS to monitor live log output from a connected device in real time while debugging a backend integration.
| kean/pulse | xmartlabs/xlpagertabstrip | dimillian/icecubesapp | |
|---|---|---|---|
| Stars | 7,025 | 7,003 | 6,987 |
| Language | Swift | Swift | Swift |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires iOS 15 or later and must be integrated as a Swift framework inside your existing app, it is not a standalone tool.
Pulse is a logging and network inspection framework for Apple platforms, built with Swift and SwiftUI. It runs on iOS, macOS, tvOS, watchOS, and visionOS. The purpose is to let developers and QA testers see exactly what network requests an app is making, and what log messages it is producing, without needing to connect to a computer or use external proxy software. Rather than being a standalone tool, Pulse is a framework you integrate directly into your app. Once added, it automatically captures activity from iOS's built-in networking system, along with any logs your code produces. It provides ready-made UI screens that you embed in your app, so testers on a device can open a debug menu and browse all captured requests and responses. Logs are stored entirely on the device and never sent anywhere automatically. When a bug is found, the person testing can export the log archive and attach it to a bug report. This is useful for catching network errors, slow requests, or unexpected API responses that are hard to reproduce on a developer's machine. For developers who want to monitor logs remotely in real time, there is a companion macOS app called Pulse Pro. It connects to devices over the network and shows incoming log data as it arrives. The macOS app includes table and text views, filters, and a network inspector designed for working through large volumes of log data. Pulse is not a network proxy, meaning it does not intercept or modify traffic the way tools like Proxyman do. It only observes and records. The framework requires iOS 15 or later for the current major version. It is available under the MIT license.
Pulse is a Swift framework you embed in your iOS or macOS app so testers can inspect network requests and log messages on-device without a computer or proxy tool.
Mainly Swift. The stack also includes Swift, SwiftUI, iOS.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.