Version 0.1.1 · free for one month

Install Nerva. Pair. Stream.

A small native app, no account, no card to start. Full Pro free for a month, released May 14, 2026, with the refund window open 30 days after the trial.

  • Recommended

    Windows

    Windows 10 or 11, 64-bit.

    Download for Windows

    Nerva_0.1.1_x64-setup.exe

    Size
    5.9 MB
    Architecture
    x86_64
    Windows will warn about "Unknown publisher". Here's why and what to do.
    1. After the download, double-click the .exe. Windows shows a blue dialog: "Windows protected your PC".
    2. Click the small "More info" link in the dialog. It's not obvious, it sits right under the title.
    3. A new button appears at the bottom: "Run anyway". Click it.
    4. The standard UAC elevation prompt comes next. Approve it and the installer continues normally.

    The warning shows because Nerva isn't code-signed with an Authenticode certificate yet. I'm working on it. Until then, SmartScreen reputation has to be earned one install at a time. The installer itself doesn't change after this step.

  • Apple Silicon

    macOS

    macOS 12 Monterey or newer. Apple Silicon for now.

    Download for macOS

    Nerva_0.1.1_aarch64.dmg

    Size
    8.5 MB
    Architecture
    aarch64 (Apple Silicon)

    On an Intel Mac? An Intel build isn't published yet. Email me and I'll prioritize it.

    macOS will say "Nerva can't be opened". Here's the bypass.
    1. Open the .dmg, drag Nerva to Applications.
    2. In Finder, open the Applications folder. Right-click (or Control-click) Nerva → Open. Don't double-click the first time.
    3. A dialog says "macOS cannot verify the developer". Click Open. This dialog has the Open button; the normal one doesn't.
    4. Done. Nerva is now whitelisted on this machine, and future launches don't ask again.

    The dialog shows because the build isn't notarized with Apple yet. I'm working on the developer account. Once notarized, this whole flow goes away.

  • AppImage / .deb

    Linux

    Any modern x86_64 distro. AppImage runs everywhere; .deb for Debian/Ubuntu.

    Download AppImage

    Nerva_0.1.1_amd64.AppImage

    Size
    100 MB
    Architecture
    x86_64
    AppImage: one chmod, one double-click.
    1. Move the file somewhere durable (e.g. ~/Applications/). It's a single self-contained binary, no install step.
    2. Make it executable: chmod +x Nerva_0.1.1_amd64.AppImage
    3. Double-click in your file manager, or run it from a terminal. The first launch may take a few seconds while the bundled WebKit warms up.

    No SmartScreen-style warning on Linux. Your kernel just wants the executable bit. Debian/Ubuntu users can grab the .deb and use sudo apt install ./Nerva_*.deb for a normal system install with desktop entry.

  • No credit card
  • No account
  • 30-day refund after trial

// Getting streaming

From install to on-stream in four steps.

  • 01

    Install & open

    Download for your OS and launch. No account, no sign-up, you land straight on the monitor.

  • 02

    Pair your sensor

    Turn on your BLE strap or watch. Nerva scans and connects directly over Bluetooth, no phone in the loop.

  • 03

    Add to OBS

    Add a Browser source pointing at the local overlay URL Nerva gives you. It updates the instant your heart does.

  • 04

    Pick your overlay

    Choose a bundled theme or import a .nerva-overlay. Switch live, every connected source reloads itself.

System requirements

Windows 10+ · macOS 12+ (Apple Silicon) · Linux AppImage / .deb
A BLE heart-rate strap or watch · Bluetooth on the machine · under 10 MB RAM

Building an overlay? Read the docs →

// Why the warnings

Honest answer: the MVP isn't signed yet.

Windows expects an Authenticode certificate. macOS expects a notarized build from an Apple Developer account. Both cost money and time I'm getting in motion. The app itself is the same one I'll ship signed, and the install flow above is a one-time click-through per platform. Nothing about Nerva runs as admin once installed; the elevation prompt is the standard installer flow only.

SHA-256 checksums under each Windows download will land with the next release so you can verify the file you got matches the one I published.

// FAQ

Install questions.

Is Nerva free to download?

Yes. The installers on this page are free, and the first month is a full free trial with every feature unlocked, no card required. After 30 days a license is 7.50 €/mo billed yearly or 10 €/mo. The download itself never costs anything.

Is the SmartScreen warning a real virus alert?

No. SmartScreen flags any file from a publisher it hasn't seen before. It's reputation-based, not antivirus. Once enough people install Nerva, the warning disappears for everyone.

When will the app be signed?

Windows Authenticode signing is in progress through Azure Trusted Signing (waiting on Microsoft account validation). macOS notarization follows once the Apple Developer subscription clears. The auto-updater already verifies a separate minisign signature, so updates are tamper-proof even in the unsigned MVP phase.

Does Nerva phone home or upload my heart rate anywhere?

BPM never leaves your machine. Anonymous product telemetry (no identifiers, no rate data) is on by default and toggleable during onboarding. The exhaustive list of events is on the privacy page.

What's in the AppImage, and why is it 100 MB?

AppImage bundles every dependency (WebKit, GTK, libssl, the full runtime), so it works on any modern distro without apt or dnf resolving anything. The .deb is smaller because it links against your system's libraries.

Can I get an older version?

Email [email protected] with the version you need. I keep prior releases archived but don't list them publicly so people default to the latest secure build.