Try Pulse without the hardware.
The Pulse device is a small box you plug into a LAN port. Inside it runs a monitoring agent — and that exact same agent is available here as a plain command-line program for your Mac, Windows, or Linux machine. Run it in a terminal and open the link it prints: your network's live latency graphs, no account needed.
STEP 1 Download the agent for your computer
Verify your download against SHA256SUMS.txt.
STEP 2 Run it
The agent is a single file — no installer, no configuration, no account needed yet. Open a terminal in your Downloads folder and start it.
# download from the terminal (avoids the "unverified developer" warning), # make it executable, and run it: curl -LO https://sesamiq.com/download/pulse-agent-macos-arm64 chmod +x pulse-agent-macos-arm64 ./pulse-agent-macos-arm64 run
If you downloaded with the browser instead and macOS blocks it, clear the
quarantine flag first: xattr -d com.apple.quarantine pulse-agent-macos-arm64
Invoke-WebRequest https://sesamiq.com/download/pulse-agent-windows-amd64.exe -OutFile pulse-agent.exe .\pulse-agent.exe run
If SmartScreen appears, choose More info → Run anyway. The binaries are unsigned for now; checksums above let you verify what you downloaded.
curl -LO https://sesamiq.com/download/pulse-agent-linux-amd64 chmod +x pulse-agent-linux-amd64 ./pulse-agent-linux-amd64 run
STEP 3 Open the link it prints — that's it
The agent prints its own permanent page the moment it starts:
3:41PM INF agent starting version=0.2.0 serial=PLS-…-4HVM
────────────────────────────────────────────────────────
Watch this agent live:
https://app.sesamiq.com/a/PLS-XXXX-XXXX-XXXX-XXXX
(Add it to a free account from that page to name it
and get alerts.)
────────────────────────────────────────────────────────
- Open the link. Live latency graphs and connection checks appear within a minute — no account, no sign-up, nothing to configure.
- The page updates itself while the agent runs: DNS, connectivity, and latency from wherever your computer sits on the network.
- Want to keep it? Add the agent to a free account right from that page (one email
link — no password, no credit card) to name it and get downtime alerts. (Lost the
link? Run
./pulse-agent-macos-arm64 serialto print it again.)
Good to know
.pulse folder next to where you ran it — delete that folder and the binary
and it's gone. In the dashboard you can release the agent from the Agents page.