{"id":13453142,"url":"https://github.com/keybase/client","last_synced_at":"2025-05-15T00:00:52.527Z","repository":{"id":25663522,"uuid":"29099181","full_name":"keybase/client","owner":"keybase","description":"Keybase Go Library, Client, Service, OS X, iOS, Android, Electron","archived":false,"fork":false,"pushed_at":"2025-05-07T15:11:26.000Z","size":689497,"stargazers_count":9010,"open_issues_count":4228,"forks_count":1248,"subscribers_count":294,"default_branch":"master","last_synced_at":"2025-05-07T23:30:18.760Z","etag":null,"topics":["chat","end-to-end-encryption","go","kbfs","keybase","pgp","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keybase.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-01-11T17:17:12.000Z","updated_at":"2025-05-05T18:20:06.000Z","dependencies_parsed_at":"2023-10-10T14:59:21.306Z","dependency_job_id":"da13a0c3-e887-4dd8-bd0b-417ae06a3b0f","html_url":"https://github.com/keybase/client","commit_stats":{"total_commits":33621,"total_committers":133,"mean_commits":"252.78947368421052","dds":0.8811159691859255,"last_synced_commit":"661bf24a208dbedf3f610cba82c3c071650b2871"},"previous_names":[],"tags_count":186,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keybase%2Fclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keybase%2Fclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keybase%2Fclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keybase%2Fclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keybase","download_url":"https://codeload.github.com/keybase/client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249199,"owners_count":22039029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chat","end-to-end-encryption","go","kbfs","keybase","pgp","react","react-native"],"created_at":"2024-07-31T08:00:33.678Z","updated_at":"2025-05-15T00:00:47.435Z","avatar_url":"https://github.com/keybase.png","language":"Go","readme":"## Keybase [![Build Status](https://travis-ci.com/keybase/client.svg?branch=master)](https://travis-ci.org/keybase/client) [![Build status](https://ci.appveyor.com/api/projects/status/90mxorxtj6vixnum/branch/master?svg=true)](https://ci.appveyor.com/project/keybase/client-x5qrt/branch/master)\n\nHi, and welcome to the Keybase client repo. All our client apps (macOS,\nWindows, Linux, iOS, and Android) are being actively developed in this\nrepository. Please, dig around.\n\n### Warnings\n\nWe'd love you to read our source code.\n\nBut - some of the things in this repo are explorations, and the app you build\nfrom source just _might not do what it says it's doing_. So, if you just want\nto install Keybase on your computer, you should **[monitor our releases](https://keybase.io/download)** for macOS, Linux, or Windows.\n\nIf you're interested in our Docker image releases, please check out **[the Docker README](packaging/linux/docker/README.md)**.\n\n![Sharing](https://keybase.io/images/github/repo_share.png?)\n\n### Code Layout\n\n- **go**: Core crypto libraries; the Keybase service; the command line client. [Learn More](go/README.md)\n- **shared/{android,ios}**: Android and iOS apps developed with [React Native](https://facebook.github.io/react-native/).\n- **shared/desktop**: Desktop application for macOS, Linux, and Windows, made with the [Electron](https://github.com/atom/electron) framework, sharing React code with react-native.\n- **packaging**: Scripts for releasing packages across the various platforms.\n- **protocol**: Defines the protocol for communication for clients to the Keybase services. Uses [Avro](http://avro.apache.org/docs/1.7.7/). [Learn More](protocol/README.md)\n- **media**: Icons, graphics, media for Keybase apps.\n- **osx**: The macOS Keybase.app, development parallel to an Electron-based application above. [Learn More](osx/README.md)\n\n### Problems?\n\nReport any issues with client software on this GitHub\n[issue tracker](https://github.com/keybase/client/issues).\nInternally, we track our progress using Jira, but all PRs come through GitHub\nfor your review!\n\nIf you're having problems with the command line `keybase` client, take a\nlook at [the troubleshooting doc](go/doc/troubleshooting.md).\n\nIf you're having problems with our Website, try the\n[keybase-issues](https://github.com/keybase/keybase-issues) issue tracker.\n\nWe check and update both frequently.\n\n### License\n\nMost code is released under the New BSD (3 Clause) License. If subdirectories\ninclude a different license, that license applies instead.\n\n### Development Guidelines\n\nWe check all git commits with pre-commit hooks generated via\n[pre-commit.com](http://pre-commit.com) pre-commit hooks.\nTo enable use of these pre-commit hooks:\n\n- [Install](http://pre-commit.com/#install) the `pre-commit` utility. For some common cases:\n  - `pip install pre-commit`\n  - `brew install pre-commit`\n- Remove any existing pre-commit hooks via `rm .git/hooks/pre-commit`\n- Configure via `pre-commit install`\n\nThen proceed as normal.\n\n#### External Contributors\n\nIf you forked this repository on GitHub and made a PR, then it'll show up as\nhaving failed Jenkins CI. We do not build external PRs because it's a security\nrisk to do so without a review first. If your PR is successfully reviewed by a\nmember of the Keybase team, then we will merge your commits to a branch on our\nprimary fork and build from there.\n\n### Cryptography Notice\n\nThis distribution includes cryptographic software. The country in which you\ncurrently reside may have restrictions on the import, possession, use, and/or\nre-export to another country, of encryption software. BEFORE using any\nencryption software, please check your country's laws, regulations and policies\nconcerning the import, possession, or use, and re-export of encryption\nsoftware, to see if this is permitted. See http://www.wassenaar.org/ for more\ninformation.\n\nThe U.S. Government Department of Commerce, Bureau of Industry and Security\n(BIS), has classified this software as Export Commodity Control Number (ECCN)\n5D002.C.1, which includes information security software using or performing\ncryptographic functions with asymmetric algorithms. The form and manner of this\ndistribution makes it eligible for export under the License Exception ENC\nTechnology Software Unrestricted (TSU) exception (see the BIS Export\nAdministration Regulations, Section 740.13) for both object code and source\ncode.\n","funding_links":[],"categories":["Go","开源类库","Tools","Open source library","go","react-native","Misc","Security"],"sub_categories":["即时通信","Instant Messages","React Native","RSS"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeybase%2Fclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeybase%2Fclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeybase%2Fclient/lists"}