TL;DR
Epiq is a new terminal-based issue tracker that runs entirely within Git repositories, offering ASCII Kanban boards, vim-like navigation, and conflict-aware collaboration. It aims to streamline project management for developers who prefer command-line workflows.
Epiq, a new vim-inspired issue tracker that operates entirely within Git repositories, has been announced on Hacker News. It offers ASCII Kanban boards, local-first editing, and conflict-aware synchronization, aiming to provide a developer-centric alternative to traditional project management tools.
The project, called Epiq, is designed for terminal users and integrates directly into existing Git workflows. It renders issue boards as ASCII in the terminal, allowing users to navigate, filter, and manage issues with vim-like commands or arrow keys. Epiq stores work as an immutable event log, ensuring traceability and conflict resolution during collaboration.
Installation is straightforward: users run ‘npm install –global epiq’ and initialize within any Git repository. The tool then provides a visual ASCII Kanban board, with features for creating, moving, filtering, closing, and reopening issues. Synchronization is flexible, allowing manual or automatic updates, all while maintaining local interaction speed.
According to the developer, Epiq leverages Git’s isolated worktrees and branches for distributed collaboration, avoiding the need for central servers or SaaS services. It also supports agent interactions via an MCP server, enabling AI tools to interact with issues predictably. The system is designed to be conflict-aware, with user-scoped append-only logs that prevent merge conflicts and ensure convergence.
Why It Matters
This development matters because it offers a new approach to issue tracking tailored for developers who prefer command-line interfaces and local-first workflows. By integrating directly with Git, Epiq reduces reliance on external SaaS solutions, enhances traceability, and potentially improves collaboration efficiency for distributed teams. Its design could influence future developer tools by emphasizing conflict resolution, immutability, and terminal-based interfaces.
terminal-based issue tracker software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background
Traditional issue trackers often rely on web-based interfaces and centralized servers, which can introduce friction for developers working primarily in terminals. Recent trends have seen some movement toward local-first tools, but few integrate directly with Git in this manner. Epiq builds on concepts from event sourcing and conflict-aware collaboration, aligning with developer preferences for speed, control, and minimal context switching.
“Epiq is designed for terminal dwellers, bringing project management directly into the Git workflow with ASCII boards and conflict-aware collaboration.”
— Epiq developer
“Using Git as the backbone for issue tracking could streamline developer workflows and reduce dependency on external services.”
— Hacker News user

PATboard Kanban Board and Scrum Board – Full Toolset with 137 Scrum Cards for Whiteboard – Agile Kit, Agile Board, Kanban Board Kit – Scrum Tools, Project Management Tools
✅ POWERFUL SCRUM & KANBAN KIT: This professional PATboard full toolset is the ultimate scrum and kanban kit…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
What Remains Unclear
It is not yet clear how well Epiq scales for large projects or how it compares in usability to existing web-based tools. The long-term stability and adoption within teams remain to be seen, as the project is in early stages.
Git integrated issue management
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
What’s Next
Next steps include observing broader adoption, testing in real-world projects, and evaluating integration with other developer tools. Future updates may focus on enhancing usability, adding features, and improving conflict resolution mechanisms.

VIM ToolsHBR5 Ratchet
Package Dimensions: 18.084 H x 2.032 L x 6.019 W (centimetres)
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does Epiq handle conflicts during synchronization?
Epiq uses user-scoped, append-only event logs stored as immutable Git commits, which helps prevent merge conflicts and ensures deterministic convergence during synchronization.
Is Epiq suitable for non-developer teams?
Currently, Epiq is designed primarily for developer workflows and terminal users. Its ASCII boards and vim-like navigation may limit usability for non-technical teams.
Can Epiq replace traditional issue trackers?
While Epiq offers a compelling alternative for terminal-centric developers, its suitability as a full replacement depends on team needs, project size, and workflow preferences. It is best suited for those seeking local-first, Git-integrated tools.
What are the prerequisites for using Epiq?
Users need Node.js and npm installed, and must initialize Epiq within an existing Git repository. No additional accounts or SaaS services are required.