mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-06-09 07:43:57 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
# GLEGram iOS
|
|
|
|
GLEGram — a privacy-focused Telegram iOS client based on [Swiftgram](https://github.com/nicegram/nicegram-ios).
|
|
|
|
## Features
|
|
|
|
- **Ghost Mode** — Hide online status, typing indicators, read receipts
|
|
- **Saved Deleted Messages** — Auto-save messages deleted by others
|
|
- **Content Protection Bypass** — Save protected media, disable screenshot detection
|
|
- **Font Replacement** — Custom fonts with size control
|
|
- **Fake Profile** — Local profile customization
|
|
- **Chat Export** — Export chats as HTML/JSON/TXT
|
|
- **Plugin System** — JS-based plugin infrastructure
|
|
- **And more** — See CHANGELOG_12.5_RU.md for full list
|
|
|
|
## Build
|
|
|
|
1. Install Xcode 26.2+ and JDK 21
|
|
2. Copy your configuration:
|
|
```bash
|
|
cp build-system/ipa-build-configuration.json.example build-system/ipa-build-configuration.json
|
|
# Edit with your API credentials from https://my.telegram.org/apps
|
|
```
|
|
3. Build:
|
|
```bash
|
|
./scripts/buildprod.sh
|
|
```
|
|
|
|
## License
|
|
|
|
Same as [Telegram iOS](https://github.com/nicegram/nicegram-ios) — GPLv2.
|