{"id":30257656,"url":"https://github.com/ceedaragents/cyrus","last_synced_at":"2026-03-16T21:01:05.815Z","repository":{"id":291666138,"uuid":"969263461","full_name":"ceedaragents/cyrus","owner":"ceedaragents","description":"Your Claude Code powered Linear agent that runs on any machine","archived":false,"fork":false,"pushed_at":"2026-01-21T19:56:28.000Z","size":10351,"stargazers_count":292,"open_issues_count":92,"forks_count":46,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-21T20:51:49.382Z","etag":null,"topics":["agent","ai","claude","claudecode","engineer","linear"],"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/ceedaragents.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":null,"dco":null,"cla":null}},"created_at":"2025-04-19T18:53:49.000Z","updated_at":"2026-01-21T20:02:54.000Z","dependencies_parsed_at":"2025-07-10T07:30:31.837Z","dependency_job_id":"b41dd8ad-6cb1-46a3-96d1-2a43dc213632","html_url":"https://github.com/ceedaragents/cyrus","commit_stats":null,"previous_names":["ceedario/secret-agents","ceedaragents/cyrus"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/ceedaragents/cyrus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedaragents%2Fcyrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedaragents%2Fcyrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedaragents%2Fcyrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedaragents%2Fcyrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceedaragents","download_url":"https://codeload.github.com/ceedaragents/cyrus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedaragents%2Fcyrus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28707741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T23:51:44.727Z","status":"online","status_checked_at":"2026-01-24T02:00:06.909Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","engineer","linear"],"created_at":"2025-08-15T16:03:09.448Z","updated_at":"2026-03-04T21:04:47.528Z","avatar_url":"https://github.com/ceedaragents.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|Slack) agent. Cyrus monitors (Linear|Github) 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 requires you to bring your own keys/billing for tokens.\n\n---\n\n## Getting Started\n\n### Pro \u0026 Team Plans\n\nConfigure Cyrus through the dashboard at [app.atcyrus.com](https://app.atcyrus.com).\n\n#### For self-hosted deployments\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, configure Git and GitHub CLI. See **[Git \u0026 GitHub Setup](./docs/GIT_GITHUB.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### End-to-End Self-Hosted (Community)\n\nZero cost option. This requires hosting everything yourself, including your own Linear OAuth app.\n\nFollow the complete **[End-to-End Community Guide](./docs/SELF_HOSTING.md)**.\n\n---\n\n## 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- **[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":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceedaragents%2Fcyrus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceedaragents%2Fcyrus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceedaragents%2Fcyrus/lists"}