The AI-native
issue tracker
A git-backed backlog that lives next to your code.
Fast graph analytics. Automatic triage.
Built for agents. Syncs with Linear & GitHub.
Built for AI Agents
Everything you need to give your AI agents a clear road ahead —
no traffic jams, no detours, no speed bumps.
Blazing Fast
Single Rust executable with no runtime dependencies. Compiles to native code and runs anywhere.
Git-Native
Tickets are Markdown files with YAML frontmatter. No databases, no sync daemons, no merge conflicts.
TF-IDF Search
Find issues by content similarity without needing an embeddings model. Fast, local, and works offline.
Graph Analytics
PageRank prioritization, betweenness centrality, and critical path analysis help you understand your backlog.
Integrations
Bi-directional sync with Linear and GitHub Issues. PMs create tickets in Linear, agents pick them up automatically.
AI-Optimized
Token-efficient CLI designed for AI context windows. Minimal output, structured data, no bloat.
Dependency Intelligence
Visualize your issue graph. PageRank tells you what matters most. Critical path analysis shows what's blocking progress. Betweenness centrality identifies key bottlenecks.
PageRank Priority
Issues that unblock the most work bubble to the top.
Critical Path
Find the longest chain of dependencies to understand timeline.
Betweenness Centrality
Identify bottleneck issues that many paths flow through.
Install in seconds
Choose your preferred package manager and get started.
curl -fsSL https://ticket-rs.vercel.app/install.sh | bash ✓ Quick start after installation
See it in action
A clean, token-efficient CLI designed for both humans and AI agents.
Try it live Interactive--- status: open type: feature priority: 1 deps: [tk-b3m1, tk-c4k8] labels: [auth, security] --- # Add authentication Implement OAuth2 flow for user login. ## Acceptance Criteria - Google SSO working - Session management - Logout functionality