All Projects → keybase → Client

keybase / Client

Licence: bsd-3-clause
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Client

Mentat
scalable group chat with tags and pretty good privacy.
Stars: ✭ 89 (-98.87%)
Mutual labels:  chat, pgp
passbase
Keybase File System (KBFS)-backed CLI-based password manager
Stars: ✭ 26 (-99.67%)
Mutual labels:  keybase, kbfs
Megachat
MEGA C++ SDK for chat-enabled apps
Stars: ✭ 61 (-99.22%)
Mutual labels:  chat, end-to-end-encryption
confidante
Usable encrypted email
Stars: ✭ 12 (-99.85%)
Mutual labels:  keybase, pgp
Deltachat Core Rust
Delta Chat Rust Core library, used by Android/iOS/desktop apps and bindings
Stars: ✭ 300 (-96.18%)
Mutual labels:  chat, pgp
Darkwire.io
End-to-end encrypted instant web chat
Stars: ✭ 594 (-92.43%)
Mutual labels:  chat, end-to-end-encryption
Demo Twilio Backend Nodejs
A sample backend that demonstrates how to generate a Virgil JWT and Twilio token used for authentication with the Virgil and Twilio services
Stars: ✭ 128 (-98.37%)
Mutual labels:  chat, end-to-end-encryption
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (-99.69%)
Mutual labels:  pgp, end-to-end-encryption
lokey
A tool that makes it easy to work with and convert between cryptographic key formats
Stars: ✭ 87 (-98.89%)
Mutual labels:  keybase, pgp
Echoplexus
Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Stars: ✭ 392 (-95.01%)
Mutual labels:  chat, pgp
Briefing
Secure direct video group chat
Stars: ✭ 710 (-90.95%)
Mutual labels:  chat, end-to-end-encryption
Bloom
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
Stars: ✭ 934 (-88.1%)
Mutual labels:  chat
Cli Chat
Cli-chat. Try it out ~
Stars: ✭ 15 (-99.81%)
Mutual labels:  chat
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-99.81%)
Mutual labels:  chat
React Chat Widget
Awesome chat widget for your React App
Stars: ✭ 881 (-88.77%)
Mutual labels:  chat
Q Municate Services Ios
Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications
Stars: ✭ 30 (-99.62%)
Mutual labels:  chat
Fugl
A warrant canary system
Stars: ✭ 27 (-99.66%)
Mutual labels:  pgp
Rocket.chat.android
Legacy mobile Rocket.Chat client in Kotlin for Android
Stars: ✭ 874 (-88.86%)
Mutual labels:  chat
Botbuilder Viber
Plug-in Viber connector for Microsoft BotBuilder framework
Stars: ✭ 12 (-99.85%)
Mutual labels:  chat
Angular Chat
(IM App)Chat App built using Angular and Socket.io
Stars: ✭ 12 (-99.85%)
Mutual labels:  chat

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].