{"id":49176979,"url":"https://github.com/cyrusagents/cyrus","last_synced_at":"2026-04-22T23:01:12.371Z","repository":{"id":291666138,"uuid":"969263461","full_name":"cyrusagents/cyrus","owner":"cyrusagents","description":"The Claude Code background agent for Linear, Slack, Github, GitLab etc. you deploy anywhere. Supports Codex, Cursor and Gemini too.","archived":false,"fork":false,"pushed_at":"2026-04-22T19:15:25.000Z","size":14271,"stargazers_count":545,"open_issues_count":78,"forks_count":107,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-22T19:29:14.883Z","etag":null,"topics":["agent","ai","claude","claudecode","codex","cursor","engineer","gemini","github","linear","slack"],"latest_commit_sha":null,"homepage":"https://atcyrus.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyrusagents.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.internal.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-04-19T18:53:49.000Z","updated_at":"2026-04-22T18:49:39.000Z","dependencies_parsed_at":"2025-07-10T07:30:31.837Z","dependency_job_id":"b41dd8ad-6cb1-46a3-96d1-2a43dc213632","html_url":"https://github.com/cyrusagents/cyrus","commit_stats":null,"previous_names":["ceedario/secret-agents","ceedaragents/cyrus","cyrusagents/cyrus"],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/cyrusagents/cyrus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrusagents%2Fcyrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrusagents%2Fcyrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrusagents%2Fcyrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrusagents%2Fcyrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyrusagents","download_url":"https://codeload.github.com/cyrusagents/cyrus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrusagents%2Fcyrus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32158346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["agent","ai","claude","claudecode","codex","cursor","engineer","gemini","github","linear","slack"],"created_at":"2026-04-22T23:01:09.521Z","updated_at":"2026-04-22T23:01:12.363Z","avatar_url":"https://github.com/cyrusagents.png","language":"TypeScript","readme":"# Cyrus\n\n\u003cdiv\u003e\n  \u003ca href=\"https://github.com/ceedaragents/cyrus/actions\"\u003e\n    \u003cimg src=\"https://github.com/ceedaragents/cyrus/actions/workflows/ci.yml/badge.svg\" alt=\"CI\"\u003e\n  \u003c/a\u003e\n\n\u003c/div\u003e\n\n[![Discord](https://img.shields.io/discord/1443747721910685792?label=Discord\u0026logo=discord\u0026logoColor=white)](https://discord.gg/prrtADHYTt)\n\nYour (Claude Code|Codex|Cursor|Gemini) powered (Linear|GitHub|GitLab|Slack) agent. Cyrus monitors (Linear|GitHub|GitLab|Slack) issues assigned to it, creates isolated Git worktrees for each issue, runs (Claude Code|Codex|Cursor|Gemini) sessions to process them, and streams detailed agent activity updates back to (Linear|GitHub), along with rich interactions like dropdown selects and approvals.\n\n**Note:** Cyrus is a BYOK platform (bring your keys / subscriptions) for tokens.\n\n---\n\n## Getting Started\n\n### End-to-End Self-Hosted (Community)\n\nZero cost option — host everything yourself with your own Linear OAuth app, GitHub App, and Slack App. An AI-guided setup skill handles the entire onboarding: installing dependencies, configuring auth, creating integration apps, and connecting repositories — so you don't have to follow a manual guide.\n\n```bash\nnpx skills add ceedaragents/cyrus -g\n```\n\nThen in any AI coding agent (Claude Code, Codex, Cursor, etc.):\n\n```\n/cyrus-setup\n```\n\nOr follow the **[manual setup guide](./docs/SELF_HOSTING.md)** if you prefer.\n\n---\n\n### Pro \u0026 Team Plans\n\nConfigure Cyrus through the dashboard at [app.atcyrus.com](https://app.atcyrus.com).\n\n#### For paid self-hosted deployments\n\nIt is called 'self-hosted' because it uses a machine you control as the agent runtime. Networking layer and integrations are provided by the Cyrus cloud provider.\n\n```bash\n# Install Cyrus\nnpm install -g cyrus-ai\n\n# Authenticate with your token (provided during onboarding)\ncyrus auth \u003cyour-token\u003e\n```\n\nFor Cyrus to create pull requests or merge requests, configure Git and your hosting CLI. See **[Git \u0026 GitHub Setup](./docs/GIT_GITHUB.md)** or **[Git \u0026 GitLab Setup](./docs/GIT_GITLAB.md)**.\n\nKeep Cyrus running as a persistent process:\n\n- **tmux**: `tmux new -s cyrus` then run `cyrus` (Ctrl+B, D to detach)\n- **pm2**: `pm2 start cyrus --name cyrus`\n- **systemd**: See [Running as a Service](./docs/SELF_HOSTING.md#running-as-a-service)\n\n#### For cloud-hosted deployments\n\nNo installation required. Everything is managed through [app.atcyrus.com](https://app.atcyrus.com).\n\n---\n\n## More Documentation\n\n- **[End-to-End Community Guide](./docs/SELF_HOSTING.md)** - Complete community manual setup\n- **[Git \u0026 GitHub Setup](./docs/GIT_GITHUB.md)** - Git and GitHub CLI configuration for PRs\n- **[Git \u0026 GitLab Setup](./docs/GIT_GITLAB.md)** - Git and GitLab CLI configuration for MRs\n- **[Configuration Reference](./docs/CONFIG_FILE.md)** - Detailed config.json options\n- **[Cloudflare Tunnel Setup](./docs/CLOUDFLARE_TUNNEL.md)** - Expose your local instance\n- **[Setup Scripts](./docs/SETUP_SCRIPTS.md)** - Repository and global initialization scripts\n\n---\n\n## License\n\nThis project is licensed under the Apache 2.0 license - see the [LICENSE](LICENSE) file for details.\n\n## Credits\n\nThis project builds on the technologies built by the awesome teams at Linear, and Claude by Anthropic:\n\n- [Linear API](https://linear.app/developers)\n- [Anthropic Claude Code](https://www.claude.com/product/claude-code)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrusagents%2Fcyrus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyrusagents%2Fcyrus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrusagents%2Fcyrus/lists"}