{"id":50518188,"url":"https://github.com/karamble/brclientd","last_synced_at":"2026-06-03T01:32:04.515Z","repository":{"id":360211199,"uuid":"1248637370","full_name":"karamble/brclientd","owner":"karamble","description":"Headless Bison Relay daemon powering the dcrpulse BR integration","archived":false,"fork":false,"pushed_at":"2026-05-25T12:31:18.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-25T14:26:54.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karamble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2026-05-24T22:35:20.000Z","updated_at":"2026-05-25T12:31:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/karamble/brclientd","commit_stats":null,"previous_names":["karamble/brclientd"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/karamble/brclientd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karamble%2Fbrclientd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karamble%2Fbrclientd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karamble%2Fbrclientd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karamble%2Fbrclientd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karamble","download_url":"https://codeload.github.com/karamble/brclientd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karamble%2Fbrclientd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33844686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":[],"created_at":"2026-06-03T01:32:00.508Z","updated_at":"2026-06-03T01:32:04.509Z","avatar_url":"https://github.com/karamble.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brclientd\n\nHeadless [Bison Relay](https://github.com/companyzero/bisonrelay) daemon.\nWraps the BR `client` library behind a JSON-RPC surface (clientrpc) so any\napplication can integrate BR messaging without embedding the TUI or the\nFlutter GUI.\n\nDesigned for projects that already operate an external `dcrlnd` and want\nto add BR features through a clean network boundary.\n\n## Status\n\nPhase 1 skeleton. Connects to dcrlnd, prints `ready`, exits on SIGTERM.\nclientrpc, identity creation, and the BR client core wire in later phases.\n\n## Configuration\n\nbrclientd follows the Decred daemon conventions (dcrd / dcrwallet / dcrlnd):\nCLI flags + an INI config file, parsed via\n[`go-flags`](https://github.com/jessevdk/go-flags). Paths default to the\nplatform's standard application directory.\n\nDefault locations on Linux:\n\n```\n~/.brclientd/                          application data root\n~/.brclientd/brclientd.conf            config file\n~/.brclientd/data/\u003cnetwork\u003e/           BR client state (DB, msgs, downloads)\n~/.brclientd/logs/\u003cnetwork\u003e/brclientd.log\n```\n\nSee `sample-brclientd.conf` for a documented config template.\n\nFrequently used flags:\n\n```\nbrclientd \\\n  --appdata=/path/to/data-dir \\\n  --dcrlnd.rpchost=127.0.0.1:10009 \\\n  --dcrlnd.tlscertpath=~/.dcrlnd/tls.cert \\\n  --dcrlnd.macaroonpath=~/.dcrlnd/data/chain/decred/mainnet/admin.macaroon\n```\n\nRun `brclientd --help` for the full list. All long-form flags are also\nvalid INI keys; sections map to flag groups (`[dcrlnd options]`,\n`[clientrpc options]`).\n\n## Build\n\n```\ngo build ./cmd/brclientd\n```\n\nContainer image:\n\n```\ndocker build -t brclientd:dev .\n```\n\n## License\n\nISC. Copyright (c) 2015-2026 The Decred developers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaramble%2Fbrclientd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaramble%2Fbrclientd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaramble%2Fbrclientd/lists"}