tk_

ticks

Multiplayer-first issue tracking for AI coding agents

Git-native. Lightning fast. Built for the AI era.

Get Started View on GitHub
โ†“

Features

Everything AI agents need to stay organized

๐Ÿง 

Persistent Memory

Issues survive context compaction, session restarts, and switching between AI tools. Your agent never loses track.

๐Ÿ“

Git-Native

Issues live as JSON files in your repo. No external service required. Branch, merge, and version control your tasks.

โšก

Lightning Fast

Written in Go with zero startup time. Local-first with optional cloud sync. No waiting for API calls.

๐ŸŽฏ

Agent-Optimized

Structured JSON format agents can parse. Priority, status, dependencies, and blocking relationships built in.

๐Ÿ‘๏ธ

Real-time Board

Watch your agent work in a beautiful Kanban view. See tasks move through columns as work progresses.

๐Ÿ”„

Cloud Sync

Optional real-time sync across machines. Share boards with your team. Access from anywhere.

How It Works

Three commands to organized AI development

1

Install

Single binary, no dependencies. Works on Mac, Linux, and Windows. brew install ticks or download from GitHub.

2

Initialize

Run tk init in any repo. Creates a .tick/ directory to store issues as JSON files.

3

Start Working

Run tk run epic --board to start your agent with a real-time board. Add --cloud for sync.

# Install ticks
brew install ticks

# Initialize in your repo
cd my-project
tk init

# Create your first issue
tk new --type feature --title "Add user authentication"

# Start agent with real-time board
tk run epic --board

# Or with cloud sync
tk run epic --cloud

Ready to try ticks?

Free and open source. Set up in under a minute.

Create Account Read the Docs