Skip to content

nagyistge/telegram.org

 
 

Repository files navigation

Telegram for macOS

Telegram is a messaging app with a focus on speed and security. It’s super fast, simple and free.

This repo contains official Telegram for macOS source code.

API, Protocol Documentation

Documentation for Telegram API is available here: http://core.telegram.org/api

Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto

Setting Up

  1. Checkout repository.
  2. git submodule update --init --recursive
  3. Open with Xcode.
  4. Click on SSignalKit.xcodeproj and under the "Build Settings" tab, change "Base SDK" to macOS.
  5. Click on SSignalKit target and change "ENABLE_BITCODE" from YES to NO.

License

GPL v2

About

Source code of Telegram for macos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 90.8%
  • C 7.8%
  • Objective-C++ 1.3%
  • C++ 0.1%