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 →LoveCraft RAM Guard
Keeps LoveCraft from eating your RAM during long sessions.
PixelPress
Drag-and-drop batch image compression, PNG to optimized JPEG.
TaskDrop
A Windows desktop sidebar for tasks that stays out of your way.
How updates work
Every Fusenode product ships with its own check-in address, like fusenode.org/product/lovecraft-ram-guard. Here’s the loop.
The app checks in
On launch (or on a timer), the installed product calls its Fusenode endpoint and reports its current version.
Fusenode compares versions
We check that version against the latest one published for that product and channel.
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.orgRESPONSE
{
"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.