Download or run PulseRN
PulseRN desktop builds are published through GitHub Releases. Pick the build that matches your computer, then follow the installation guide to get connected.
Run in a browser
Section titled “Run in a browser”With Node.js 22.5 or newer, start the same debugger UI without installing Electron:
npx @maahibhama/pulsernPulseRN opens an authenticated local browser session and runs until you press Ctrl+C. See the
browser setup guide for Homebrew installation, ports, persistence, and
security details.
Download the desktop app
Section titled “Download the desktop app”Latest desktop release
PulseRN 1.0.7
What changed in this desktop release
<!-- Release notes generated using configuration in .github/release.yml at v1.0.7 --> ## What's Changed ### Other changes * Feat/v19/web support by @maahibhama in https://github.com/maahibhama/PulseRN/pull/25 * fix: complete CLI release workflow by @maahibhama in https://github.com/maahibhama/PulseRN/pull/26 * Feat/v20/native logs by @maahibhama in https://github.com/maahibhama/PulseRN/pull/27 * feat: add adoption and onboarding foundation by @maahibhama in https://github.com/maahibhama/PulseRN/pull/31 **Full Changelog**: https://github.com/maahibhama/PulseRN/compare/v1.0.4...v1.0.7
PulseRN preview releases are currently unsigned. macOS Gatekeeper and Windows SmartScreen may show a warning. Signed and notarized packages are planned before the stable release.
Install with Homebrew
Section titled “Install with Homebrew”brew tap maahibhama/pulsern https://github.com/maahibhama/PulseRNbrew install --cask --no-quarantine pulsernVerify a download
Section titled “Verify a download”Download SHA256SUMS.txt alongside the installer, then run the command for your platform:
# macOS or Linuxshasum -a 256 -c SHA256SUMS.txt# Windows PowerShellGet-FileHash .\PulseRN-*-setup.exe -Algorithm SHA256Compare the Windows result with the matching line in SHA256SUMS.txt. If a checksum differs, do
not open the file; delete it and download it again from the official release.
Need help?
Section titled “Need help?”See installation troubleshooting or open an issue with your operating system, PulseRN version, and the exact error.