Unified timeline
Trace logs, network calls, navigation, Redux actions, performance, storage, and errors—with saved views, bookmarks, and correlations.
Explore the timeline
Actively developed
MIT licensedmacOS · Windows · LinuxOne debugging workspace
Stop jumping between consoles, inspectors, and scattered logs. PulseRN correlates the signals around a bug so you can understand what happened—and what happened just before it.

Follow interactions, navigation, requests, state, and errors in sequence.
A clearer debugging loop
Trace logs, network calls, navigation, Redux actions, performance, storage, and errors—with saved views, bookmarks, and correlations.
Explore the timeline
Debug Hermes with original TypeScript sources, breakpoints, stepping, scopes, evaluation, React components, and render profiling.
Open debugger docs
Use loopback or pair a physical device securely. Capture stays bounded, configurable, and under your control.
Connect a device
Turn errors, failed requests, state changes, navigation, performance, and transport health into deterministic findings.
Explore diagnostics
Connect Codex, Claude, Cursor, or another MCP client with read-only, debugger, or full local access.
Set up MCP
Retain large histories locally, annotate important events, and move checksummed sessions between computers.
Work with archives
From install to insight
PulseRN discovers the session and starts building the timeline.
Follow the quickstart
// Install the SDK
$ pnpm add @pulse-rn/sdk
import { PulseRN } from '@pulse-rn/sdk';
PulseRN.connect({
appName: 'My React Native App',
enableConsole: true,
});
Expo and bare React Native
Start with the signals you need and expand as you debug. The SDK supports console capture, network inspection, navigation, Redux, performance measurements, storage, errors, connection health, category sampling, and persistent development identity.
Integrate the SDK
Latest desktop release
<!-- Release notes generated using configuration in .github/release.yml at v1.0.3 --> ## What's Changed ### Other changes * User attachment pnpm --filter @pulse-rn/desktop dev @pulse-rn/deskt… by @maahibhama in https://github.com/maahibhama/PulseRN/pull/11 * feat(sdk): publish single-entry React Native SDK by @maahibhama in https://github.com/maahibhama/PulseRN/pull/12 * feat(desktop): add scalable event persistence and virtualized timeline by @maahibhama in https://github.com/maahibhama/PulseRN/pull/13 * Add SDK health diagnostics, backpressure handling, and testing by @maahibhama in https://github.com/maahibhama/PulseRN/pull/14 * Feat/v15/session by @maahibhama in https://github.com/maahibhama/PulseRN/pull/15 * feat(desktop): add secure signed-build update delivery by @maahibhama in https://github.com/maahibhama/PulseRN/pull/16 * feat: complete production-readiness phases 10–17 by @maahibhama in https://github.com/maahibhama/PulseRN/pull/17 * feat: implement PulseRN production-readiness phases 18–23 by @maahibhama in https://github.com/maahibhama/PulseRN/pull/18 * fix(desktop): prevent shutdown races and refresh inspector views by @maahibhama in https://github.com/maahibhama/PulseRN/pull/19 * Add local MCP server and UI for AI clients by @maahibhama in https://github.com/maahibhama/PulseRN/pull/20 * feat(debugger): add MCP diagnostic intelligence by @maahibhama in https://github.com/maahibhama/PulseRN/pull/21 * ci: strengthen validation and optimize Electron E2E by @maahibhama in https://github.com/maahibhama/PulseRN/pull/22 **Full Changelog**: https://github.com/maahibhama/PulseRN/compare/v0.1.2...v1.0.3
Open source, built in public
Read the roadmap, report a rough edge, or contribute a focused improvement.