8000 GitHub - jmacato/egram.tel: Crossplatform Telegram client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jmacato/egram.tel

 
 

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

About

Crossplatform Telegram client

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.3%
  • Shell 5.0%
  • Python 2.2%
  • Other 1.5%
0