Focused Tool · Apache 2.0 · Single Binary · Personal & Lifestyle

Self-hosted home inventory manager

Log every item you own — electronics, furniture, appliances — with purchase date, value, and warranty expiry. Insurance claims, moving, estate planning. Everyone needs this once something goes wrong.

Install Quartermaster Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Quartermaster is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

The case for owning your data

Self-hosting used to mean spending a weekend configuring Docker, Postgres, Redis, and an Nginx reverse proxy. Quartermaster skips all of that. It compiles to a static binary with an embedded database, so there is nothing to install and nothing to maintain.

A freelance consultant keeps Quartermaster running on a home server. Client inventory stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

Setup and daily use

On first launch, Quartermaster initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating an item is a POST with JSON — the only required field is name. The response includes the generated ID and timestamp. Listing supports search, filtering, and returns items in reverse chronological order.

Endpoints

Sortly at $10/mo.

Self-hosted home inventory manager. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool quartermaster
Run
PORT=10230 ./quartermaster
Open
http://localhost:10230

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 50 items
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited items, photo attachments, warranty alerts, insurance export
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export QUARTERMASTER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./quartermaster

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev