Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted file manager

Upload, organize, and share files through a clean web interface. Your own internal S3 bucket browser with sharing links and access control. No Dropbox plan needed for team file sharing.

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

Full REST API

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

What Saddlebag replaces

Running a file manager should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Saddlebag is one file. Download it, run it, point your browser at it. That is the entire setup.

An agency managing backups for multiple clients runs one Saddlebag instance per client on isolated VMs. Each instance gets its own data directory. There is no shared database, no multi-tenant risk, no worry about one client's data appearing in another client's export.

Under the hood

Install Saddlebag with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating backups. The SQLite database lives in a single file under the data directory. To migrate to a new server, copy the binary and the data directory. That is the entire migration procedure.

Endpoints

Dropbox Business at $15/user/mo.

Self-hosted file 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 saddlebag
Run
PORT=8990 ./saddlebag
Open
http://localhost:8990

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 1GB storage, 5 files
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited storage, share links, access control, version history
  • 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 SADDLEBAG_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./saddlebag

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