Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted log aggregator and search

Collect logs from any service via syslog or HTTP, index them, search them instantly. Papertrail without the $7/mo just to keep logs for more than 48 hours.

Install Quarry Free Complete — all 150 tools $29/mo
Why this exists

Privacy-conscious teams often build internal log entries workflows in Notion or Google Sheets because the alternative is a $200/month SaaS contract. Quarry gives you a purpose-built tool at a fraction of the cost, running on infrastructure you already control.

An agency managing log entries for multiple clients runs one Quarry 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

Each logentry record carries fields for message, level, source, trace id, status. The API accepts partial updates, so you can PATCH individual fields without resubmitting the entire record. Listing endpoints support ?q= for keyword search and ?status= for filtering through the lifecycle. Backups are a file copy of the SQLite database in the data directory.

Endpoints

Papertrail at $7/mo.

Self-hosted log aggregator and search. 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 quarry
Run
PORT=9100 ./quarry
Open
http://localhost:9100

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 1GB/mo ingestion
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited ingestion, 90-day retention, alerts, saved searches
  • 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 QUARRY_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./quarry

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