LobeLOBE

Every slow request,
explained.

Lobe is a local HTTP profiler. Route your dev traffic through its proxy and see exactly where each request spends its time — get answers, not guesswork.

brew install kpwithcode/lobe/lobe
macOS · LinuxThen run lobe capture <url>
5phases per request
P50/90/99over time
Triageranked by impact
GET /api/users · phase breakdown
total342ms·ttfb280ms
TTFB blows past a 50ms loopback baseline. Likely slow DB query or missing index.

Features

See where every millisecond went.

Lobe is for finding the slow query before you ship — not monitoring production after. No APM agent, no SaaS onboarding: a proxy on your machine and answers in your terminal.

Phase breakdown

See every millisecond, not just the total

Local proxy captures DNS, TCP, TLS, TTFB, and download for every request. Emit the standard Server-Timing header and the TTFB bar splits into your app's own segments — db, render, cache. No agent, any language.

Percentiles + heatmap

P50, P90, P99 over time

Route-scoped percentiles and a latency heatmap surface bimodal patterns — cache hit vs. miss, fast path vs. slow path.

Grounded baselines

Flags what shouldn't be that slow

Built-in loopback / LAN / remote baselines from Systems Performance. Cold and warm connections judged separately, so pooled requests aren't mistaken for impossibly fast ones.

AI-native

Comes with a Claude Code skill

lobe explain walks your session resource by resource and returns a ranked triage — top hypotheses about where time is going and why. Pair it with the shipped skill for hands-off use in Claude Code or Cursor.

How it works

Three commands from confused to diagnosed.

01

Capture

$ lobe capture http://localhost:3000

Spins up a local proxy on 127.0.0.1:7878 by default (configurable via --listen). Route your app or mobile client through it — every request gets its DNS, TCP, TLS, TTFB, and download phase recorded.

02

Diagnose

$ open http://127.0.0.1:7878  # the proxy (or your --listen port)

Use your app through the proxy and every request streams into the TUI live — phase breakdown and baseline anomalies, nothing leaving your machine. Press e to export the session, or sync it to the dashboard for percentiles, the heatmap, and bimodal detection.

03

Explain (optional AI)

$ lobe explain session.json

Walks your session resource by resource — CPU, DB pool, network, upstream — and returns a ranked markdown report of what's likely slowing you down. Bring your own Anthropic key, or use the bundled Claude Code / Cursor skill.

The mental model

How Lobe thinks.

Every request flows through the same subsystems — each named after a region of the brain that does the equivalent job. You’ll see them in your terminal as things happen.

Thalamus

The observation layer

Local proxy on 127.0.0.1:7878 by default (configurable via --listen). Every request in, every phase timed, nothing lost. No agents to install.

Amygdala

The threshold guard

Grounded baselines fire the moment a request breaks what should be possible. Flagged in real time, not after the fact.

ExnerExner's area

The exporter

Sessions become portable JSON. Reports become portable markdown. Everything you diagnose is something you can share.

PFCPrefrontal cortex

The analyzer

lobe explain walks each anomalous request through a systematic triage. Ranked by impact.

Pro

Hippocampus

The memory

Sessions sync to your dashboard. Route trends chart every route across days and flag the session where it started drifting.

Install

One command, then you’re capturing.

The Lobe CLI is a single Rust binary. Install it via Homebrew on macOS or Linux, or with Cargo on any platform with a Rust toolchain. No runtimes, no daemons, no config file.

  • Prebuilt binaries for macOS (Apple + Intel) and Linux
  • Works fully offline — the CLI captures locally, no account required
  • Optional lobe login syncs sessions to your dashboard on Pro
brew install kpwithcode/lobe/lobe
macOS · LinuxThen run lobe capture <url>

Grounded baselines

Where “slow” actually starts.

Rule-of-thumb budgets for a healthy service on each network class — loopback, LAN, and remote. Anything slower has a findable reason, and Lobe helps you find it.

loopback
TTFB ≤ 50ms
total ≤ 80ms
LAN
TTFB ≤ 100ms
total ≤ 200ms
remote
TTFB ≤ 500ms
total ≤ 1.5s

Pricing

Free forever. Pay when you want persistence.

The full CLI and local web app are free, no account required. Bring your own Anthropic key on Free and Pro — no managed AI cost to you. Pro adds cloud persistence; Team adds the PR bot and CI checks.

Free

Full CLI + web app, no account required.

$0
  • Full CLI (capture, watch, probe)
  • Full local web UI + every analytics panel
  • lobe explain — bring your own Anthropic key
  • Claude Code + Cursor skills
  • Unlimited local sessions
Open the app
Most popular

Pro

Your sessions, kept — synced across devices, compared across days.

$15/mo
  • Everything in Free
  • Cloud session storage — sync across devices
  • Session library — tags, search, star
  • Route trends — per-route p50/p95 + error history, drift flagged
  • Read-only share links — send a session to anyone, no account needed
  • Email / Slack alerts on regression
Upgrade to Pro

Team

One flat price. Up to 15 members.

$79/mo per workspace
  • Everything in Pro
  • GitHub PR bot — perf regression comments on every PR
  • Fail CI when critical scenarios breach their SLAs
  • Import existing SLOs from Datadog or PagerDuty
  • Team-shared session workspace
  • Priority support
See how the PR bot works Upgrade to Team
Coming soon

Enterprise

Teams past 15 — SSO, audit, private region.

Contact us
  • Everything in Team
  • Unlimited workspace members
  • SSO + SCIM
  • Audit log
  • Custom SLA
Talk to us

FAQ

Questions before you install?

HTTPS without a certificate, whether it works with your stack, how it splits TTFB, its own proxy overhead, and what lobe explain sends — answered plainly.

Read the FAQ

Talk to us

Feedback, bugs, or a stubborn regression?

Lobe is early — tell us what’s breaking, what’s missing, and what you’d pay for next. We read every note.

getlobedev@gmail.com