Getting Started¶
Welcome to Grite! This section will help you install grite, create your first issue, and understand the core concepts.
Overview¶
Grite is a repo-local, git-backed issue/task system. Unlike traditional issue trackers that live in external systems, grite stores all data within your git repository using git refs. This means:
- Issues travel with your repository
- Works offline, syncs when connected
- No external services required
- Full history preserved in git
Quick Path¶
- Installation - Install grite on your system
- Quick Start - Create your first issue in 5 minutes
- Core Concepts - Understand events, actors, and the materialized view
Prerequisites¶
Before installing grite, ensure you have:
- Git 2.38+ - Grite uses git refs for storage
- nng library - Required for IPC (inter-process communication)
Installing nng¶
What's Next?¶
Ready to get started? Head to Installation to install grite on your system.
If you're an AI coding agent, check out the Agent Playbook for agent-specific guidance.