fusenode_
fusenode.org

Software, shipped. And kept up to date.

Fusenode is a software house — every tool we build lives here: browse it, buy it, download it. Every install checks back in with us, so “there’s an update” is never something your users have to find out the hard way.

Featured products

View all →

How updates work

Every Fusenode product ships with its own check-in address, like fusenode.org/product/lovecraft-ram-guard. Here’s the loop.

01

The app checks in

On launch (or on a timer), the installed product calls its Fusenode endpoint and reports its current version.

02

Fusenode compares versions

We check that version against the latest one published for that product and channel.

03

The user gets prompted

If something newer exists, the app shows "There's an update! Click here to update" with a direct download link.

One endpoint per product

Plain HTTP GET, so any client — a desktop app, a game client, a CLI tool — can call it with nothing but a URL.

REQUEST

GET /api/updates/lovecraft-ram-guard
    ?version=1.2.2.0

Host: fusenode.org

RESPONSE

{
  "product": "lovecraft-ram-guard",
  "currentVersion": "1.2.2.0",
  "latestVersion": "1.2.2.2",
  "updateAvailable": true,
  "downloadUrl": "https://fusenode.org/downloads/…",
  "releaseNotes": "Stability patch…"
}

Try it live on any product page — look for “Simulate a product check-in.”

Ready to look around?

Create an account to buy products and track your purchase history.

Create free account