# TelegramSwift
**Repository Path**: homeleaf/TelegramSwift
## Basic Information
- **Project Name**: TelegramSwift
- **Description**: Telegram 是一款专注于速度和安全性的即时通讯应用
- **Primary Language**: Swift
- **License**: GPL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 4
- **Created**: 2019-04-17
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Telegram for macOS
[**Telegram**](https://telegram.org) is a messaging app with a focus on speed and security. It’s superfast, simple, and free! This repo contains the official source code for [Telegram for macOS](https://macos.telegram.org/).
## Screenshots
*TODO*
## Get it
[](https://itunes.apple.com/us/app/telegram/id747648890?mt=12)
If you would like, you can [download the non-MAS version](https://telegram.org/dl/macos). It removes some restrictions (like banned chats), but also lacks some functionality (like the share extension and sandboxing).
You can also [download the beta version](https://telegram.org/dl/macos/beta) if you want to try the latest features and you are prepared for bugs and crashes. If you are running the beta, join the [beta testing chat on Telegram](https://t.me/macswift) to report bugs.
## Contributors
### Contributors on GitHub
See [this repository’s contributors graph](https://github.com/overtake/TelegramSwift/graphs/contributors).
### Translations
You can help translate Telegram for macOS on [Telegram’s translations platform](https://translations.telegram.org). Pick your language, then look for the macOS translation set.
### Third-party libraries
See [LIBRARIES](https://github.com/overtake/TelegramSwift/blob/master/LIBRARIES.md).
## Permissions
Telegram strives to protect your privacy. This app asks for as few permissions as possible:
* **Microphone**: You can send voice messages and make audio calls with Telegram.
* **Camera**: You can set your profile picture using your Mac’s iSight camera.
* **Location**: You can send your location to friends.
* **Outgoing network connections**: Telegram needs to connect to the internet to send your messages to your friends.
* **Incoming network connections**: Telegram needs to accept incoming connections for peer-to-peer secret chats and voice calls.
* **User-selected files**: You can save files or images to your Mac.
* **Downloads folder**: Telegram can automatically download files or images you receive.
## License
Telegram for macOS is licensed under the GNU Public License, version 2.0. See [LICENSE](https://github.com/overtake/TelegramSwift/blob/master/LICENSE.md) for more information.
## Forking
You can fork this application and make something awesome! Make sure that your fork follows these five requirements:
1. **Do** [get your own API ID](https://core.telegram.org/api/obtaining_api_id).
2. **Don’t** call your fork **Telegram** — or at least make sure your users understand that yours is unofficial.
3. **Don’t** use our standard logo (white paper plane in a blue circle) for your fork.
3. **Do** read and follow our [security guidelines](https://core.telegram.org/mtproto/security_guidelines) to make sure you take good care of your users’ data and protect their privacy.
4. **Do** publish your code. The [GPL license](https://github.com/overtake/TelegramSwift/blob/master/LICENSE) requires it!
## How to build
TODO, will be moved to INSTALL.md