{"id":47681147,"url":"https://github.com/openduo/duoduo-manager","last_synced_at":"2026-04-20T10:05:55.481Z","repository":{"id":345000773,"uuid":"1183991857","full_name":"openduo/duoduo-manager","owner":"openduo","description":"macOS menu bar app for managing Duoduo daemon, channels, and Claude Code sessions","archived":false,"fork":false,"pushed_at":"2026-04-16T01:01:32.000Z","size":4054,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T03:03:40.590Z","etag":null,"topics":["claude-code","daemon-manager","feishu","macos","menu-bar","swift","swiftui"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openduo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-03-17T06:24:52.000Z","updated_at":"2026-04-16T01:01:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"581e4798-f391-400c-8eb5-db6c8731f62b","html_url":"https://github.com/openduo/duoduo-manager","commit_stats":null,"previous_names":["openduo/duoduo-manager"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/openduo/duoduo-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openduo%2Fduoduo-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openduo%2Fduoduo-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openduo%2Fduoduo-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openduo%2Fduoduo-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openduo","download_url":"https://codeload.github.com/openduo/duoduo-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openduo%2Fduoduo-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["claude-code","daemon-manager","feishu","macos","menu-bar","swift","swiftui"],"created_at":"2026-04-02T13:59:59.849Z","updated_at":"2026-04-20T10:05:55.404Z","avatar_url":"https://github.com/openduo.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DuoduoManager\n\nA macOS menu bar application for managing the [duoduo](https://github.com/openduo/duoduo) daemon and its channels (e.g., Feishu/Lark). Built with SwiftUI for macOS 14+.\n\n## Features\n\n- **Menu bar interface** — Unobtrusive status item with a popover for quick access to daemon controls, channel status, and version updates\n- **Flexible runtime options** — Choose bundled Node.js builds or a universal-lite build that uses system Node.js\n- **Daemon management** — Start, stop, restart, and configure the duoduo daemon directly from the popover\n- **Channel management** — Install, configure, and control messaging channels (currently Feishu)\n- **Smart upgrades** — Version-aware: only updates and restarts components with newer versions\n- **ATC Dashboard** — Real-time event stream, session monitoring, and job management in a native panel (Catppuccin Mocha theme)\n- **CC Reader** — Embedded [cc-reader](https://github.com/kuaner/cc-reader) for browsing Claude Code session history, with timeline rendering, syntax highlighting, and multi-pane layout\n- **Shared app state** — Status popover and ATC Dashboard read from the same root store, so runtime state, dashboard data, and update signals stay in sync\n\n## Screenshots\n\n### Menu Bar Popover\n\nQuick access to daemon status, channel controls, and one-click actions. The footer provides shortcuts to open ATC Dashboard, CC Reader, or quit the app.\n\n![DuoduoManager screenshot](assets/screenshot.png)\n\n### ATC Dashboard\n\nReal-time event stream, active sessions, and job queue. Built with a Catppuccin Mocha dark theme for comfortable monitoring.\n\n![ATC Dashboard](assets/dashboard.avif)\n\n### CC Reader\n\nBrowse and search Claude Code conversation history with markdown rendering, syntax highlighting, and session management. Toolbar items (working directory, resume, refresh) are integrated into the title bar.\n\n![CC Reader](assets/reader.avif)\n\n## Installation\n\n### Download\n\nDownload the DMG for your architecture from [Releases](https://github.com/openduo/duoduo-manager/releases):\n\n- `DuoduoManager-*-arm64-with-nodejs.dmg` — Apple Silicon (bundled Node.js, no extra setup)\n- `DuoduoManager-*-x86_64-with-nodejs.dmg` — Intel (bundled Node.js, no extra setup)\n- `DuoduoManager-*-universal-lite.dmg` — Universal binary, uses system Node.js (Node.js 22+ required)\n\n### From source\n\n```bash\ngit clone https://github.com/openduo/duoduo-manager.git\ncd duoduo-manager\nmake run        # Build and launch for development\nmake app        # Build arm64 + x86_64 .app bundles\n```\n\n### Prerequisites\n\n- macOS 14 (Sonoma) or later\n- Xcode Command Line Tools (`xcode-select --install`)\n\nFor `*-with-nodejs` builds, no extra runtime setup is required.\nFor `*-universal-lite` builds, install Node.js 22+ on your system.\n\n## Development\n\n### Build\n\n```bash\nmake build      # Debug build\nmake run        # Build and run\nmake run-release # Build release and run\nmake clean      # Clean build artifacts\n```\n\n### Release Artifacts\n\n```bash\nmake app        # Build 3 .app bundles: arm64/x86_64 with-nodejs + universal-lite\nmake dmg        # Create 3 DMGs with unified naming\nmake release    # Full release: build + sign + notarize + DMG\n```\n\n### Version management\n\n```bash\nmake version                    # Show current version\nmake update-version NEW_VERSION=x.y.z\n```\n\n`make update-version` updates the app version, creates a version bump commit, tags `vX.Y.Z`, and pushes `main` plus tags. GitHub Actions is expected to build and publish release artifacts from that push.\n\n## Architecture\n\nSee [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for the current application architecture, store layout, host layer, and runtime/update polling model.\n\n## Localization\n\nSee [docs/I18N.md](docs/I18N.md) for how to add or modify translations.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenduo%2Fduoduo-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenduo%2Fduoduo-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenduo%2Fduoduo-manager/lists"}