{"id":49226248,"url":"https://github.com/fiam/octowatch","last_synced_at":"2026-04-24T07:35:11.257Z","repository":{"id":350941369,"uuid":"1200500502","full_name":"fiam/octowatch","owner":"fiam","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-12T21:19:22.000Z","size":3338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-12T23:12:42.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fiam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-03T13:41:45.000Z","updated_at":"2026-04-12T21:19:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fiam/octowatch","commit_stats":null,"previous_names":["fiam/octowatch"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fiam/octowatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Foctowatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Foctowatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Foctowatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Foctowatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiam","download_url":"https://codeload.github.com/fiam/octowatch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Foctowatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32214420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-04-24T07:35:06.076Z","updated_at":"2026-04-24T07:35:11.250Z","avatar_url":"https://github.com/fiam.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/icon-source.png\" alt=\"Octowatch logo\" width=\"128\"\u003e\n\u003c/p\u003e\n\n# Octowatch\n\nOctowatch is a macOS app that watches GitHub and pulls the work\nthat needs your attention into one place.\n\nIt lives in the menu bar, opens into a full triage window when you need\nmore context, and focuses on actionable pull requests, notifications,\nworkflow runs, and security alerts without requiring a GitHub App or\nwebhooks.\n\nWebsite: [octowatch.app](https://octowatch.app)\n\n## Requirements\n\n- macOS 26 or newer\n- Swift 6.2+\n- XcodeGen for local Xcode project generation\n\n## Install\n\nPublished releases are universal (`arm64` + `x86_64`), Developer ID\nsigned, notarized, and support Sparkle in-app updates.\n\n- Direct download: [octowatch.app](https://octowatch.app)\n- GitHub Releases: \u003chttps://github.com/fiam/octowatch/releases\u003e\n- Homebrew:\n\n```bash\nbrew install --cask fiam/tap/octowatch\n```\n\n## Screenshot\n\n![Octowatch main window](docs/images/readme-main-window.png)\n\n## What It Does\n\n- Builds a single inbox from pull requests, issues, workflows, and\n  GitHub notifications\n- Highlights a `Your Turn` section with configurable rules for what\n  needs action now\n- Shows rich pull request detail with checks, review threads, timeline,\n  merge state, and direct actions\n- Tracks workflow failures and approval-gated deployments connected to\n  your pull requests\n- Surfaces GitHub security alerts without collapsing them into generic\n  comment notifications\n- Supports local read state, snoozing, ignoring, undo, and a menu bar\n  quick-view for fast triage\n\n## Authentication\n\nOctowatch prefers GitHub CLI when it is available:\n\n- if `gh` is installed and authenticated, Octowatch reuses\n  `gh auth token`\n- if you do not want to use GitHub CLI, you can enter a personal access\n  token in Settings\n- Settings includes a helper sheet that explains how to create a token\n  and links directly to GitHub token settings\n- manually entered tokens are saved in Keychain for future launches\n\nOn first launch, Octowatch always shows a setup guide so the auth path\nis explicit. The guide first explains how GitHub notifications shape\nrepository coverage, then how the default `Your Turn` and\n`On Your Radar` inbox sections work, and finally how Octowatch will\nauthenticate on this Mac. If GitHub CLI is already ready, the guide\ntells you that Octowatch will use it and still offers a direct path to\nswitch to a personal access token.\n\nBecause Octowatch reads GitHub notifications, the token must work with\nthe Notifications API. In practice, that usually means:\n\n- classic personal access tokens work\n- fine-grained personal access tokens are often not enough for the\n  notifications endpoints Octowatch depends on\n\nRepository coverage follows GitHub notifications:\n\n- subscribe to a repository on GitHub if you want Octowatch to surface\n  more of that repository's activity\n- if a repository is ignored on GitHub, GitHub stops sending those\n  notifications and Octowatch will stay silent about that repository too\n- ignoring an item in Octowatch only hides it in Octowatch; it does not\n  change your notification settings for that repository on GitHub\n\n## Getting Started\n\nTo run Octowatch from source:\n\n```bash\ngit clone \u003crepo-url\u003e\ncd octowatch\nswift build\nswift run\n```\n\nIf you want to work in Xcode:\n\n```bash\nxcodegen generate\nopen Octowatch.xcodeproj\n```\n\nThe generated `.xcodeproj` is local-only and is not committed.\n\n## Website And Releases\n\n- The project website sources live in [`website/`](website/).\n- GitHub Pages deployment is defined in\n  [`.github/workflows/pages.yml`](.github/workflows/pages.yml).\n- CI validation is defined in [`.github/workflows/ci.yml`](.github/workflows/ci.yml).\n- Release automation is defined in\n  [`.github/workflows/release.yml`](.github/workflows/release.yml).\n- Releases are versioned with `release-please`; see\n  [docs/RELEASING.md](docs/RELEASING.md) for the public release flow.\n\n## Product Notes\n\n- Polling only. No GitHub App, webhooks, or background service\n  required.\n- Default refresh interval is 60 seconds.\n- GitHub notification threads are fetched from both read and unread\n  feeds, while the inbox read/unread state remains local to Octowatch.\n- If the app starts while offline, it shows a dedicated recovery state\n  and retries automatically when connectivity returns.\n\n## Roadmap\n\nThe current shipped scope and remaining gaps live in\n[PRD.md](PRD.md).\n\nThe main items still open are:\n\n- richer issue detail\n- mark-section-read / mark-all-read actions\n- deeper keyboard navigation\n- stale PR indicators\n- deep-link support\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Security\n\nSee [SECURITY.md](SECURITY.md).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiam%2Foctowatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiam%2Foctowatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiam%2Foctowatch/lists"}