{"id":47725312,"url":"https://github.com/stealthylabshq/claude-rpc","last_synced_at":"2026-04-26T17:02:26.778Z","repository":{"id":345372500,"uuid":"1185631822","full_name":"StealthyLabsHQ/claude-rpc","owner":"StealthyLabsHQ","description":"A Discord Rich Presence client that displays your Claude Code activity (current file, project, session state) directly in your Discord profile.","archived":false,"fork":false,"pushed_at":"2026-04-18T15:30:08.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T17:38:09.357Z","etag":null,"topics":["anthropic","claude","claude-code","discord-rich-presence","nodejs","rich-presence"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/StealthyLabsHQ.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-18T19:36:33.000Z","updated_at":"2026-04-18T15:29:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/StealthyLabsHQ/claude-rpc","commit_stats":null,"previous_names":["stealthylabshq/anthropic-rich-presence","stealthylabshq/claude-rpc"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/StealthyLabsHQ/claude-rpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StealthyLabsHQ%2Fclaude-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StealthyLabsHQ%2Fclaude-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StealthyLabsHQ%2Fclaude-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StealthyLabsHQ%2Fclaude-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StealthyLabsHQ","download_url":"https://codeload.github.com/StealthyLabsHQ/claude-rpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StealthyLabsHQ%2Fclaude-rpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["anthropic","claude","claude-code","discord-rich-presence","nodejs","rich-presence"],"created_at":"2026-04-02T20:17:56.949Z","updated_at":"2026-04-26T17:02:26.771Z","avatar_url":"https://github.com/StealthyLabsHQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude RPC\n\nLightweight Discord Rich Presence for Claude Code and Claude Desktop.\n\n## Features\n\n- Native Tauri/Rust system tray app\n- No bundled Node.js, Python, PyInstaller, or sidecar daemon\n- Discord IPC implemented in Rust\n- Single process in Task Manager: `Claude RPC`\n- Claude Code and Claude Desktop process detection\n- Claude Desktop mode detection: Chat, Code, Cowork, Dispatch\n- Claude Code model/project/session timestamp from `~/.claude/projects/*.jsonl`\n- Provider detection from Claude settings, env, API key, or OAuth credential patterns\n- Usage limit display with cached values: 5h, All, Sonnet only, Design\n- Optional visibility toggles for provider, effort, and usage limits\n- RPC modes: Playing, Watching, Listening, Competing\n- Optional Discord buttons in Watching mode\n- DND mode to clear Discord activity while detection keeps running\n- Dark/System/Light settings window\n\n## Download\n\nUse the latest GitHub release:\n\n- `claude-rpc.exe` - portable app\n- `Claude RPC_3.0.0_x64-setup.exe` - Windows installer\n\n## Build\n\nRequirements:\n\n- Rust + Cargo\n- Node.js only for Tauri CLI during build\n- Visual Studio Build Tools on Windows\n\n```powershell\nnpm install\nnpm test\nnpm run build\n```\n\nOutputs:\n\n```text\nbin\\claude-rpc.exe\nsrc-tauri\\target\\release\\bundle\\nsis\\Claude RPC_3.0.0_x64-setup.exe\n```\n\n## Configuration\n\nSettings are stored at:\n\n```text\n%USERPROFILE%\\.claude-rpc\\config.json\n```\n\nExample:\n\n```json\n{\n  \"logoMode\": \"url\",\n  \"dnd\": false,\n  \"showLimits\": true,\n  \"showLimit5h\": true,\n  \"showLimitAll\": true,\n  \"showLimitSonnet\": true,\n  \"showLimitDesign\": true,\n  \"showProvider\": true,\n  \"showEffort\": true,\n  \"rpcMode\": \"watching\",\n  \"buttons\": [\n    { \"label\": \"Claude\", \"url\": \"https://claude.ai\" },\n    { \"label\": \"GitHub Repo\", \"url\": \"https://github.com/StealthyLabsHQ/claude-rpc\" }\n  ]\n}\n```\n\n## Detection\n\n| Target | Method |\n|---|---|\n| Claude Desktop | `claude.exe` process path |\n| Claude Desktop mode | `%APPDATA%\\Claude\\claude_desktop_config.json` + UI Automation |\n| Claude Desktop model/effort | UI Automation labels |\n| Claude usage limits | UI Automation on Usage page + `.claude-rpc\\limits-cache.json` |\n| Claude Code | `claude.exe` process path or recent JSONL activity |\n| Claude Code model | `~\\.claude\\settings.json` or JSONL session tail |\n| Provider | env/settings/API key/OAuth credential patterns |\n\n## Notes\n\nClaude usage percentages are only available after Claude exposes them on the Usage page. Use `Refresh` in settings to open the Usage page, then Claude RPC caches the latest valid values.\n\nThe v3 refactor intentionally removed the legacy Node/Python runtime path. Runtime is now a single lightweight Tauri executable.\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstealthylabshq%2Fclaude-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstealthylabshq%2Fclaude-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstealthylabshq%2Fclaude-rpc/lists"}