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

Self-hosted personal journal

Write daily entries, tag them, search them, review past entries on this day. No Day One cloud sync, no subscription, no vendor access to your private thoughts.

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

Download the binary and run it. Almanac starts serving immediately with a dashboard at localhost and a REST API for automation. No cloud account, no API keys to provision, no monthly invoice. Your data lives in a SQLite file you can back up, move, or query directly.

The case for owning your data

The moment you store entries in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Almanac puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

Endpoints
Setup and daily use

Point curl at /api/entries to interact with Almanac programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

Day One Premium at $34.99/yr.

Self-hosted personal journal. 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 almanac
Run
PORT=8830 ./almanac
Open
http://localhost:8830

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 100 entries
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited entries, media attachments, export to PDF/Markdown, reminders
  • 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 ALMANAC_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./almanac

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