Skip to content

AI Agent Task Orchestration - Queue and route tasks to OpenClaw, Claude Code, and other AI agents

License

Notifications You must be signed in to change notification settings

GLINCKER/glinr-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLINR Task Manager

npm License: AGPL-3.0 Node.js 22+ Docker

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


Install

Runtime: Node 22+.

npm install -g glinr-task-manager@latest
# or: pnpm add -g glinr-task-manager@latest

glinr setup

The setup wizard configures your AI provider, creates an admin account, and starts you off.

Quick Start

# Start the server
glinr serve

# Open the dashboard
open http://localhost:3000

Docker (alternative)

# 1. Start everything (app + Redis)
docker compose up -d

# 2. Run the setup wizard
docker exec -it glinr-task-manager glinr setup

Want free local AI? Add --profile ai to include Ollama:

docker compose --profile ai up -d

One-line install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/GLINCKER/glinr-task-manager/main/install.sh | bash

For manual installation, see Installation Guide.

Configuration

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:11434

See .env.example for all available options.

Integrations

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

Reporting Bugs

Use GitHub Issues to report problems: Open an Issue

Contributing

Contributions welcome! Please ensure pnpm build && pnpm test passes before submitting PRs.

See CONTRIBUTING.md for guidelines.

License

AGPL-3.0 — © 2024-2026 GLINCKER

About

AI Agent Task Orchestration - Queue and route tasks to OpenClaw, Claude Code, and other AI agents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages