Skip to content
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
Go JavaScript HTML Objective-C Shell C Other
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci remove jetifier (#23366) Mar 31, 2020
browser more deps (#18394) Jul 15, 2019
git-hooks use pre-commit.com hooks for everything (#6022) Feb 27, 2017
go Fix TestSeitanHandleRequestAfterRoleChange with fake clock (#24098) May 7, 2020
media Linux: handle .saltpack file extension launches in run_keybase (#22882) Mar 4, 2020
osx typing DeviceTypes attempt 2 (#22277) Feb 3, 2020
packaging remove the gconf dependency on Arch Linux (#23909) Apr 27, 2020
protocol Hook up teamEditMembers for editing multi members (#24054) May 7, 2020
pvl-tools add modules Jan 22, 2020
shared Hook up teamEditMembers for editing multi members (#24054) May 7, 2020
.codecov.yml New Avatar sizes (#11837) May 21, 2018
.dockerignore Fix Docker images (#19949) Sep 26, 2019
.editorconfig Chat2: rolled up (#10744) Mar 9, 2018
.gitattributes update gitattributes for generated tsx files (#17850) Jun 7, 2019
.gitignore not ignored Apr 11, 2020
.pre-commit-config.yaml remove tsc from precommit (#20700) Oct 30, 2019
.prettierignore Fix up prettier-check, prettier-write-all, prettierignore (#18943) Aug 15, 2019
.prettierrc customResponseIncomingCallMap (#13742) Sep 14, 2018
.watchmanconfig React native: 6.1.5 (squashed) (#21567) Dec 17, 2019
CODEOWNERS update linux packaging readme Feb 8, 2019
Jenkinsfile Fix some disk block cache test races (#24074) May 5, 2020
LICENSE BSD-3-clause license here too Nov 1, 2015
README.md docker: refactored build scripts, added alpine variants (#23683) Apr 13, 2020
docker-compose.yml [Jenkins] Use ECR in downstream builds (#23679) Apr 28, 2020

README.md

Keybase Build Status Build status

Hi, and welcome to the Keybase client repo. All our client apps (macOS, Windows, Linux, iOS, and Android) are being actively developed in this repository. Please, dig around.

Warnings

We'd love you to read our source code.

But - some of the things in this repo are explorations, and the app you build from source just might not do what it says it's doing. So, if you just want to install Keybase on your computer, you should monitor our releases for macOS, Linux, or Windows.

If you're interested in our Docker image releases, please check out the Docker README.

Sharing

Code Layout

  • go: Core crypto libraries; the Keybase service; the command line client. Learn More
  • shared/{android,ios}: Android and iOS apps developed with React Native.
  • shared/desktop: Desktop application for macOS, Linux, and Windows, made with the Electron framework, sharing React code with react-native.
  • packaging: Scripts for releasing packages across the various platforms.
  • protocol: Defines the protocol for communication for clients to the Keybase services. Uses Avro. Learn More
  • media: Icons, graphics, media for Keybase apps.
  • osx: The macOS Keybase.app, development parallel to an Electron-based application above. Learn More

Problems?

Report any issues with client software on this GitHub issue tracker. Internally, we track our progress using Jira, but all PRs come through GitHub for your review!

If you're having problems with the command line keybase client, take a look at the troubleshooting doc.

If you're having problems with our Website, try the keybase-issues issue tracker.

We check and update both frequently.

License

Most code is released under the New BSD (3 Clause) License. If subdirectories include a different license, that license applies instead.

Development Guidelines

We check all git commits with pre-commit hooks generated via pre-commit.com pre-commit hooks. To enable use of these pre-commit hooks:

  • Install the pre-commit utility. For some common cases:
    • pip install pre-commit
    • brew install pre-commit
  • Remove any existing pre-commit hooks via rm .git/hooks/pre-commit
  • Configure via pre-commit install

Then proceed as normal.

External Contributors

If you forked this repository on GitHub and made a PR, then it'll show up as having failed Jenkins CI. We do not build external PRs because it's a security risk to do so without a review first. If your PR is successfully reviewed by a member of the Keybase team, then we will merge your commits to a branch on our primary fork and build from there.

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

You can’t perform that action at this time.