{"id":47602624,"url":"https://github.com/rutvij26/zilean","last_synced_at":"2026-04-01T18:56:53.115Z","repository":{"id":345573435,"uuid":"1185524268","full_name":"rutvij26/zilean","owner":"rutvij26","description":"An AI agent that watches your League of Legends game in real time and delivers contextual tips to your screen while you play","archived":false,"fork":false,"pushed_at":"2026-03-20T03:19:22.000Z","size":268,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-20T09:18:26.080Z","etag":null,"topics":["agentic-ai","claude","electron","league-of-legends","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rutvij26.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-18T17:12:10.000Z","updated_at":"2026-03-20T03:19:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rutvij26/zilean","commit_stats":null,"previous_names":["rutvij26/zilean"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rutvij26/zilean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutvij26%2Fzilean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutvij26%2Fzilean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutvij26%2Fzilean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutvij26%2Fzilean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rutvij26","download_url":"https://codeload.github.com/rutvij26/zilean/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutvij26%2Fzilean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","claude","electron","league-of-legends","typescript"],"created_at":"2026-04-01T18:56:52.844Z","updated_at":"2026-04-01T18:56:53.098Z","avatar_url":"https://github.com/rutvij26.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zilean - LoL AI Agent\n\nAn AI agent that watches your League of Legends game in real time and delivers contextual tips to your screen while you play — no manual prompting, no tab-switching.\n\n![CI](https://github.com/rutvij26/zilean/actions/workflows/ci.yml/badge.svg)\n![Release](https://img.shields.io/github/v/release/rutvij26/zilean)\n\n## Features\n\n- Delivers real-time tips directly to your screen as the game unfolds\n- Transparent overlay — stays on top of the game, never breaks your focus\n- Watches your gold, items, kills, objectives, and game phase automatically\n- Calls Claude only when something meaningful changes (not every tick)\n- Alt+C to show or hide the overlay instantly\n- Auto-updates via electron-updater on launch or from tray\n\n## Requirements\n\n- Windows 10/11 (x64)\n- An Anthropic API key — the app will not function without one\n  - Get one at console.anthropic.com\n  - Cost: approximately $0.05-0.15 per 30-minute game (claude-sonnet-4-6 at roughly 10 API calls per game)\n  - See anthropic.com/pricing for current rates\n\n## Installation\n\nDownload the latest release from the [Releases page](https://github.com/rutvij26/zilean/releases):\n\n- `Zilean Setup x.y.z.exe` — NSIS installer (recommended)\n- `Zilean x.y.z.exe` — portable, no install needed\n\nWindows SmartScreen may show a warning on first run. Click \"More info\" then \"Run anyway\" — this is expected for unsigned open-beta software.\n\n## Usage\n\n1. Install and launch Zilean\n2. Open Settings with `Alt+,` and paste your Anthropic API key\n3. Start a League of Legends game — coaching begins automatically\n\n## Keyboard Shortcuts\n\n| Shortcut | Action |\n|----------|--------|\n| `Alt+C` | Toggle overlay |\n| `Alt+,` | Open Settings |\n\n## Development\n\n**Prerequisites:** Node.js 20+, League of Legends (or mock data)\n\n```bash\ngit clone https://github.com/rutvij26/zilean.git\ncd zilean\nnpm install\nnpm run dev\n```\n\nFor V2 postgres/pgvector features:\n```bash\ndocker compose up -d\nnpm run dev\n```\n\n```bash\nnpm test            # Run all tests\nnpm run typecheck   # TypeScript check\nnpm run build:win   # Produce dist/ with NSIS installer + portable exe\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for setup, branch naming, commit format, and PR checklist.\n\n## License\n\n[PolyForm Noncommercial 1.0.0](LICENSE) - free for personal and educational use, not for commercial use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frutvij26%2Fzilean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frutvij26%2Fzilean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frutvij26%2Fzilean/lists"}