Skip to content
PulseRN application iconPulseRN application icon

PulseRN

The open-source desktop debugger that brings your React Native app’s entire story into one timeline.

Actively developed

MIT licensedmacOS · Windows · Linux

One debugging workspace

See the event. Find the cause.

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.

PulseRN desktop debugger showing events in a unified chronological timeline

Follow interactions, navigation, requests, state, and errors in sequence.

A clearer debugging loop

The context you need, together.

01

Unified timeline

Trace logs, network calls, navigation, Redux actions, performance, storage, and errors—with saved views, bookmarks, and correlations.

Explore the timeline

02

Native JavaScript debugger

Debug Hermes with original TypeScript sources, breakpoints, stepping, scopes, evaluation, React components, and render profiling.

Open debugger docs

03

Built for local development

Use loopback or pair a physical device securely. Capture stays bounded, configurable, and under your control.

Connect a device

04

Evidence-backed diagnostics

Turn errors, failed requests, state changes, navigation, performance, and transport health into deterministic findings.

Explore diagnostics

05

AI-ready debugging

Connect Codex, Claude, Cursor, or another MCP client with read-only, debugger, or full local access.

Set up MCP

06

Portable sessions

Retain large histories locally, annotate important events, and move checksummed sessions between computers.

Work with archives

From install to insight

Connect in minutes.

  1. Install PulseRNChoose the desktop build for your platform.
  2. Add the SDKInstall one package and initialize it in development.
  3. Run your app

    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,
});
PulseRN React Native example app connection screen

Expo and bare React Native

Small integration. Rich visibility.

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.

  • Safe, bounded serialization
  • Configurable redaction
  • Original console behavior preserved
  • Automatic reconnection
  • Typed sampling and dropped-event diagnostics

Integrate the SDK

Latest desktop release

PulseRN 1.0.3

What changed in this 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

Help shape the debugger you want to use.

Read the roadmap, report a rough edge, or contribute a focused improvement.