Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted task manager

Create tasks, assign them, track completion, organize by project. The focused Linear alternative for small teams who find Jira absurd but want something more structured than a text file.

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

A devops team integrates Roundup into their CI pipeline. A post-deploy hook creates a task record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches tasks by keyword to find related records without switching tools.

Why self-host your task manager

The moment you store tasks in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Roundup 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

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any task to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/tasks. Responses are JSON. Authentication is handled at the network level — put Roundup behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Linear at $8/user/mo.

Self-hosted task 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 roundup
Run
PORT=8700 ./roundup
Open
http://localhost:8700

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 projects, 2 users
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited projects and users, sprints, time tracking, CSV 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 ROUNDUP_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./roundup

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