Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

egramtel/egram.tel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egram.tel - Telegram client

Egram is an unofficial crossplatform Telegram client written in C#, .NET Core, ReactiveUI and Avalonia.

Platform Status Download
MacOS Build Status .dmg
Windows Build Status .exe .zip
Linux Build Status .tar.gz

Project

This project aims to be a full featured Telegram client with different approach to UI. Also some new features might be introduced to explore what might be implemented on Telegram platform. 100% compatibility with official clients is top priority for this project - features won't be added if they break this rule.

screenshot

License

Egram is MIT licensed.

Compiling

To compile and run the application, you need to download and install latest .NET Core SDK. Clone the repository using Git. Then, go into egram.tel/src/Tel.Egram directory and run dotnet run command.

# Remember to install .NET Core SDK and git before executing this.
git clone https://github.com/egramtel/egram.tel
cd egram.tel/src/Tel.Egram
dotnet restore
dotnet run

Contributing

Contributors are welcome. Please submit an issue before introducing new features, then you might create a "work in progress" (WIP) pull request to prevent other people from working on the same feature. Dev group is here: egram_dev, please feel free to ask questions. If you are new to this project there are some entry-level issues marked with "good first issue" tag.

Technology stack