GLINR is an AI-native task orchestration platform. Manage projects, tickets, and workflows through natural language conversations. It connects with your existing tools — GitHub, Jira, Linear, Slack, Discord, and more — while AI handles the execution.
📖 Documentation · 🐛 Report Bug · 💬 Discord
Runtime: Node 22+.
npm install -g glinr-task-manager@latest
# or: pnpm add -g glinr-task-manager@latest
glinr setupThe setup wizard configures your AI provider, creates an admin account, and starts you off.
# Start the server
glinr serve
# Open the dashboard
open http://localhost:3000# 1. Start everything (app + Redis)
docker compose up -d
# 2. Run the setup wizard
docker exec -it glinr-task-manager glinr setupWant free local AI? Add --profile ai to include Ollama:
docker compose --profile ai up -dcurl -fsSL https://raw.githubusercontent.com/GLINCKER/glinr-task-manager/main/install.sh | bashFor manual installation, see Installation Guide.
The setup wizard (glinr setup) configures everything interactively. You can also set environment variables in .env:
# Claude (recommended)
ANTHROPIC_API_KEY=sk-ant-xxx
# Or OpenAI
OPENAI_API_KEY=sk-xxx
# Or use free local models via Ollama (included with --profile ai)
OLLAMA_BASE_URL=http://localhost:11434See .env.example for all available options.
GLINR connects with popular tools out of the box:
- Issue Tracking: GitHub, Jira, Linear
- Messaging: Slack, Discord, Telegram, WhatsApp
- AI Providers: Anthropic, OpenAI, Google, Groq, Ollama
Configuration guides: Messaging Channels
Use GitHub Issues to report problems: Open an Issue
Contributions welcome! Please ensure pnpm build && pnpm test passes before submitting PRs.
See CONTRIBUTING.md for guidelines.
AGPL-3.0 — © 2024-2026 GLINCKER