HeadlinesBriefing favicon HeadlinesBriefing.com

Terminal‑First Issue Tracker Epiq Leverages Git

Hacker News •
×

Developer‑focused terminal users now have a native issue tracker called Epiq. Built to run inside any Git repository, it replaces browser‑based boards with an ASCII interface that feels like Vim. Users launch it with two npm commands, then navigate boards, create or move tickets, and filter by tags without leaving the command line.

Under the hood, Epiq stores every change as an immutable event log stored in Git worktrees. Each collaborator gets a user‑scoped append‑only branch, so merges remain conflict‑aware while the logs converge in memory. The system supports both manual and automatic synchronization, letting teams edit locally and push updates on demand.

Because it lives entirely in the repo, there is no SaaS overhead or separate server; the optional MCP component even lets AI agents interact with tickets via a predictable API. Developers craving fast, keyboard‑centric workflows can now treat issue tracking as code, keeping context close and audit trails immutable.

Early adopters on Hacker News praised the instant local response and the ability to view a kanban board rendered in plain text. With no account required and a single‑command install, Epiq positions itself as a practical alternative for teams already comfortable with Git, turning project management into a first‑class developer activity.